1. adf4304 Merge "Integrate built-in bisection search with runtest" by Treehugger Robot · 8 years ago
  2. d7a819a Integrate built-in bisection search with runtest by Wojciech Staszkiewicz · 8 years ago
  3. afd3c9e Convert art runtests to Android.bp by Colin Cross · 8 years ago
  4. faf90b6 Make test work when running ndebug. by Alex Light · 8 years ago
  5. 7233c7e Create a basic agent loading framework. by Alex Light · 8 years ago
  6. 6fb9256 ART: Extend run-test timeout logging time by Andreas Gampe · 8 years ago
  7. ea1e770 Make java 8 run-tests runnable on the RI again. by Alex Light · 8 years ago
  8. 5a34c00 Merge "Stop creating $ANDROID_BUILD_TOP/{&&,mkdir} directories." by Alex Light · 8 years ago
  9. afb5d19 Stop creating $ANDROID_BUILD_TOP/{&&,mkdir} directories. by Alex Light · 8 years ago
  10. 2576be2 Increase test timeouts by Mathieu Chartier · 8 years ago
  11. 90d48f2 Fix libart tests on target by Dimitry Ivanov · 8 years ago
  12. f4b3487 Remove -XOatFileManagerCompilerFilter argument. by Richard Uhler · 8 years ago
  13. 0108f3d Merge "Restore fallback behavior in the no-image stripped-dex case." by Richard Uhler · 8 years ago
  14. b55f1ac Allow private methods in interfaces. by Alex Light · 8 years ago
  15. 76f5cb6 Restore fallback behavior in the no-image stripped-dex case. by Richard Uhler · 8 years ago
  16. 92ec594 Fix relocate in place to handle arbitrary app image layout by Mathieu Chartier · 8 years ago
  17. 1475924 ART: Change prebuild run-test setup by Andreas Gampe · 8 years ago
  18. d26b7e4 Make sure non-fatal errors aren't printed. by Alex Light · 8 years ago
  19. a373a33 Merge "Revert "Revert "Enable compilation of secondary dex files""" by Nicolas Geoffray · 8 years ago
  20. c6b1b93 Revert "Revert "Enable compilation of secondary dex files"" by Nicolas Geoffray · 8 years ago
  21. 4b49567 Let tests informa Jack of the min api version by Yohann Roussel · 8 years ago
  22. 97acf19 Make run-test give extra time when doing gc-stress runs. by Alex Light · 8 years ago
  23. 44fd0e5 Fix inliner crash related to type propagation. by Nicolas Geoffray · 8 years ago
  24. 404b5bf Move specific build rule of 529 into the default script. by Nicolas Geoffray · 8 years ago
  25. e70cda6 Merge "Revert "Enable compilation of secondary dex files"" by Nicolas Geoffray · 8 years ago
  26. d98a52f Revert "Enable compilation of secondary dex files" by Nicolas Geoffray · 8 years ago
  27. fb8932e Merge "Enable compilation of secondary dex files" by Calin Juravle · 8 years ago
  28. 770b39e Enable compilation of secondary dex files by Calin Juravle · 8 years ago
  29. 4856ca7 Support multidex run-test with Jack by Sebastien Hertz · 8 years ago
  30. a73280d Add an option to disable native stack dumping on SIGQUIT. by Nicolas Geoffray · 9 years ago
  31. fedd91d Optimizing compiler support for directly calling interface methods by Alex Light · 9 years ago
  32. 2e4afe8 Clear dalvik-cache before running test on host. by David Srbecky · 9 years ago
  33. 5288611 Do not write full method signature in mini-debug-info. by David Srbecky · 9 years ago
  34. e467cea Fix image writer for generation of app images by Mathieu Chartier · 9 years ago
  35. c525604 Tweaks to get run-test working after enso. by Nicolas Geoffray · 9 years ago
  36. dcdc85b Dex2oat support for multiple oat file and image file outputs. by Jeff Hao · 9 years ago
  37. e722d29 Revert "Make the JIT the default in ART." by Nicolas Geoffray · 9 years ago
  38. 0a9b682 Make the JIT the default in ART. by Nicolas Geoffray · 9 years ago
  39. 4ca1037 Change test .dex.art to .art by Mathieu Chartier · 9 years ago
  40. da5b28a Revert "Revert "Add basic image writer support for app images"" by Mathieu Chartier · 9 years ago
  41. 4b01856 Revert "Add basic image writer support for app images" by Nicolas Geoffray · 9 years ago
  42. c033474 Add basic image writer support for app images by Mathieu Chartier · 9 years ago
  43. 56c8c9e Merge "Made run-test 960-964 support being run with jack compiler." by Alex Light · 9 years ago
  44. 6a439bc Made run-test 960-964 support being run with jack compiler. by Alex Light · 9 years ago
  45. fa02285 Fix test failure due to wrong runtime arguments. by Alex Light · 9 years ago
  46. 8a0e033 Cleanup some of the run-test system by Alex Light · 9 years ago
  47. eb7c144 Add initial default method support to Art by Alex Light · 9 years ago
  48. 175dc73 Support unresolved methods in Optimizing by Calin Juravle · 9 years ago
  49. dcf0d4b Increase the run-test timeout for the read barrier config. by Hiroshi Yamauchi · 9 years ago
  50. de286fd Address some leftover comments by Mathieu Chartier · 9 years ago
  51. c823eff Disable the GDB-based test timeout dump in 32 bit. by Hiroshi Yamauchi · 9 years ago
  52. 6ffb9cc Use GDB to dump threads in test timeouts, if available. by Hiroshi Yamauchi · 9 years ago
  53. 031768a Add non debug version of libarttest by Mathieu Chartier · 9 years ago
  54. 2ea7b70 ART: Add complex UnresolvedMergedType test case by Andreas Gampe · 9 years ago
  55. 4d2ef33 ART: Extend ISA features option for (host) run tests by Andreas Gampe · 9 years ago
  56. 7617abd runtime: Add -Xverify:softfail and ART_TEST_INTERPRETER_ACCESS_CHECKS by Igor Murashkin · 9 years ago
  57. 0f40fbc Merge "Support compiling run-tests with jack" by Sebastien Hertz · 9 years ago
  58. 38ba3fe Use trap + async timeout for tests by Mathieu Chartier · 9 years ago
  59. 19ac027 Support compiling run-tests with jack by Sebastien Hertz · 9 years ago
  60. 883ac20 Merge "Move LD_USE_LOAD_BIAS to run-test-jar to reduce log verbosity." by David Srbecky · 9 years ago
  61. c9ede38 Move LD_USE_LOAD_BIAS to run-test-jar to reduce log verbosity. by David Srbecky · 9 years ago
  62. 247e977 Merge "interpreter: Add experimental lambda opcodes for invoke/create-lambda" by Igor Murashkin · 9 years ago
  63. 158f35c interpreter: Add experimental lambda opcodes for invoke/create-lambda by Igor Murashkin · 9 years ago
  64. cae2ed9 Increase ulimit to 64MB for --no-relocate by Mathieu Chartier · 9 years ago
  65. 3f1dc56 ART: Fix RegisterNative order by Andreas Gampe · 9 years ago
  66. 4f7fdd2 Make tests assume ANDROID_ROOT is not /system. by Nicolas Geoffray · 9 years ago
  67. a61894d Fix reflection handling and test flakiness by Mathieu Chartier · 9 years ago
  68. 9437b78 Revert "Revert "Inline across dex files."" by Nicolas Geoffray · 9 years ago
  69. 6a816cf Revert "Inline across dex files." by Nicolas Geoffray · 9 years ago
  70. 7e4c350 Inline across dex files. by Nicolas Geoffray · 9 years ago
  71. e86deef Add verify-at-runtime compiler filter by Mathieu Chartier · 9 years ago
  72. a878082 ART: Change logging strategy in run-tests by Andreas Gampe · 9 years ago
  73. 155bef4 Fix run-test with JIT enabled by Sebastien Hertz · 9 years ago
  74. 7cde48c Stack support for Optimizing compiler by Sebastien Hertz · 10 years ago
  75. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 9 years ago
  76. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 9 years ago
  77. 2535abe Add JIT by Mathieu Chartier · 9 years ago
  78. 6535703 ART: Silence some run-test configurations by Andreas Gampe · 9 years ago
  79. e4301ff ART: Make run-tests more verbose by Andreas Gampe · 9 years ago
  80. f2fdc73 ART: Rewrite ThreadStress for easier extensibility by Andreas Gampe · 10 years ago
  81. 3ad5d5e ART: Fix old run scripts by Andreas Gampe · 10 years ago
  82. 4846d13 ART: Invoke Checker from run-test scripts by David Brazdil · 10 years ago
  83. ddcaf45 Merge "ART: Mips64 runtime support" by Andreas Gampe · 10 years ago
  84. 1a5c406 ART: Mips64 runtime support by Andreas Gampe · 10 years ago
  85. 8dcde23 Increase default timeout by Mathieu Chartier · 10 years ago
  86. 038bb22 ART: Dump all threads on test timeout by Andreas Gampe · 10 years ago
  87. c0a8a80 Add a way to pass GDB commands by Mathieu Chartier · 10 years ago
  88. 40d3518 ART: Fix crash with unreachable void check-cast by Stephen Kyle · 10 years ago
  89. 1250861 Fix RI testing. by Nicolas Geoffray · 10 years ago
  90. 93d6ce5 Restore run-test TIME_OUT feature by Brian Carlstrom · 10 years ago
  91. 207a37d Check null this pointer for direct methods in FindMethodFast. by Jeff Hao · 10 years ago
  92. 2b0fa5b ART: Add miranda checking by Andreas Gampe · 10 years ago
  93. eb441dd Fix armv8 testing with default ANDROID_ROOT. by Nicolas Geoffray · 10 years ago
  94. 68e25eb Fix combination of prebuild/no-image. by Nicolas Geoffray · 10 years ago
  95. 8eedb47 Set ANDROID_ROOT correctly for host in test script. by Nicolas Geoffray · 10 years ago
  96. c8f23fc Provide an option to run run-tests with a local dalvikvm. by Nicolas Geoffray · 10 years ago
  97. c23c9c9 ART: PIC testing by Andreas Gampe · 10 years ago
  98. 560b5ac Use test's `-d' option when checking for a directory. by Roland Levillain · 10 years ago
  99. a3d05a4 Implement array creation related DEX instructions. by Nicolas Geoffray · 10 years ago
  100. e4228d9 Merge "Remove libsigchain from LD_PRELOADS" by Dmitriy Ivanov · 10 years ago