/art/test/2030-long-running-child/ |
D | Android.bp | 3 // Build rules for ART run-test `2030-long-running-child`. 16 name: "art-run-test-2030-long-running-child", 21 ":art-run-test-2030-long-running-child-expected-stdout", 22 ":art-run-test-2030-long-running-child-expected-stderr", 28 name: "art-run-test-2030-long-running-child-expected-stdout", 29 out: ["art-run-test-2030-long-running-child-expected-stdout.txt"], 36 name: "art-run-test-2030-long-running-child-expected-stderr", 37 out: ["art-run-test-2030-long-running-child-expected-stderr.txt"],
|
/art/test/047-returns/ |
D | expected-stdout.txt | 2 one running 6 two running 10 three running
|
/art/test/995-breakpoints-throw/ |
D | expected-stdout.txt | 4 Test "call Test995::breakpoint": Finished running with handler "do nothing" 8 Test "call Test995::breakpointCatch": Finished running with handler "do nothing" 12 Test "call Test995::breakpointCatchLate": Finished running with handler "do nothing" 16 Test "catch subroutine Test995::breakpoint": Finished running with handler "do nothing" 20 Test "call Test995::breakpoint": Finished running with handler "throw" 25 Test "call Test995::breakpointCatch": Finished running with handler "throw" 29 Test "call Test995::breakpointCatchLate": Finished running with handler "throw" 34 Test "catch subroutine Test995::breakpoint": Finished running with handler "throw"
|
/art/test/051-thread/ |
D | expected-stdout.txt | 5 testThreadDaemons @ Thread running 11 testSetName running
|
/art/test/146-bad-interface/ |
D | expected-stdout.txt | 1 running invoke
|
/art/test/140-field-packing/ |
D | expected-stdout.txt | 1 running test...
|
/art/test/678-quickening/ |
D | info.txt | 1 Test for FindLocksAtDexPc running with quickened opcodes.
|
/art/test/125-gc-and-classloading/ |
D | info.txt | 1 Tests class loading and GC running in parallel.
|
/art/test/2257-checker-constant-folding-before-codegen/ |
D | info.txt | 1 Test the benefits of running constant folding after LSE.
|
/art/test/203-multi-checkpoint/ |
D | expected-stdout.txt | 2 Other thread running
|
/art/test/153-reference-stress/ |
D | info.txt | 1 Tests java.lang.ref.Reference.get() and GC running in parallel.
|
/art/test/004-checker-UnsafeTest18/src/ |
D | Main.java | 44 public volatile boolean running; field in Main 303 m.running = true; in main() 307 while (m.running) { in main() 325 m.running = false; in main()
|
/art/test/039-join-main/ |
D | expected-stdout.txt | 2 @ JoinMainSub running
|
/art/test/825-unbalanced-lock/ |
D | info.txt | 1 Regression test for nterp, where we were running a method that needs lock
|
/art/test/1929-exception-catch-exception/ |
D | expected-stdout.txt | 10 Test "art.Test1929$DoThrowClass": Finished running with handler "art.Test1929$DoNothingHandler" 24 Test "art.Test1929$DoThrowCatchBaseTestException": Finished running with handler "art.Test1929$DoNo… 38 Test "art.Test1929$DoThrowCatchBaseTestExceptionTwice": Finished running with handler "art.Test1929… 52 Test "art.Test1929$DoThrowCatchTestException": Finished running with handler "art.Test1929$DoNothin… 66 Test "art.Test1929$DoThrowCatchTestExceptionTwice": Finished running with handler "art.Test1929$DoN… 76 Test "art.Test1929$DoThrowCatchTestExceptionNoRethrow": Finished running with handler "art.Test1929… 86 Test "art.Test1929$DoThrowClass": Finished running with handler "art.Test1929$ThrowCatchBase" 101 Test "art.Test1929$DoThrowCatchBaseTestException": Finished running with handler "art.Test1929$Thro… 115 Test "art.Test1929$DoThrowCatchBaseTestExceptionTwice": Finished running with handler "art.Test1929… 130 Test "art.Test1929$DoThrowCatchTestException": Finished running with handler "art.Test1929$ThrowCat… [all …]
|
/art/test/151-OpenFileLimit/ |
D | info.txt | 1 This test verifies that running out of file descriptors in the process doesn't
|
/art/test/102-concurrent-gc/ |
D | info.txt | 1 Test that attempts to hide objects from a concurrently running GC. The
|
/art/test/855-native/ |
D | info.txt | 1 Regression test for b/342077744: handle the case we may running generic JNI for
|
/art/test/2033-shutdown-mechanics/ |
D | info.txt | 1 Check that when the main thread completes with a Daemon thread running
|
/art/test/130-hprof/src/ |
D | Main.java | 149 public volatile boolean running = true; field in Main.Allocator 153 while (running) { in run() 173 allocator.running = false; in run()
|
/art/runtime/base/ |
D | message_queue_test.cc | 193 bool running = true; in TEST_F() local 194 while (running) { in TEST_F() 198 running = false; in TEST_F()
|
/art/test/1925-self-frame-pop/ |
D | expected-stdout.txt | 4 ….Test1925$RecursionError: Unable recur further. Still 90 outstanding! while running recurTimes(100)
|
/art/test/1928-exception-event-exception/ |
D | expected-stdout.txt | 14 Test "art.Test1928$DoThrowClass": Finished running with handler "art.Test1928$DoNothingHandler" 29 Test "art.Test1928$DoThrowCatchBaseTestException": Finished running with handler "art.Test1928$DoNo… 44 Test "art.Test1928$DoThrowCatchTestException": Finished running with handler "art.Test1928$DoNothin… 58 Test "art.Test1928$DoThrowCatchTestExceptionNoRethrow": Finished running with handler "art.Test1928… 73 Test "art.Test1928$DoThrowClass": Finished running with handler "art.Test1928$ThrowCatchBase" 89 Test "art.Test1928$DoThrowCatchBaseTestException": Finished running with handler "art.Test1928$Thro… 105 Test "art.Test1928$DoThrowCatchTestException": Finished running with handler "art.Test1928$ThrowCat… 120 Test "art.Test1928$DoThrowCatchTestExceptionNoRethrow": Finished running with handler "art.Test1928…
|
/art/tools/ |
D | external_oj_libjdwp_art_no_read_barrier_failures.txt | 6 * test groups on the chromium buildbot running without read-barrier.
|
/art/openjdkjvmti/ |
D | README.md | 5 runtime as a plugin. This allows the use of agents that can modify the running
|