/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/tools/checker/ |
D | README | 1 Checker is a testing tool which compiles a given test file and compares the 10 Assertions are tested in groups which correspond to the individual compiler 12 header which specifies the output group it should be tested against. The group 18 - CHECK: Must match an output line which appears in the output group 22 - CHECK-DAG: Must match an output line which appears in the output group 26 - CHECK-NOT: Must not match any output line which appears in the output group 30 therefore create a scope within which the assertion is verified. 31 - CHECK-NEXT: Must match the output line which comes right after the line which 34 - CHECK-EVAL: Specifies a Python expression which must evaluate to 'True'.
|
/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/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/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/642-fp-callees/ |
D | info.txt | 1 Regression test for vixl32 backend, which used to incorrectly
|
/art/test/657-branches/ |
D | info.txt | 1 Regression test for the ARM backend, which used to have a bug
|
/art/test/471-uninitialized-locals/ |
D | info.txt | 1 Regression for the optimizing for crashes during compilation of methods which
|
/art/test/598-checker-irreducible-dominance/ |
D | info.txt | 1 Regression test for HGraphBuilder which would compute wrong dominance information
|
/art/test/552-checker-primitive-typeprop/ |
D | info.txt | 1 Test that phis with environment uses which can be properly typed are kept
|
/art/test/591-checker-regression-dead-loop/ |
D | info.txt | 1 Regression test for Optimizing's dead block elimination which used to remove
|
/art/test/592-checker-regression-bool-input/ |
D | info.txt | 1 Regression test for Optimizing's GraphChecker which used to verify the internal
|
/art/test/559-bce-ssa/ |
D | info.txt | 1 Regression test for the optimizing compiler which used
|
/art/test/658-fp-read-barrier/ |
D | info.txt | 2 which used to not restore floating point registers.
|
/art/test/517-checker-builder-fallthrough/ |
D | info.txt | 1 Regression test for optimizing's builder which created a block under
|
/art/test/613-inlining-dex-cache/ |
D | info.txt | 1 Regression test for the JIT compiler which used to
|
/art/test/504-regression-baseline-entry/ |
D | info.txt | 1 Regression test for the baseline compiler which required the entry block to fall
|