- c618f7c Cherrypick Reland^2 "Don't install instrumentation stubs for single thread deopts" by Mythri Alle · 2 years, 7 months ago
- 42f1af8 LSE fix removing observable stores with throwing instuctions by Santiago Aboy Solanes · 2 years, 9 months ago
- 9de71a4 Move javac_wrapper.sh scripts into own files. by David Srbecky · 2 years, 9 months ago
- 48eb839 Initialize intrinsics in dex2oat. by Nicolas Geoffray · 2 years, 11 months ago
- dd0a65d Allow more cross-referencing between run-test sources. by Vladimir Marko · 3 years ago
- 239c941 Rewrite run-test scripts for `src-dex2oat-unresolved`. by Vladimir Marko · 3 years ago
- 55e509f Extract the modules bootclasspath handling. by Artem Serov · 3 years ago
- 7f7f644 Allow running art run-tests with simpleperf. by Ulya Trafimovich · 3 years, 2 months ago
- f0d8b44 Revert^2 "Update run-test script to pass --Xjitthreshold:0 for jvmti tests" by Mythri Alle · 3 years, 2 months ago
- 26db016 Revert "Update run-test script to pass --Xjitthreshold:0 for jvmti tests" by Vladimir Marko · 3 years, 2 months ago
- 0bc369b Update run-test script to pass --Xjitthreshold:0 for jvmti tests by Mythri Alle · 3 years, 3 months ago
- 9701839 Convert default-build script to python by David Srbecky · 3 years, 5 months ago
- 327cfcf Use the .dm file at runtime for verification. by Nicolas Geoffray · 3 years, 3 months ago
- ae96c82 Fix `--secondary-class-loader-context` for run-tests. by Vladimir Marko · 3 years, 3 months ago
- 7cf6c58 Move run-test compilation to soong. by David Srbecky · 3 years, 6 months ago
- ea55f3d Change only_use_system_oat_files_ logic. by Nicolas Geoffray · 3 years, 4 months ago
- 816b0da ART: Enables Debugging with LLDB for dex2oat. by Stelios Ioannou · 3 years, 8 months ago
- 059210d Make smali compilations deterministic by David Srbecky · 3 years, 5 months ago
- 4bd6795 More run-test build determinism tweaks (part 2) by David Srbecky · 3 years, 5 months ago
- 3a014e3 ART: Change error-reporting of run-test-jar by Stelios Ioannou · 3 years, 7 months ago
- 054c800 More run-test build determinism tweaks by David Srbecky · 3 years, 5 months ago
- 8d3d64f Make run-test build scripts more deterministic by David Srbecky · 3 years, 6 months ago
- b94401e Drop ANDROID_ADDITIONAL_PUBLIC_LIBRARIES. by Martin Stjernholm · 3 years, 9 months ago
- 2665943 Avoid loading external libraries from ARTs internal linker namespace (reland). by Martin Stjernholm · 3 years, 9 months ago
- 0d0f8df In run tests, do not rely on loading native libs in the ART namespace by Martin Stjernholm · 3 years, 9 months ago
- 5e1ffcd Make zipapex test support multiple-execution by Alex Light · 3 years, 10 months ago
- c76fbf0 Fix script when using --verify-soft-fail and --jit. by Nicolas Geoffray · 3 years, 9 months ago
- c6c6a15 Adjust test runner for vdex. by Nicolas Geoffray · 3 years, 11 months ago
- 16f60dc Support loading vdex files without odex. by Nicolas Geoffray · 4 years ago
- 046cecf Do not accept vdex with dex sections from .dm files by Calin Juravle · 4 years, 1 month ago
- ecd94cf run-test-jar: replace tempfile with mktemp by Orion Hodson · 4 years, 1 month ago
- 08e8c6f Silence tempfile warning in run-test-etc. by Vladimir Marko · 4 years, 1 month ago
- b15e879 Verify ART run-tests' standard output and standard error separately. by Roland Levillain · 4 years, 3 months ago
- a073f46 Rename ART run-tests `expected.txt` files as `expected-stdout.txt`. by Roland Levillain · 4 years, 3 months ago
- 16e7e57 Remove temporary filtering of ICU output on host by Orion Hodson · 4 years, 3 months ago
- 1f3612f Extend temporary filtering pattern for ICU issue by Orion Hodson · 4 years, 3 months ago
- 8aef685 Temporary host filtering of ICU initialization output by Orion Hodson · 4 years, 3 months ago
- 270e10a Improve codegen for referrer's class... by Vladimir Marko · 4 years, 4 months ago
- 5437e6f Add tests for accessing referrer's class. by Vladimir Marko · 4 years, 4 months ago
- 5439f05 Revert^3 "VIXL simulator for ART (Stage1)" by Ulya Trafimovich · 4 years, 6 months ago
- e886d68 Revert^2 "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 6 months ago
- 3060bb9 Revert "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 6 months ago
- 48ca6a6 VIXL simulator for ART (Stage1) by Xueliang Zhong · 6 years ago
- 90a18cf Rewrite OatFileManager::OpenDexFilesFromOat. by Nicolas Geoffray · 4 years, 7 months ago
- 6355d69 Remove core.art image by David Srbecky · 4 years, 10 months ago
- 928d28e Use boot image for all tests instead of core.art. by David Srbecky · 4 years, 10 months ago
- d20e51d "Move ICU from ART APEX to i18n APEX" Attempt 2 by Victor Chang · 4 years, 8 months ago
- 4a48775 Revert "Move ICU from ART APEX to i18n APEX" by vichang · 4 years, 8 months ago
- 8419b82 Move ICU from ART APEX to i18n APEX by Victor Chang · 4 years, 9 months ago
- b7724c4 Fix execution with RI in ART `run-test-jar` script. by Roland Levillain · 4 years, 9 months ago
- b0c6cb5 Fix logic to find dex2oat. by Nicolas Geoffray · 4 years, 9 months ago
- 4fa07a5 Add explicit compiler option to enable test-specific features. by David Srbecky · 4 years, 10 months ago
- 31e0dc2 Remove -testdex variants of bootclasspath jars. by Nicolas Geoffray · 4 years, 10 months ago
- 038a198 "Revert^6 "[art] Enable compilation of secondary dexes by default i..." by Andreas Gampe · 4 years, 10 months ago
- c1ff0ff Revert^5 "[art] Enable compilation of secondary dexes by default i..." by Mathieu Chartier · 4 years, 10 months ago
- 085f380 Revert^4 "[art] Enable compilation of secondary dexes by default i..." by Andreas Gampe · 4 years, 10 months ago
- 280e6c3 Jit-zygote compiled code isn't debuggable by Alex Light · 4 years, 11 months ago
- f5d83b3 Revert "Revert^2 "[art] Enable compilation of secondary dexes by default i..."" by Nicolas Geoffray · 4 years, 10 months ago
- 9a01d30 Revert^2 "[art] Enable compilation of secondary dexes by default i..." by Dan Zimmerman · 5 years ago
- 15c622d Revert "Use 32 or 64 bit dex2oat explicitly depending on HOST_PREFER_32_BIT." by Roland Levillain · 5 years ago
- b59f5fb Revert "Only append suffixes to dex2oat(d) on host." by Roland Levillain · 5 years ago
- b0ec679 Fix mini-debug-info generation for JIT tests by David Srbecky · 5 years ago
- be0d3cf Remove remaining MIPS support. by Vladimir Marko · 5 years ago
- f8f51c9 Only append suffixes to dex2oat(d) on host. by Martin Stjernholm · 5 years ago
- 8aa6a82 Use 32 or 64 bit dex2oat explicitly depending on HOST_PREFER_32_BIT. by Martin Stjernholm · 5 years ago
- 860ab37 Add bootclasspath elements to bootclasspath when dexing tests by Christoffer Quist Adamsen · 5 years ago
- f0eaada Revert "[art] Enable compilation of secondary dexes by default i..." by Nicolas Geoffray · 5 years ago
- 73b6aa9 [art] Enable compilation of secondary dexes by default in tests by Dan Zimmerman · 5 years ago
- fc58809 Remove old JDWP implementation from ART by Alex Light · 5 years ago
- 87712da Revert^2 "Generate mini-debug-info when running tests." by David Srbecky · 5 years ago
- 0c42b60 Revert^2 "Generate mini-debug-info when running JIT tests." by David Srbecky · 5 years ago
- 4f915d2 Make --create-runner check the output when not --dev by Alex Light · 5 years ago
- 8d94ddd Improve run-test tooling support by Alex Light · 5 years ago
- 219420e Run-test: Support using --gdb and --gdbserver with --chroot by Alex Light · 5 years ago
- 505e56b Temporary hack: Force the use of `signal_dumper` as timeout handler on host. by Roland Levillain · 5 years ago
- b801210 Revert^2 "Correctly quote -Xbootclasspath argument in run-test-jar" by Alex Light · 5 years ago
- a8a17a4 Revert "Correctly quote -Xbootclasspath argument in run-test-jar" by Alex Light · 5 years ago
- cb809bb Correctly quote -Xbootclasspath argument in run-test-jar by Alex Light · 5 years ago
- 352482c Disable timeouts in run-test-jar by David Srbecky · 5 years ago
- b9a8541 Revert "Generate mini-debug-info when running tests." by David Srbecky · 5 years ago
- 0b44798 Revert "Generate mini-debug-info when running JIT tests." by David Srbecky · 5 years ago
- 7021c13 Increase gcstress timeout by David Srbecky · 5 years ago
- 3067710 Raise timeout for method tracing to 30 mins. by Martin Stjernholm · 5 years ago
- 7e97cf1 Add 10 minutes for gcstress timeout. by Nicolas Geoffray · 5 years ago
- cb497cf Raise timeout when method tracing is enabled. by Martin Stjernholm · 5 years ago
- 82e61e9 Revert switch to bc to do fractional calculation. by Martin Stjernholm · 5 years ago
- 44f406c Raise the timeout for 670-bitstring-type-check. by Martin Stjernholm · 5 years ago
- e58624f Various renames following the name change from "Runtime APEX" to "ART APEX". by Martin Stjernholm · 5 years ago
- 6df588b Generate mini-debug-info when running JIT tests. by David Srbecky · 5 years ago
- 8e2c78d Generate mini-debug-info when running tests. by David Srbecky · 5 years ago
- a49b04f Revert "ART: Detect target run-test timeout and print a message" by David Srbecky · 5 years ago
- 38a2818 ART: Add exit-code option to signal_dumper by Andreas Gampe · 5 years ago
- 2704d0a ART: Detect target run-test timeout and print a message by Andreas Gampe · 5 years ago
- 5aae3db ART: Switch to executable test in run-test by Andreas Gampe · 5 years ago
- 5d775eb ART: Fix signal_dumper detection in run-test by Andreas Gampe · 5 years ago
- 29bfb0c ART: Add env variable to increase run-test timeouts by Andreas Gampe · 5 years ago
- 6ad30a2 ART: Make run-test timeout dependent on sanitization by Andreas Gampe · 5 years ago
- 60931d9 ART: Simplify and tighten run-test timeouts by Andreas Gampe · 5 years ago
- 52b4dc9 Fix comments in `test/etc/run-test-jar`. by Roland Levillain · 5 years ago
- a613808 ART: Check for signal_dumper on-device for run-test by Andreas Gampe · 5 years ago