Home
last modified time | relevance | path

Searched refs:running (Results 1 – 25 of 54) sorted by relevance

123

/art/test/2030-long-running-child/
DAndroid.bp3 // 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/
Dexpected-stdout.txt2 one running
6 two running
10 three running
/art/test/995-breakpoints-throw/
Dexpected-stdout.txt4 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/
Dexpected-stdout.txt5 testThreadDaemons @ Thread running
11 testSetName running
/art/test/146-bad-interface/
Dexpected-stdout.txt1 running invoke
/art/test/140-field-packing/
Dexpected-stdout.txt1 running test...
/art/test/678-quickening/
Dinfo.txt1 Test for FindLocksAtDexPc running with quickened opcodes.
/art/test/125-gc-and-classloading/
Dinfo.txt1 Tests class loading and GC running in parallel.
/art/test/2257-checker-constant-folding-before-codegen/
Dinfo.txt1 Test the benefits of running constant folding after LSE.
/art/test/203-multi-checkpoint/
Dexpected-stdout.txt2 Other thread running
/art/test/153-reference-stress/
Dinfo.txt1 Tests java.lang.ref.Reference.get() and GC running in parallel.
/art/test/004-checker-UnsafeTest18/src/
DMain.java44 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/
Dexpected-stdout.txt2 @ JoinMainSub running
/art/test/825-unbalanced-lock/
Dinfo.txt1 Regression test for nterp, where we were running a method that needs lock
/art/test/1929-exception-catch-exception/
Dexpected-stdout.txt10 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/
Dinfo.txt1 This test verifies that running out of file descriptors in the process doesn't
/art/test/102-concurrent-gc/
Dinfo.txt1 Test that attempts to hide objects from a concurrently running GC. The
/art/test/855-native/
Dinfo.txt1 Regression test for b/342077744: handle the case we may running generic JNI for
/art/test/2033-shutdown-mechanics/
Dinfo.txt1 Check that when the main thread completes with a Daemon thread running
/art/test/130-hprof/src/
DMain.java149 public volatile boolean running = true; field in Main.Allocator
153 while (running) { in run()
173 allocator.running = false; in run()
/art/runtime/base/
Dmessage_queue_test.cc193 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/
Dexpected-stdout.txt4 ….Test1925$RecursionError: Unable recur further. Still 90 outstanding! while running recurTimes(100)
/art/test/1928-exception-event-exception/
Dexpected-stdout.txt14 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/
Dexternal_oj_libjdwp_art_no_read_barrier_failures.txt6 * test groups on the chromium buildbot running without read-barrier.
/art/openjdkjvmti/
DREADME.md5 runtime as a plugin. This allows the use of agents that can modify the running

123