1. 3060bb9 Revert "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 2 months ago
  2. 48ca6a6 VIXL simulator for ART (Stage1) by Xueliang Zhong · 5 years ago
  3. 90a18cf Rewrite OatFileManager::OpenDexFilesFromOat. by Nicolas Geoffray · 4 years, 2 months ago
  4. 6355d69 Remove core.art image by David Srbecky · 4 years, 5 months ago
  5. 928d28e Use boot image for all tests instead of core.art. by David Srbecky · 4 years, 5 months ago
  6. d20e51d "Move ICU from ART APEX to i18n APEX" Attempt 2 by Victor Chang · 4 years, 4 months ago
  7. 4a48775 Revert "Move ICU from ART APEX to i18n APEX" by vichang · 4 years, 4 months ago
  8. 8419b82 Move ICU from ART APEX to i18n APEX by Victor Chang · 4 years, 5 months ago
  9. b7724c4 Fix execution with RI in ART `run-test-jar` script. by Roland Levillain · 4 years, 5 months ago
  10. b0c6cb5 Fix logic to find dex2oat. by Nicolas Geoffray · 4 years, 5 months ago
  11. 4fa07a5 Add explicit compiler option to enable test-specific features. by David Srbecky · 4 years, 5 months ago
  12. 31e0dc2 Remove -testdex variants of bootclasspath jars. by Nicolas Geoffray · 4 years, 6 months ago
  13. 038a198 "Revert^6 "[art] Enable compilation of secondary dexes by default i..." by Andreas Gampe · 4 years, 6 months ago
  14. c1ff0ff Revert^5 "[art] Enable compilation of secondary dexes by default i..." by Mathieu Chartier · 4 years, 6 months ago
  15. 085f380 Revert^4 "[art] Enable compilation of secondary dexes by default i..." by Andreas Gampe · 4 years, 6 months ago
  16. 280e6c3 Jit-zygote compiled code isn't debuggable by Alex Light · 4 years, 6 months ago
  17. f5d83b3 Revert "Revert^2 "[art] Enable compilation of secondary dexes by default i..."" by Nicolas Geoffray · 4 years, 6 months ago
  18. 9a01d30 Revert^2 "[art] Enable compilation of secondary dexes by default i..." by Dan Zimmerman · 4 years, 7 months ago
  19. 15c622d Revert "Use 32 or 64 bit dex2oat explicitly depending on HOST_PREFER_32_BIT." by Roland Levillain · 4 years, 7 months ago
  20. b59f5fb Revert "Only append suffixes to dex2oat(d) on host." by Roland Levillain · 4 years, 7 months ago
  21. b0ec679 Fix mini-debug-info generation for JIT tests by David Srbecky · 4 years, 7 months ago
  22. be0d3cf Remove remaining MIPS support. by Vladimir Marko · 4 years, 7 months ago
  23. f8f51c9 Only append suffixes to dex2oat(d) on host. by Martin Stjernholm · 4 years, 7 months ago
  24. 8aa6a82 Use 32 or 64 bit dex2oat explicitly depending on HOST_PREFER_32_BIT. by Martin Stjernholm · 4 years, 7 months ago
  25. f0eaada Revert "[art] Enable compilation of secondary dexes by default i..." by Nicolas Geoffray · 4 years, 7 months ago
  26. 73b6aa9 [art] Enable compilation of secondary dexes by default in tests by Dan Zimmerman · 4 years, 9 months ago
  27. fc58809 Remove old JDWP implementation from ART by Alex Light · 4 years, 7 months ago
  28. 87712da Revert^2 "Generate mini-debug-info when running tests." by David Srbecky · 4 years, 8 months ago
  29. 0c42b60 Revert^2 "Generate mini-debug-info when running JIT tests." by David Srbecky · 4 years, 8 months ago
  30. 4f915d2 Make --create-runner check the output when not --dev by Alex Light · 4 years, 8 months ago
  31. 8d94ddd Improve run-test tooling support by Alex Light · 4 years, 9 months ago
  32. 219420e Run-test: Support using --gdb and --gdbserver with --chroot by Alex Light · 4 years, 9 months ago
  33. 505e56b Temporary hack: Force the use of `signal_dumper` as timeout handler on host. by Roland Levillain · 4 years, 10 months ago
  34. b801210 Revert^2 "Correctly quote -Xbootclasspath argument in run-test-jar" by Alex Light · 4 years, 10 months ago
  35. a8a17a4 Revert "Correctly quote -Xbootclasspath argument in run-test-jar" by Alex Light · 4 years, 10 months ago
  36. cb809bb Correctly quote -Xbootclasspath argument in run-test-jar by Alex Light · 4 years, 10 months ago
  37. 352482c Disable timeouts in run-test-jar by David Srbecky · 4 years, 11 months ago
  38. b9a8541 Revert "Generate mini-debug-info when running tests." by David Srbecky · 5 years ago
  39. 0b44798 Revert "Generate mini-debug-info when running JIT tests." by David Srbecky · 5 years ago
  40. 7021c13 Increase gcstress timeout by David Srbecky · 5 years ago
  41. 3067710 Raise timeout for method tracing to 30 mins. by Martin Stjernholm · 5 years ago
  42. 7e97cf1 Add 10 minutes for gcstress timeout. by Nicolas Geoffray · 5 years ago
  43. cb497cf Raise timeout when method tracing is enabled. by Martin Stjernholm · 5 years ago
  44. 82e61e9 Revert switch to bc to do fractional calculation. by Martin Stjernholm · 5 years ago
  45. 44f406c Raise the timeout for 670-bitstring-type-check. by Martin Stjernholm · 5 years ago
  46. e58624f Various renames following the name change from "Runtime APEX" to "ART APEX". by Martin Stjernholm · 5 years ago
  47. 6df588b Generate mini-debug-info when running JIT tests. by David Srbecky · 5 years ago
  48. 8e2c78d Generate mini-debug-info when running tests. by David Srbecky · 5 years ago
  49. a49b04f Revert "ART: Detect target run-test timeout and print a message" by David Srbecky · 5 years ago
  50. 38a2818 ART: Add exit-code option to signal_dumper by Andreas Gampe · 5 years ago
  51. 2704d0a ART: Detect target run-test timeout and print a message by Andreas Gampe · 5 years ago
  52. 5aae3db ART: Switch to executable test in run-test by Andreas Gampe · 5 years ago
  53. 5d775eb ART: Fix signal_dumper detection in run-test by Andreas Gampe · 5 years ago
  54. 29bfb0c ART: Add env variable to increase run-test timeouts by Andreas Gampe · 5 years ago
  55. 6ad30a2 ART: Make run-test timeout dependent on sanitization by Andreas Gampe · 5 years ago
  56. 60931d9 ART: Simplify and tighten run-test timeouts by Andreas Gampe · 5 years ago
  57. 52b4dc9 Fix comments in `test/etc/run-test-jar`. by Roland Levillain · 5 years ago
  58. a613808 ART: Check for signal_dumper on-device for run-test by Andreas Gampe · 5 years ago
  59. 975d70b ART: Add timeout to run-test invocation on-device by Andreas Gampe · 5 years ago
  60. d6be5da Update references to the ART APEX for tests. by Martin Stjernholm · 5 years ago
  61. 759845f Separate ICU4J from core-libart by Victor Chang · 5 years ago
  62. 6461124 Remove icu .dat file from Runtime module by Victor Chang · 5 years ago
  63. 6623594 Set image base address after the boot image. by Vladimir Marko · 5 years ago
  64. 1a6f9fc ART: Dump more env vars in run-test-jar by Andreas Gampe · 5 years ago
  65. 72f6774 Use flattened Runtime APEX contents in ART chroot-based device testing. by Roland Levillain · 6 years ago
  66. 5212552 ART: Use signal_dumper in run-test by default by Andreas Gampe · 5 years ago
  67. 0df2aba ART: Use SIGTERM for timeout dumping by Andreas Gampe · 5 years ago
  68. 148c160 ART: Rename timeout_dumper to signal_dumper by Andreas Gampe · 5 years ago
  69. e2ddce3 Revert^2 "Add verifier fallback for JVMTI Get/SetLocalVariable" by Alex Light · 5 years ago
  70. 99cbfb5 Revert "Add verifier fallback for JVMTI Get/SetLocalVariable" by David Srbecky · 5 years ago
  71. e48fd0b Add verifier fallback for JVMTI Get/SetLocalVariable by Alex Light · 5 years ago
  72. 9b195cc Fix arm32 code generator when used with baseline compilation. by Nicolas Geoffray · 5 years ago
  73. 6f342dd Revert^2 "Only extract zipapex once for linux-bionic-zipapex tests" by Alex Light · 5 years ago
  74. c26d9e3 Revert "Only extract zipapex once for linux-bionic-zipapex tests" by Alex Light · 5 years ago
  75. 912cee8 Only extract zipapex once for linux-bionic-zipapex tests by Alex Light · 5 years ago
  76. 26a5dd6 Add support for ANDROID_TZDATA_ROOT by Neil Fuller · 5 years ago
  77. 7cb707f Use resolve-startup-const-strings=true for run tests by Mathieu Chartier · 5 years ago
  78. feb2282 Improve `verified`, add `redefined` class status in VerifierDeps by David Brazdil · 6 years ago
  79. e4b4a18 Add support for using gdbserver with run-test by Alex Light · 6 years ago
  80. f7f3152 Update zipapex tests to run fully out of the zipapex by Alex Light · 6 years ago
  81. fc52ffc Remove '-f' from unzip command by Alex Light · 6 years ago
  82. 7b1f8cc Add logging for zipapex failure. by Alex Light · 6 years ago
  83. b1cb47d Run unzip with -o -f for zipapex tests by Alex Light · 6 years ago
  84. 907001d Revert^2 "Build dex2oatd with compile_multilib: both." by Alex Light · 6 years ago
  85. b4a70ce Remove core-simple from the boot classpath by Neil Fuller · 6 years ago
  86. 2807614 Add support for option `--android-runtime-root` to ART run-test scripts. by Roland Levillain · 6 years ago
  87. 4520b06 Correct timeout_dumper to TIMEOUT_DUMPER by Alex Light · 6 years ago
  88. 4bdcf5d ART: Use timeout --foreground by Andreas Gampe · 6 years ago
  89. 8c5476a Fix zipapex test-bot. by Alex Light · 6 years ago
  90. ea65b21 Add apache-xml to boot class path for tests. by Vladimir Marko · 6 years ago
  91. 0ace563 Revert^2 "Allow boot image for a part of the boot classpath." by Vladimir Marko · 6 years ago
  92. 99e1739 Merge "Revert "Allow boot image for a part of the boot classpath."" by Andreas Gampe · 6 years ago
  93. fb83d76 Revert "Allow boot image for a part of the boot classpath." by Andreas Gampe · 6 years ago
  94. cf923f5 Merge "Allow boot image for a part of the boot classpath." by Vladimir Marko · 6 years ago
  95. 4433c43 Allow boot image for a part of the boot classpath. by Vladimir Marko · 6 years ago
  96. 20802ca Add buildbot target using linux_bionic zipapex by Alex Light · 6 years ago
  97. 7a85e70 Reduce core image to 6 modules. by Vladimir Marko · 6 years ago
  98. 26c4377 Add support for ANDROID_RUNTIME_ROOT variable by Neil Fuller · 6 years ago
  99. 57a3e68 Merge "Enable building art and tests with linux_bionic" by Alex Light · 6 years ago
  100. 680cbf2 Enable building art and tests with linux_bionic by Alex Light · 6 years ago