/art/test/181-default-methods/ |
D | expected-stdout.txt | 1 Miranda in class Super 5 Miranda in class Miranda_D1M 6 Miranda in class Miranda_D2M 7 Miranda in class Miranda_D3M 8 Conflict in class Conflict_D1_D2 11 Miranda in class Miranda_D1M_D2M 12 Conflict in class Conflict_D1_D2_D3 13 Conflict in class Conflict_D1_D2_D3M 14 Conflict in class Conflict_D1_D2M_D3 16 Conflict in class Conflict_D1M_D2_D3 [all …]
|
/art/test/dexdump/ |
D | values.txt | 45 #0 : (in LTest;) 50 #1 : (in LTest;) 55 #2 : (in LTest;) 60 #3 : (in LTest;) 65 #4 : (in LTest;) 70 #5 : (in LTest;) 75 #6 : (in LTest;) 80 #7 : (in LTest;) 85 #8 : (in LTest;) 90 #9 : (in LTest;) [all …]
|
D | staticfields.txt | 45 #0 : (in LStaticFields;) 50 #1 : (in LStaticFields;) 55 #2 : (in LStaticFields;) 60 #3 : (in LStaticFields;) 65 #4 : (in LStaticFields;) 70 #5 : (in LStaticFields;) 75 #6 : (in LStaticFields;) 80 #7 : (in LStaticFields;) 85 #8 : (in LStaticFields;) 90 #9 : (in LStaticFields;) [all …]
|
/art/artd/binder/com/android/server/art/ |
D | IArtd.aidl | 34 long deleteArtifacts(in com.android.server.art.ArtifactsPath artifactsPath); in deleteArtifacts() 52 boolean isProfileUsable(in com.android.server.art.ProfilePath profile, in isProfileUsable() 63 in com.android.server.art.ProfilePath src, in copyAndRewriteProfile() 80 void commitTmpProfile(in com.android.server.art.ProfilePath.TmpProfilePath profile); in commitTmpProfile() 89 void deleteProfile(in com.android.server.art.ProfilePath profile); in deleteProfile() 99 in com.android.server.art.ProfilePath profile); in getProfileVisibility() 115 boolean mergeProfiles(in List<com.android.server.art.ProfilePath> profiles, in mergeProfiles() 116 in @nullable com.android.server.art.ProfilePath referenceProfile, in mergeProfiles() 118 in @utf8InCpp List<String> dexFiles, in mergeProfiles() 119 in com.android.server.art.MergeProfileOptions options); in mergeProfiles() [all …]
|
/art/test/949-in-memory-transform/ |
D | Android.bp | 3 // Build rules for ART run-test `949-in-memory-transform`. 16 name: "art-run-test-949-in-memory-transform", 21 ":art-run-test-949-in-memory-transform-expected-stdout", 22 ":art-run-test-949-in-memory-transform-expected-stderr", 28 name: "art-run-test-949-in-memory-transform-expected-stdout", 29 out: ["art-run-test-949-in-memory-transform-expected-stdout.txt"], 31 cmd: "cp -f $(in) $(out)", 36 name: "art-run-test-949-in-memory-transform-expected-stderr", 37 out: ["art-run-test-949-in-memory-transform-expected-stderr.txt"], 39 cmd: "cp -f $(in) $(out)",
|
/art/test/2261-badcleaner-in-systemcleaner/ |
D | Android.bp | 3 // Build rules for ART run-test `2261-badcleaner-in-systemcleaner`. 16 name: "art-run-test-2261-badcleaner-in-systemcleaner", 21 ":art-run-test-2261-badcleaner-in-systemcleaner-expected-stdout", 22 ":art-run-test-2261-badcleaner-in-systemcleaner-expected-stderr", 28 name: "art-run-test-2261-badcleaner-in-systemcleaner-expected-stdout", 29 out: ["art-run-test-2261-badcleaner-in-systemcleaner-expected-stdout.txt"], 31 cmd: "cp -f $(in) $(out)", 36 name: "art-run-test-2261-badcleaner-in-systemcleaner-expected-stderr", 37 out: ["art-run-test-2261-badcleaner-in-systemcleaner-expected-stderr.txt"], 39 cmd: "cp -f $(in) $(out)",
|
/art/test/990-field-trace/ |
D | expected-stdout.txt | 1 MODIFY of int art.Test990$TestClass1.xyz on object of type: class art.Test990$TestClass1 in method … 2 …art.Test990$TestClass1.abc on object of type: class art.Test990$TestClass1 in method public art.Te… 3 MODIFY of static long art.Test990$TestClass2.TOTAL on object of type: null in method art.Test990$Te… 4 MODIFY of int art.Test990$TestClass1.xyz on object of type: class art.Test990$TestClass2 in method … 5 …art.Test990$TestClass1.abc on object of type: class art.Test990$TestClass2 in method public art.Te… 6 MODIFY of long art.Test990$TestClass2.baz on object of type: class art.Test990$TestClass2 in method… 7 MODIFY of int art.Test990$TestClass1.xyz on object of type: class art.Test990$TestClass1 in method … 8 …art.Test990$TestClass1.abc on object of type: class art.Test990$TestClass1 in method public art.Te… 9 MODIFY of int art.Test990$TestClass1.xyz on object of type: class art.Test990$TestClass1 in method … 10 …art.Test990$TestClass1.abc on object of type: class art.Test990$TestClass1 in method public art.Te… [all …]
|
/art/test/201-built-in-except-detail-messages/ |
D | Android.bp | 3 // Build rules for ART run-test `201-built-in-except-detail-messages`. 16 name: "art-run-test-201-built-in-except-detail-messages", 21 ":art-run-test-201-built-in-except-detail-messages-expected-stdout", 22 ":art-run-test-201-built-in-except-detail-messages-expected-stderr", 28 name: "art-run-test-201-built-in-except-detail-messages-expected-stdout", 29 out: ["art-run-test-201-built-in-except-detail-messages-expected-stdout.txt"], 31 cmd: "cp -f $(in) $(out)", 36 name: "art-run-test-201-built-in-except-detail-messages-expected-stderr", 37 out: ["art-run-test-201-built-in-except-detail-messages-expected-stderr.txt"], 39 cmd: "cp -f $(in) $(out)",
|
/art/test/1963-add-to-dex-classloader-in-memory/ |
D | Android.bp | 3 // Build rules for ART run-test `1963-add-to-dex-classloader-in-memory`. 16 name: "art-run-test-1963-add-to-dex-classloader-in-memory", 21 ":art-run-test-1963-add-to-dex-classloader-in-memory-expected-stdout", 22 ":art-run-test-1963-add-to-dex-classloader-in-memory-expected-stderr", 28 name: "art-run-test-1963-add-to-dex-classloader-in-memory-expected-stdout", 29 out: ["art-run-test-1963-add-to-dex-classloader-in-memory-expected-stdout.txt"], 31 cmd: "cp -f $(in) $(out)", 36 name: "art-run-test-1963-add-to-dex-classloader-in-memory-expected-stderr", 37 out: ["art-run-test-1963-add-to-dex-classloader-in-memory-expected-stderr.txt"], 39 cmd: "cp -f $(in) $(out)",
|
/art/test/2249-checker-return-try-boundary-exit-in-loop/ |
D | Android.bp | 3 // Build rules for ART run-test `2249-checker-return-try-boundary-exit-in-loop`. 16 name: "art-run-test-2249-checker-return-try-boundary-exit-in-loop", 21 ":art-run-test-2249-checker-return-try-boundary-exit-in-loop-expected-stdout", 22 ":art-run-test-2249-checker-return-try-boundary-exit-in-loop-expected-stderr", 24 // Include the Java source files in the test's artifacts, to make Checker assertions 31 name: "art-run-test-2249-checker-return-try-boundary-exit-in-loop-expected-stdout", 32 out: ["art-run-test-2249-checker-return-try-boundary-exit-in-loop-expected-stdout.txt"], 34 cmd: "cp -f $(in) $(out)", 39 name: "art-run-test-2249-checker-return-try-boundary-exit-in-loop-expected-stderr", 40 out: ["art-run-test-2249-checker-return-try-boundary-exit-in-loop-expected-stderr.txt"], [all …]
|
/art/test/1932-monitor-events-misc/ |
D | expected-stdout.txt | 5 Testing throwing exceptions in monitor_enter 7 Throwing exception in MonitorEnter 12 Testing throwing exceptions in monitor_entered 15 Throwing exception in MonitorEntered 19 Testing throwing exceptions in both monitorEnter & MonitorEntered 21 Throwing exception in MonitorEnter 23 Throwing exception in MonitorEntered 27 Testing throwing exception in MonitorWait event 29 Throwing exception in MonitorWait 33 Testing throwing exception in MonitorWait event with illegal aruments [all …]
|
D | expected-stdout.jvm.txt | 5 Testing throwing exceptions in monitor_enter 7 Throwing exception in MonitorEnter 12 Testing throwing exceptions in monitor_entered 15 Throwing exception in MonitorEntered 19 Testing throwing exceptions in both monitorEnter & MonitorEntered 21 Throwing exception in MonitorEnter 23 Throwing exception in MonitorEntered 27 Testing throwing exception in MonitorWait event 29 Throwing exception in MonitorWait 34 Testing throwing exception in MonitorWait event with illegal aruments [all …]
|
/art/test/ |
D | README.md | 3 There are two suites of tests in the Android Runtime (ART): 5 in Java). 11 written in Java and/or [Smali](https://github.com/JesusFreke/smali) 19 The run-tests are identified by directories in this `test` directory, named with 21 sources are in the `src` subdirectory. Sources found in the `src2` directory are 23 exercise "API mismatch" situations by replacing class files created in the first 25 class loaders. Resources can be stored in the `res` directory, which is 28 The run-tests logic lives in the `test/run-test` Bash script. The execution of a 31 scripts located in the `test/etc` directory (`default-build`, `default-run`, and 38 is actually implemented in the "JAR runner" (`test/etc/run-test-jar`), invoked [all …]
|
D | Android.run-test.bp | 20 cmd: TEST_BUILD_COMMON_ARGS + "--mode host --test-dir-regex 'art/test/..?00-' $(in)", 24 // Install in the output directory to make it accessible for tests. 39 cmd: TEST_BUILD_COMMON_ARGS + "--mode host --test-dir-regex 'art/test/..?01-' $(in)", 43 // Install in the output directory to make it accessible for tests. 58 cmd: TEST_BUILD_COMMON_ARGS + "--mode host --test-dir-regex 'art/test/..?02-' $(in)", 62 // Install in the output directory to make it accessible for tests. 77 cmd: TEST_BUILD_COMMON_ARGS + "--mode host --test-dir-regex 'art/test/..?03-' $(in)", 81 // Install in the output directory to make it accessible for tests. 96 cmd: TEST_BUILD_COMMON_ARGS + "--mode host --test-dir-regex 'art/test/..?04-' $(in)", 100 // Install in the output directory to make it accessible for tests. [all …]
|
/art/compiler/linker/ |
D | output_stream_test.cc | 72 std::unique_ptr<File> in(OS::OpenFileForReading(tmp.GetFilename().c_str())); in TEST_F() local 73 EXPECT_TRUE(in.get() != nullptr); in TEST_F() 74 std::vector<uint8_t> actual(in->GetLength()); in TEST_F() 75 bool readSuccess = in->ReadFully(&actual[0], actual.size()); in TEST_F() 87 std::unique_ptr<File> in(OS::OpenFileForReading(tmp.GetFilename().c_str())); in TEST_F() local 88 EXPECT_TRUE(in.get() != nullptr); in TEST_F() 89 std::vector<uint8_t> actual(in->GetLength()); in TEST_F() 90 bool readSuccess = in->ReadFully(&actual[0], actual.size()); in TEST_F()
|
/art/test/018-stack-overflow/ |
D | expected-stdout.txt | 1 caught SOE3 in testSelfRecursion 2 caught SOE10 in testSelfRecursion 3 caught SOE in testMutualRecursion
|
/art/test/663-odd-dex-size2/ |
D | info.txt | 1 Test for two files with an odd size in a vdex file. 3 The code in boths file is: 12 1) Add 1 to the size value in the dex header. 14 3) Change the checksum in the dex header.
|
/art/test/663-odd-dex-size/ |
D | info.txt | 1 Test for a dex file with an odd size in a vdex file. 3 The code in the file is: 12 1) Add 1 to the size value in the dex header. 14 3) Change the checksum in the dex header.
|
/art/tools/jvmti-agents/chain-agents/ |
D | README.md | 4 location relative to a passed in path. It can be used in combination with android startup_agents 5 in order to implement more complicated agent-loading rules. 7 It will open the file `chain_agents.txt` from the directory passed in as an argument and read it 8 line-by-line loading the agents (with the arguments) listed in the file. 10 Errors in loading are logged then ignored. 28 The chain-agents file is a list of agent files and arguments to load in the same format as the
|
/art/test/663-odd-dex-size3/ |
D | info.txt | 3 The code in classes.dex is: 12 1) Add 1 to the size value in the dex header. 14 3) Change the checksum in the dex header. 16 The code in classes2.dex is:
|
/art/test/663-odd-dex-size4/ |
D | info.txt | 3 The code in classes.dex is: 8 The code in classes2.dex is: 17 1) Add 1 to the size value in the dex header. 19 3) Change the checksum in the dex header.
|
/art/test/1954-pop-frame-jit/ |
D | expected-stdout.jvm.txt | 31 Test stopped during Method Exit due to exception thrown in same function 34 Test stopped during Method Exit due to exception thrown in subroutine 37 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in call… 39 art.Test1953$ExceptionThrowTestObject$TestError caught in same function. 41 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in subr… 43 art.Test1953$ExceptionCatchTestObject$TestError caught in called function. 45 Test stopped during Exception event of calledFunction (catch in calling function) 49 Test stopped during Exception event of calledFunction (catch in called function) 51 art.Test1953$ExceptionThrowTestObject$TestError caught in same function. 53 Test stopped during Exception event of calledFunction (catch in parent of calling function) [all …]
|
/art/test/1956-pop-frame-jit-calling/ |
D | expected-stdout.jvm.txt | 31 Test stopped during Method Exit due to exception thrown in same function 34 Test stopped during Method Exit due to exception thrown in subroutine 37 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in call… 39 art.Test1953$ExceptionThrowTestObject$TestError caught in same function. 41 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in subr… 43 art.Test1953$ExceptionCatchTestObject$TestError caught in called function. 45 Test stopped during Exception event of calledFunction (catch in calling function) 49 Test stopped during Exception event of calledFunction (catch in called function) 51 art.Test1953$ExceptionThrowTestObject$TestError caught in same function. 53 Test stopped during Exception event of calledFunction (catch in parent of calling function) [all …]
|
/art/test/1953-pop-frame/ |
D | expected-stdout.txt | 31 Test stopped during Method Exit due to exception thrown in same function 34 Test stopped during Method Exit due to exception thrown in subroutine 37 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in call… 39 art.Test1953$ExceptionThrowTestObject$TestError caught in same function. 41 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in subr… 43 art.Test1953$ExceptionCatchTestObject$TestError caught in called function. 45 Test stopped during Exception event of calledFunction (catch in calling function) 49 Test stopped during Exception event of calledFunction (catch in called function) 51 art.Test1953$ExceptionThrowTestObject$TestError caught in same function. 53 Test stopped during Exception event of calledFunction (catch in parent of calling function) [all …]
|
/art/test/1955-pop-frame-jit-called/ |
D | expected-stdout.jvm.txt | 31 Test stopped during Method Exit due to exception thrown in same function 34 Test stopped during Method Exit due to exception thrown in subroutine 37 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in call… 39 art.Test1953$ExceptionThrowTestObject$TestError caught in same function. 41 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in subr… 43 art.Test1953$ExceptionCatchTestObject$TestError caught in called function. 45 Test stopped during Exception event of calledFunction (catch in calling function) 49 Test stopped during Exception event of calledFunction (catch in called function) 51 art.Test1953$ExceptionThrowTestObject$TestError caught in same function. 53 Test stopped during Exception event of calledFunction (catch in parent of calling function) [all …]
|