1. 823e693 Merge "Release ahat version 0.2." by Richard Uhler · 9 years ago
  2. f652cec MIPS: Initial version of optimizing compiler for MIPS32 by Goran Jakovljevic · 9 years ago
  3. d9486f9 Mark 2 libcore tests as failing. by Nicolas Geoffray · 9 years ago
  4. 0ba73a9 Merge "Switch ahat test to use core-optimizing-pic.art." by Richard Uhler · 9 years ago
  5. c237b39 Release ahat version 0.2. by Richard Uhler · 9 years ago
  6. eb7c144 Add initial default method support to Art by Alex Light · 9 years ago
  7. 0524aeb Switch ahat test to use core-optimizing-pic.art. by Richard Uhler · 9 years ago
  8. 16065ce Merge "Pay attention to string offset and count fields." by Richard Uhler · 9 years ago
  9. 5cc343d ART: Checker tests for --debuggable by David Brazdil · 9 years ago
  10. 0ccc341 Move dmtracedump from dalvik to art. by Jeff Hao · 9 years ago
  11. 4b29f38 The move to jack forces us to explicitly give the jar path. by Nicolas Geoffray · 9 years ago
  12. 1e085f0 Use optimizing's pic boot image in art script. by Nicolas Geoffray · 9 years ago
  13. a5b63f2 Merge "Generate an hprof file to test ahat." by Richard Uhler · 9 years ago
  14. 3524472 Generate an hprof file to test ahat. by Richard Uhler · 9 years ago
  15. 9664c08 Merge "CUSTOM_TARGET_LINKER is set by the buildbot already." by Nicolas Geoffray · 9 years ago
  16. 44368e8 Make libcore timeout the same for all runs. by Nicolas Geoffray · 9 years ago
  17. aadc986 CUSTOM_TARGET_LINKER is set by the buildbot already. by Nicolas Geoffray · 9 years ago
  18. cdaf477 Use make TARGET_LINKER= instead of overriding linker flags. by Nicolas Geoffray · 9 years ago
  19. 14a3160 Don't use ninja to build targets. by Nicolas Geoffray · 9 years ago
  20. 666dd65 Fix braino in new build targets. by Nicolas Geoffray · 9 years ago
  21. 5e0199b Remove adb from host build in buildbot. by Nicolas Geoffray · 9 years ago
  22. b15fea2 Make run-{libcore,jdwp}-tests work with OUT_DIR set. by Alex Light · 9 years ago
  23. bd8b6af Use clang for building mips32r2_fp. by Nicolas Geoffray · 9 years ago
  24. f794ad7 Be very patient with the emulator. by Nicolas Geoffray · 9 years ago
  25. a646aaf Add extra options to tools/run-jdwp-tests.sh by Sebastien Hertz · 9 years ago
  26. 5264148 Remove framework start from script. by Nicolas Geoffray · 9 years ago
  27. 5a98822 Don't stop framework when testing. by Nicolas Geoffray · 9 years ago
  28. 788b21e Pay attention to string offset and count fields. by Richard Uhler · 9 years ago
  29. ea33c30 Merge "Make format args explicit in DocString." by Richard Uhler · 9 years ago
  30. c21e4e6 Make format args explicit in DocString. by Richard Uhler · 9 years ago
  31. 1f039c4 Use the 64-bit linker for target mips64r6 in buildbot-build.sh. by Roland Levillain · 9 years ago
  32. ea556cd Revert "More cyrpto failures..." by Kenny Root · 9 years ago
  33. ebb503a More cyrpto failures... by Nicolas Geoffray · 9 years ago
  34. b730b78 ahat - An android heap dump viewer. Initial checkin. by Richard Uhler · 9 years ago
  35. 6fab9d1 Stop framework on buildbot devices to avoid lowmemorykiller. by Nicolas Geoffray · 9 years ago
  36. b8b9356 Add a `--showcommands` option to ART's buildbot-build.sh. by Roland Levillain · 9 years ago
  37. 8ff495e Fix formatting comment in Checker by David Brazdil · 9 years ago
  38. b34c35e ART: Expression evaluation in Checker by David Brazdil · 9 years ago
  39. 5e2c8d3 Introduce arch-specific checker tests. by Alexandre Rames · 9 years ago
  40. 4af48fc Update expectation. by Nicolas Geoffray · 9 years ago
  41. f874d59 Temporarily suppress TimeZoneTest.testAllDisplayNames. by Narayan Kamath · 9 years ago
  42. 74e1cc0 When a Checker assertion cannot be parsed, display it. by Roland Levillain · 9 years ago
  43. d6c201e Disable test while investigating. by Nicolas Geoffray · 9 years ago
  44. d553b43 Remove the --compiler-backend option from script. by Nicolas Geoffray · 9 years ago
  45. e0021c5 ART: Improve the symbolize script by Andreas Gampe · 9 years ago
  46. 1eca58a Supress OsTest#test_xattr on the bots. by Narayan Kamath · 9 years ago
  47. 468bcf6 ART: Symbolize all oat files in /data folder. by Zheng Xu · 10 years ago
  48. d9d014a List test as flaky. by Nicolas Geoffray · 9 years ago
  49. 7467fa3 Merge "Pass LD_USE_LOAD_BIAS to the art script." by Nicolas Geoffray · 9 years ago
  50. fdaeee1 Pass LD_USE_LOAD_BIAS to the art script. by Nicolas Geoffray · 9 years ago
  51. eb10b68 Disable test for all runs. by Nicolas Geoffray · 9 years ago
  52. a256ee9 Merge "Revert "Use -Xno-dex-file-fallback for libcore tests."" by Calin Juravle · 9 years ago
  53. a52d8b5 Revert "Use -Xno-dex-file-fallback for libcore tests." by Calin Juravle · 9 years ago
  54. 264e63b Merge "Use -Xno-dex-file-fallback for libcore tests." by Calin Juravle · 9 years ago
  55. 03ba67c libcore tests: increase the timeout in debug mode. by Nicolas Geoffray · 9 years ago
  56. 0b58603 Use -Xno-dex-file-fallback for libcore tests. by Calin Juravle · 9 years ago
  57. 7f43791 Forgot this change in last commit. by Nicolas Geoffray · 9 years ago
  58. 6ae5836 Merge "Update jdwp and libcore scripts for running with libartd." by Nicolas Geoffray · 9 years ago
  59. 9648a63 Update jdwp and libcore scripts for running with libartd. by Nicolas Geoffray · 9 years ago
  60. c090301 Fix error message description in Checker by David Brazdil · 9 years ago
  61. 1f8dbf8 Revert "art/tools: add new tests in security packages to the build bot" by Nicolas Geoffray · 9 years ago
  62. 5736697 tools/buildbot-build.sh: Remove javalibcoretest from common targets by Sergio Giro · 9 years ago
  63. a04ece3 art/tools: add new tests in security packages to the build bot by Sergio Giro · 9 years ago
  64. 547fa11 Explicitly give the path of the library to build. by Nicolas Geoffray · 9 years ago
  65. bd4b420 Add libjavacoretests.so to the things to build. by Nicolas Geoffray · 9 years ago
  66. 4c78ffa Add dalvik.system to run-libcore-tests.sh by Brian Carlstrom · 9 years ago
  67. 688e1b6 Revert "art/tools: add new tests in security packages to the build bot" by Sergio Giro · 9 years ago
  68. 7904aba art/tools: add new tests in security packages to the build bot by Sergio Giro · 9 years ago
  69. e17c8fe Revert "art/tools: add new tests for the build bot" by Nicolas Geoffray · 9 years ago
  70. 10ec4f9 art/tools: add new tests for the build bot by Sergio Giro · 9 years ago
  71. f795869 Follow up on CL 151605 by Sebastien Hertz · 9 years ago
  72. 45fc7d4 Merge "Enable jsr166 tests" by Nicolas Geoffray · 9 years ago
  73. 667b99e Fix typo in script. by Nicolas Geoffray · 9 years ago
  74. 1a0bd72 Merge "Update libcore failures" by Nicolas Geoffray · 9 years ago
  75. 12c56d6 Update libcore failures by Wojciech Staszkiewicz · 9 years ago
  76. fa2d942 Merge "Add a script to build exactly like the chrome buildbot." by Nicolas Geoffray · 9 years ago
  77. fbeca75 Add a script to build exactly like the chrome buildbot. by Nicolas Geoffray · 9 years ago
  78. 023e6f6 Merge "Add --generate-debug-info flag and remove the other two flags." by David Srbecky · 9 years ago
  79. 8363c77 Add --generate-debug-info flag and remove the other two flags. by David Srbecky · 9 years ago
  80. a06d66a ART: Distinguish Checker lines from comments by David Brazdil · 9 years ago
  81. 08cf148 Enable jsr166 tests by Wojciech Staszkiewicz · 10 years ago
  82. 559b178 Merge "Update failures" by Nicolas Geoffray · 10 years ago
  83. a0629d5 Update failures by Wojciech Staszkiewicz · 10 years ago
  84. 3a75e9d Update libcore failures by Wojciech Staszkiewicz · 10 years ago
  85. 7114119 ART: Implement next-line assertions in Checker by David Brazdil · 10 years ago
  86. 6423cf5 ART: Refactor and simplify matching in Checker by David Brazdil · 10 years ago
  87. dbad6e8 ART: Add missing Checker file by David Brazdil · 10 years ago
  88. c4de943 ART: Immutable `variables` dictionary in Checker by David Brazdil · 10 years ago
  89. 4e9aac1 ART: Stricter matching of Checker lines by David Brazdil · 10 years ago
  90. d56dd2b ART: Rephrase test comments, update Checker README by David Brazdil · 10 years ago
  91. 57c54b8 Fix libcore buildbot failure. by Narayan Kamath · 10 years ago
  92. c2c48ff ART: Change Checker syntax for variables by David Brazdil · 10 years ago
  93. 38b06de Merge "Fix minor checker bug" by Calin Juravle · 10 years ago
  94. a8b85b2 Fix minor checker bug by Calin Juravle · 10 years ago
  95. f4ff1d4 Revert "Revert "Do not pass junit.jar to vogar."" by Nicolas Geoffray · 10 years ago
  96. 5bf24f3 Revert "Do not pass junit.jar to vogar." by Nicolas Geoffray · 10 years ago
  97. 3185c8d Do not pass junit.jar to vogar. by Nicolas Geoffray · 10 years ago
  98. 2c27f2c ART: Split Checker into smaller files by David Brazdil · 10 years ago
  99. 2588023 Revert "ART: Split Checker into smaller files" by David Brazdil · 10 years ago
  100. a490be5 ART: Split Checker into smaller files by David Brazdil · 10 years ago