/art/test/054-uncaught/src/ |
D | Main.java | 29 private static void testThread(int which) { in testThread() argument 30 Thread t = new Helper(which); in testThread() 40 static void catchTheUncaught(int which) { in catchTheUncaught() argument 44 System.out.println("Test " + which); in catchTheUncaught() 45 switch (which) { in catchTheUncaught() 67 private int which; field in Main.Helper 69 public Helper(int which) { in Helper() argument 70 this.which = which; in Helper() 74 catchTheUncaught(which); in run()
|
/art/test/047-returns/src/ |
D | Main.java | 35 public static Runnable pickOne(int which) { in pickOne() argument 38 if (which == 1) in pickOne() 40 else if (which == 2) in pickOne() 42 else if (which == 3) in pickOne()
|
/art/test/523-checker-can-throw-regression/ |
D | info.txt | 1 Regression test for the HGraphBuilder which would split a throwing catch block 2 but would not update information about which blocks throw.
|
/art/test/661-classloader-allocator/ |
D | info.txt | 1 Regression test for copied methods which used to not 3 which crashed the JIT profiler.
|
/art/test/479-regression-implicit-null-check/ |
D | info.txt | 1 Tests a regression in which we moved the null check to an instruction which
|
/art/test/833-background-verification/ |
D | info.txt | 1 Regression test for the secondary dex file background verification which used to 2 run on user-defined class loaders, which can provoke races between the other
|
/art/test/087-gc-after-link/ |
D | info.txt | 1 This test causes a linkage error, which calls dvmFreeClassInnards on 4 This is a regression test for a defect in Dalvik, which was assuming
|
/art/test/068-classloader/ |
D | info.txt | 4 some situations in which a VM that only checks the UTF-8 signatures could 7 This also tests a couple of situations in which an IllegalAccessException
|
/art/libnativebridge/ |
D | README.md | 6 For example, an application which has only native ARM binaries may run on an x86 7 system if there’s a native bridge installed which can translate ARM to x86. This 19 a separate linker, which typically uses a different linker config than the host
|
/art/tools/checker/ |
D | README | 1 Checker is a testing tool which compiles a given test file and compares the 10 Statements are tested in groups which correspond to the individual compiler 12 header which specifies the output group it should be tested against. The group 19 - CHECK: Must match an output line which appears in the output group 23 - CHECK-DAG: Must match an output line which appears in the output group 27 - CHECK-NOT: Must not match any output line which appears in the output group 31 therefore create a scope within which the statement is verified. 32 - CHECK-NEXT: Must match the output line which comes right after the line which 35 - CHECK-EVAL: Specifies a Python expression which must evaluate to 'True'. 144 Furthermore, in this example, the definition of MyID depends on which branch gets selected at
|
/art/sigchainlib/ |
D | Android.bp | 34 // Make libsigchain symbols global, so that an app library which 37 // -z,global marks the binary with the DF_1_GLOBAL flag which puts the symbols 75 // Create a fake version of libsigchain which expose the necessary symbols 76 // but throws when called. This can be used to get static binaries which don't
|
/art/test/2245-checker-smali-instance-of-comparison/ |
D | info.txt | 1 Smali test comparing instance-of (which returns 0 or 1) with a constant 2.
|
/art/test/835-b216762268/ |
D | info.txt | 1 Regression test for b/216762268, which found a bug in
|
/art/test/1337-gc-coverage/ |
D | info.txt | 1 Tests internal GC functions which are not exposed through normal APIs.
|
/art/test/605-new-string-from-bytes/ |
D | info.txt | 2 which used to wrongly setup the stack.
|
/art/test/647-sinking-catch/ |
D | info.txt | 1 Regression test for the code sinking optimization, which used
|
/art/test/2270-mh-internal-hiddenapi-use/ |
D | info.txt | 1 MethodHandles.identity is calling findStatic, which
|
/art/test/500-instanceof/ |
D | info.txt | 1 Regression test for optimizing which used to be
|
/art/test/453-not-byte/ |
D | info.txt | 1 Regression test for optimizing, which was expecting int only on a not-int instruction.
|
/art/test/657-branches/ |
D | info.txt | 1 Regression test for the ARM backend, which used to have a bug
|
/art/test/826-infinite-loop/ |
D | info.txt | 1 Regression test for partial escape elimination, which used to crash when
|
/art/test/730-cha-deopt/ |
D | info.txt | 1 Test that dynamically loading a class which invalidates single implementation
|
/art/test/642-fp-callees/ |
D | info.txt | 1 Regression test for vixl32 backend, which used to incorrectly
|
/art/test/816-illegal-new-array/ |
D | info.txt | 1 Regression test for mterp which used to not do access checks on array
|
/art/test/857-default-access/ |
D | info.txt | 1 Regression test for default interface methods which used to be able to access
|