1. b94401e Drop ANDROID_ADDITIONAL_PUBLIC_LIBRARIES. by Martin Stjernholm · 3 years, 2 months ago
  2. 2665943 Avoid loading external libraries from ARTs internal linker namespace (reland). by Martin Stjernholm · 3 years, 3 months ago
  3. 0d0f8df In run tests, do not rely on loading native libs in the ART namespace by Martin Stjernholm · 3 years, 2 months ago
  4. 5e1ffcd Make zipapex test support multiple-execution by Alex Light · 3 years, 3 months ago
  5. c76fbf0 Fix script when using --verify-soft-fail and --jit. by Nicolas Geoffray · 3 years, 3 months ago
  6. c6c6a15 Adjust test runner for vdex. by Nicolas Geoffray · 3 years, 4 months ago
  7. 16f60dc Support loading vdex files without odex. by Nicolas Geoffray · 3 years, 5 months ago
  8. 046cecf Do not accept vdex with dex sections from .dm files by Calin Juravle · 3 years, 7 months ago
  9. ecd94cf run-test-jar: replace tempfile with mktemp by Orion Hodson · 3 years, 7 months ago
  10. 08e8c6f Silence tempfile warning in run-test-etc. by Vladimir Marko · 3 years, 7 months ago
  11. b15e879 Verify ART run-tests' standard output and standard error separately. by Roland Levillain · 3 years, 8 months ago
  12. a073f46 Rename ART run-tests `expected.txt` files as `expected-stdout.txt`. by Roland Levillain · 3 years, 8 months ago
  13. 16e7e57 Remove temporary filtering of ICU output on host by Orion Hodson · 3 years, 8 months ago
  14. 1f3612f Extend temporary filtering pattern for ICU issue by Orion Hodson · 3 years, 8 months ago
  15. 8aef685 Temporary host filtering of ICU initialization output by Orion Hodson · 3 years, 8 months ago
  16. 5439f05 Revert^3 "VIXL simulator for ART (Stage1)" by Ulya Trafimovich · 4 years ago
  17. e886d68 Revert^2 "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years ago
  18. 3060bb9 Revert "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years ago
  19. 48ca6a6 VIXL simulator for ART (Stage1) by Xueliang Zhong · 5 years ago
  20. 90a18cf Rewrite OatFileManager::OpenDexFilesFromOat. by Nicolas Geoffray · 4 years ago
  21. 6355d69 Remove core.art image by David Srbecky · 4 years, 3 months ago
  22. 928d28e Use boot image for all tests instead of core.art. by David Srbecky · 4 years, 3 months ago
  23. d20e51d "Move ICU from ART APEX to i18n APEX" Attempt 2 by Victor Chang · 4 years, 2 months ago
  24. 4a48775 Revert "Move ICU from ART APEX to i18n APEX" by vichang · 4 years, 2 months ago
  25. 8419b82 Move ICU from ART APEX to i18n APEX by Victor Chang · 4 years, 3 months ago
  26. b7724c4 Fix execution with RI in ART `run-test-jar` script. by Roland Levillain · 4 years, 3 months ago
  27. b0c6cb5 Fix logic to find dex2oat. by Nicolas Geoffray · 4 years, 3 months ago
  28. 4fa07a5 Add explicit compiler option to enable test-specific features. by David Srbecky · 4 years, 3 months ago
  29. 31e0dc2 Remove -testdex variants of bootclasspath jars. by Nicolas Geoffray · 4 years, 4 months ago
  30. 038a198 "Revert^6 "[art] Enable compilation of secondary dexes by default i..." by Andreas Gampe · 4 years, 4 months ago
  31. c1ff0ff Revert^5 "[art] Enable compilation of secondary dexes by default i..." by Mathieu Chartier · 4 years, 4 months ago
  32. 085f380 Revert^4 "[art] Enable compilation of secondary dexes by default i..." by Andreas Gampe · 4 years, 4 months ago
  33. 280e6c3 Jit-zygote compiled code isn't debuggable by Alex Light · 4 years, 4 months ago
  34. f5d83b3 Revert "Revert^2 "[art] Enable compilation of secondary dexes by default i..."" by Nicolas Geoffray · 4 years, 4 months ago
  35. 9a01d30 Revert^2 "[art] Enable compilation of secondary dexes by default i..." by Dan Zimmerman · 4 years, 5 months ago
  36. 15c622d Revert "Use 32 or 64 bit dex2oat explicitly depending on HOST_PREFER_32_BIT." by Roland Levillain · 4 years, 5 months ago
  37. b59f5fb Revert "Only append suffixes to dex2oat(d) on host." by Roland Levillain · 4 years, 5 months ago
  38. b0ec679 Fix mini-debug-info generation for JIT tests by David Srbecky · 4 years, 5 months ago
  39. be0d3cf Remove remaining MIPS support. by Vladimir Marko · 4 years, 5 months ago
  40. f8f51c9 Only append suffixes to dex2oat(d) on host. by Martin Stjernholm · 4 years, 5 months ago
  41. 8aa6a82 Use 32 or 64 bit dex2oat explicitly depending on HOST_PREFER_32_BIT. by Martin Stjernholm · 4 years, 5 months ago
  42. f0eaada Revert "[art] Enable compilation of secondary dexes by default i..." by Nicolas Geoffray · 4 years, 5 months ago
  43. 73b6aa9 [art] Enable compilation of secondary dexes by default in tests by Dan Zimmerman · 4 years, 7 months ago
  44. fc58809 Remove old JDWP implementation from ART by Alex Light · 4 years, 5 months ago
  45. 87712da Revert^2 "Generate mini-debug-info when running tests." by David Srbecky · 4 years, 6 months ago
  46. 0c42b60 Revert^2 "Generate mini-debug-info when running JIT tests." by David Srbecky · 4 years, 6 months ago
  47. 4f915d2 Make --create-runner check the output when not --dev by Alex Light · 4 years, 6 months ago
  48. 8d94ddd Improve run-test tooling support by Alex Light · 4 years, 7 months ago
  49. 219420e Run-test: Support using --gdb and --gdbserver with --chroot by Alex Light · 4 years, 7 months ago
  50. 505e56b Temporary hack: Force the use of `signal_dumper` as timeout handler on host. by Roland Levillain · 4 years, 8 months ago
  51. b801210 Revert^2 "Correctly quote -Xbootclasspath argument in run-test-jar" by Alex Light · 4 years, 8 months ago
  52. a8a17a4 Revert "Correctly quote -Xbootclasspath argument in run-test-jar" by Alex Light · 4 years, 8 months ago
  53. cb809bb Correctly quote -Xbootclasspath argument in run-test-jar by Alex Light · 4 years, 8 months ago
  54. 352482c Disable timeouts in run-test-jar by David Srbecky · 4 years, 9 months ago
  55. b9a8541 Revert "Generate mini-debug-info when running tests." by David Srbecky · 4 years, 9 months ago
  56. 0b44798 Revert "Generate mini-debug-info when running JIT tests." by David Srbecky · 4 years, 9 months ago
  57. 7021c13 Increase gcstress timeout by David Srbecky · 4 years, 9 months ago
  58. 3067710 Raise timeout for method tracing to 30 mins. by Martin Stjernholm · 4 years, 9 months ago
  59. 7e97cf1 Add 10 minutes for gcstress timeout. by Nicolas Geoffray · 4 years, 9 months ago
  60. cb497cf Raise timeout when method tracing is enabled. by Martin Stjernholm · 4 years, 9 months ago
  61. 82e61e9 Revert switch to bc to do fractional calculation. by Martin Stjernholm · 4 years, 9 months ago
  62. 44f406c Raise the timeout for 670-bitstring-type-check. by Martin Stjernholm · 4 years, 9 months ago
  63. e58624f Various renames following the name change from "Runtime APEX" to "ART APEX". by Martin Stjernholm · 4 years, 10 months ago
  64. 6df588b Generate mini-debug-info when running JIT tests. by David Srbecky · 4 years, 10 months ago
  65. 8e2c78d Generate mini-debug-info when running tests. by David Srbecky · 4 years, 10 months ago
  66. a49b04f Revert "ART: Detect target run-test timeout and print a message" by David Srbecky · 4 years, 10 months ago
  67. 38a2818 ART: Add exit-code option to signal_dumper by Andreas Gampe · 4 years, 10 months ago
  68. 2704d0a ART: Detect target run-test timeout and print a message by Andreas Gampe · 4 years, 10 months ago
  69. 5aae3db ART: Switch to executable test in run-test by Andreas Gampe · 4 years, 10 months ago
  70. 5d775eb ART: Fix signal_dumper detection in run-test by Andreas Gampe · 4 years, 10 months ago
  71. 29bfb0c ART: Add env variable to increase run-test timeouts by Andreas Gampe · 4 years, 10 months ago
  72. 6ad30a2 ART: Make run-test timeout dependent on sanitization by Andreas Gampe · 4 years, 10 months ago
  73. 60931d9 ART: Simplify and tighten run-test timeouts by Andreas Gampe · 4 years, 10 months ago
  74. 52b4dc9 Fix comments in `test/etc/run-test-jar`. by Roland Levillain · 4 years, 10 months ago
  75. a613808 ART: Check for signal_dumper on-device for run-test by Andreas Gampe · 4 years, 10 months ago
  76. 975d70b ART: Add timeout to run-test invocation on-device by Andreas Gampe · 4 years, 10 months ago
  77. d6be5da Update references to the ART APEX for tests. by Martin Stjernholm · 5 years ago
  78. 759845f Separate ICU4J from core-libart by Victor Chang · 5 years ago
  79. 6461124 Remove icu .dat file from Runtime module by Victor Chang · 5 years ago
  80. 6623594 Set image base address after the boot image. by Vladimir Marko · 5 years ago
  81. 1a6f9fc ART: Dump more env vars in run-test-jar by Andreas Gampe · 5 years ago
  82. 72f6774 Use flattened Runtime APEX contents in ART chroot-based device testing. by Roland Levillain · 5 years ago
  83. 5212552 ART: Use signal_dumper in run-test by default by Andreas Gampe · 5 years ago
  84. 0df2aba ART: Use SIGTERM for timeout dumping by Andreas Gampe · 5 years ago
  85. 148c160 ART: Rename timeout_dumper to signal_dumper by Andreas Gampe · 5 years ago
  86. e2ddce3 Revert^2 "Add verifier fallback for JVMTI Get/SetLocalVariable" by Alex Light · 5 years ago
  87. 99cbfb5 Revert "Add verifier fallback for JVMTI Get/SetLocalVariable" by David Srbecky · 5 years ago
  88. e48fd0b Add verifier fallback for JVMTI Get/SetLocalVariable by Alex Light · 5 years ago
  89. 9b195cc Fix arm32 code generator when used with baseline compilation. by Nicolas Geoffray · 5 years ago
  90. 6f342dd Revert^2 "Only extract zipapex once for linux-bionic-zipapex tests" by Alex Light · 5 years ago
  91. c26d9e3 Revert "Only extract zipapex once for linux-bionic-zipapex tests" by Alex Light · 5 years ago
  92. 912cee8 Only extract zipapex once for linux-bionic-zipapex tests by Alex Light · 5 years ago
  93. 26a5dd6 Add support for ANDROID_TZDATA_ROOT by Neil Fuller · 5 years ago
  94. 7cb707f Use resolve-startup-const-strings=true for run tests by Mathieu Chartier · 5 years ago
  95. feb2282 Improve `verified`, add `redefined` class status in VerifierDeps by David Brazdil · 5 years ago
  96. e4b4a18 Add support for using gdbserver with run-test by Alex Light · 5 years ago
  97. f7f3152 Update zipapex tests to run fully out of the zipapex by Alex Light · 5 years ago
  98. fc52ffc Remove '-f' from unzip command by Alex Light · 5 years ago
  99. 7b1f8cc Add logging for zipapex failure. by Alex Light · 5 years ago
  100. b1cb47d Run unzip with -o -f for zipapex tests by Alex Light · 5 years ago