- e469e23 Clean up linux bionic and zipapex test support. by Martin Stjernholm · 1 year, 6 months ago
- 4b13700 Fix ART testing scripts to support checker tests on VM. by Ulya Trafimovich · 1 year, 9 months ago
- ae80b58 Change the meaning of --interpreter option in testing scripts. by Ulya Trafimovich · 1 year, 9 months ago
- 3dfeb7d test/run-test: Dump CFG even if test fails by Richard Neill · 1 year, 10 months ago
- f219b54 Switch --gdb-dex2oat to GDB by Ruben Ayrapetyan · 1 year, 11 months ago
- 513801a Add support for running ART tests on a Linux virtual machine. by Ulya Trafimovich · 2 years, 2 months ago
- efb6126 Run test: Execute scripts via runner bash script. by David Srbecky · 2 years, 4 months ago
- 49506de Run test: Remove use of 'get-device-isa' (part 1) by David Srbecky · 2 years, 4 months ago
- 66bd69a Run test: Do output post-processing on device. by David Srbecky · 2 years, 4 months ago
- 83cede7 Run test: Extract files using python by David Srbecky · 2 years, 4 months ago
- 69f7aca Run test run: Don't use arch guessing heuristics (part 1) by David Srbecky · 2 years, 4 months ago
- f356dcd Run test: Disable color output on LUCI by David Srbecky · 2 years, 4 months ago
- bf31c39 Run test run: Reduce verbosity by David Srbecky · 2 years, 4 months ago
- c282bef Run test build: Create special HiddenApi shard. by David Srbecky · 2 years, 4 months ago
- 4382c26 Run tests: Fix temporary directory removal. by David Srbecky · 2 years, 4 months ago
- fe3d9c9 Run test: Increase runner verbosity by David Srbecky · 2 years, 4 months ago
- b463382 Fix --dump-cfg argument handling in run-test by Richard Neill · 2 years, 5 months ago
- 6fd7de5 Fix art-debug-gc tests by David Srbecky · 2 years, 4 months ago
- e0cbf8e Move test/etc/default_run.py one directory up. by David Srbecky · 2 years, 4 months ago
- e19d74b Run-tests: Fix/implement --update; avoid stdout patching. by David Srbecky · 2 years, 4 months ago
- 9c8c2db Run-test: Execute the diff commands just once. by David Srbecky · 2 years, 4 months ago
- b9642a6 Run-tests: Rename "run" files to "run.py" by David Srbecky · 2 years, 4 months ago
- f66ea6c Run-tests: Run checker after stdout/stderr diff. by David Srbecky · 2 years, 5 months ago
- a97ac76 Move run-test "check" scripts to "run" scripts. by David Srbecky · 2 years, 5 months ago
- 1e14a9d Add check=False to a checker invocation by Santiago Aboy Solanes · 2 years, 5 months ago
- 92eba60 Revert^2 "Fix run-test check for --jvmti-redefine-stress" by David Srbecky · 2 years, 5 months ago
- f65c247 Revert "Fix run-test check for --jvmti-redefine-stress" by Binhao Lin · 2 years, 5 months ago
- e4e701b Revert^2 "Convert per-test run scripts to python." by David Srbecky · 2 years, 5 months ago
- d9e3559 Fix run-test check for --jvmti-redefine-stress by David Srbecky · 2 years, 5 months ago
- 8d6a4e0 Revert "Convert per-test run scripts to python." by David Srbecky · 2 years, 5 months ago
- 895c270 Convert per-test run scripts to python. by David Srbecky · 2 years, 5 months ago
- 6353850 Simplify run-test check scripts by David Srbecky · 2 years, 5 months ago
- 4715be6 run-test: Fix diff output by David Srbecky · 2 years, 5 months ago
- 94d2141 Reformat run-test and run-test-jar by David Srbecky · 2 years, 5 months ago
- 2096c1f run-test: Fix --dev by David Srbecky · 2 years, 5 months ago
- e60131a Fix gdb support in run-test and run-test-jar by Dmitrii Ishcheikin · 2 years, 5 months ago
- 9e73fcd Revert^2 "run-test: Convert from bash to python." by David Srbecky · 2 years, 5 months ago
- d08df34 Revert "run-test: Convert from bash to python." by Nicolas Geoffray · 2 years, 5 months ago
- d5f69e2 run-test: Convert from bash to python. by David Srbecky · 2 years, 6 months ago
- e60b4a7 run-test-jar: Adjust test verbosity by David Srbecky · 2 years, 6 months ago
- a6f7c74 Revert^4 Build only the needed run-test shards with "test.py -b -t XXX" by David Srbecky · 2 years, 6 months ago
- 85786e7 Revert^2 run-test-jar: Use python argument parser" by David Srbecky · 2 years, 6 months ago
- 592c561 Revert^3 Build only the needed run-test shards with "test.py -b -t XXX" by David Srbecky · 2 years, 6 months ago
- caff8ed Revert^2 Build only the needed run-test shards with "test.py -b -t XXX" by David Srbecky · 2 years, 6 months ago
- 70c0292 Revert "Build only the needed run-test shards with "test.py -b -t XXX"" by David Srbecky · 2 years, 6 months ago
- b7b5fe5 Build only the needed run-test shards with "test.py -b -t XXX" by David Srbecky · 2 years, 6 months ago
- bfa76b3 Convert run-test-jar from bash to python by David Srbecky · 2 years, 9 months ago
- 48eb839 Initialize intrinsics in dex2oat. by Nicolas Geoffray · 3 years, 1 month ago
- 76c01df Fix the run-test script to correctly guess target arch name. by Jiakai Zhang · 3 years, 1 month ago
- 61c0d22 Move the primary boot image in chroot environment. by Jiakai Zhang · 3 years, 1 month ago
- 78f3d28 Update the run-test script to use the boot image generated on device. by Jiakai Zhang · 3 years, 1 month ago
- 6806d3c Document --simpleperf option to run-test. by Ulya Trafimovich · 3 years, 4 months ago
- 7f7f644 Allow running art run-tests with simpleperf. by Ulya Trafimovich · 3 years, 4 months ago
- 7cf6c58 Move run-test compilation to soong. by David Srbecky · 3 years, 8 months ago
- 816b0da ART: Enables Debugging with LLDB for dex2oat. by Stelios Ioannou · 3 years, 10 months ago
- 8d3d64f Make run-test build scripts more deterministic by David Srbecky · 3 years, 8 months ago
- 1b62122 ART: Implements a test option of forced generation of .cfg by Stelios Ioannou · 3 years, 9 months ago
- ca15b8d testrunner.py: Add --build-only and --skip-build options. by David Srbecky · 3 years, 11 months ago
- 0d0f8df In run tests, do not rely on loading native libs in the ART namespace by Martin Stjernholm · 3 years, 11 months ago
- efbc659 Update run-test to python3. by Vladimir Marko · 4 years ago
- b15e879 Verify ART run-tests' standard output and standard error separately. by Roland Levillain · 4 years, 5 months ago
- a073f46 Rename ART run-tests `expected.txt` files as `expected-stdout.txt`. by Roland Levillain · 4 years, 5 months ago
- 9ca92fb run-test: add --external-log-tags options by Orion Hodson · 4 years, 5 months ago
- 9fde2db Update host tests to point to a dedicated boot image directory. by Martin Stjernholm · 4 years, 5 months ago
- bfe8fc8 Restore cfg file printing in Checker as an option by Daniil Riazanovskiy · 4 years, 5 months ago
- 5439f05 Revert^3 "VIXL simulator for ART (Stage1)" by Ulya Trafimovich · 4 years, 8 months ago
- e886d68 Revert^2 "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 8 months ago
- 3060bb9 Revert "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 8 months ago
- 48ca6a6 VIXL simulator for ART (Stage1) by Xueliang Zhong · 6 years ago
- 928d28e Use boot image for all tests instead of core.art. by David Srbecky · 5 years ago
- 94a810b Small cleanups by Eric Holk · 4 years, 10 months ago
- 80dc7dc Truncate run-test output less by Hans Boehm · 5 years ago
- be0d3cf Remove remaining MIPS support. by Vladimir Marko · 5 years ago
- 8c41a0b Handle interpreter / access-checks mode in the runtime. by Nicolas Geoffray · 5 years ago
- 30a11eb [checker]: Dump the CFG when we fail. by Nicolas Geoffray · 5 years ago
- 8e7ab70 Remove extra shift in --create-runner handler in run-test by Alex Light · 5 years ago
- 8d94ddd Improve run-test tooling support by Alex Light · 5 years ago
- 2191069 Revert^4 "Boot image extension." by Vladimir Marko · 5 years ago
- f5c5eb3 Revert^3 "Boot image extension." by Vladimir Marko · 5 years ago
- beb66b3 Fix boot image extension relocation. by Vladimir Marko · 5 years ago
- ad6f4ce Disable loading boot image extensions for tests. by Vladimir Marko · 5 years ago
- 4f6ebe8 Boot image extension. by Vladimir Marko · 6 years ago
- 4815e72 Propagate timeout to run-test-jar. 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
- d6be5da Update references to the ART APEX for tests. by Martin Stjernholm · 6 years ago
- 86459c0 ART: Change Python code in run-test by Andreas Gampe · 6 years ago
- 759845f Separate ICU4J from core-libart by Victor Chang · 6 years ago
- 6461124 Remove icu .dat file from Runtime module by Victor Chang · 6 years ago
- 11410de ART: Refactor run-test run_args by Andreas Gampe · 6 years ago
- 90b3457 Handle `--android-tzdata-root` in `test/run-test`. by Roland Levillain · 6 years ago
- 6f342dd Revert^2 "Only extract zipapex once for linux-bionic-zipapex tests" by Alex Light · 6 years ago
- c26d9e3 Revert "Only extract zipapex once for linux-bionic-zipapex tests" by Alex Light · 6 years ago
- 912cee8 Only extract zipapex once for linux-bionic-zipapex tests by Alex Light · 6 years ago
- e4b4a18 Add support for using gdbserver with run-test by Alex Light · 6 years ago
- 2807614 Add support for option `--android-runtime-root` to ART run-test scripts. by Roland Levillain · 6 years ago
- 20802ca Add buildbot target using linux_bionic zipapex by Alex Light · 6 years ago
- 680cbf2 Enable building art and tests with linux_bionic by Alex Light · 6 years ago
- 0aa7a5a Revert^4 "JVMTI PopFrame support" by Alex Light · 6 years ago
- 4519b9d Make the boot image always multi-image. by Vladimir Marko · 6 years ago
- a2da9b9 ART: Completely remove the --compile-pic option. by Vladimir Marko · 6 years ago