1. 0ea249b Disable libcore test that requires IPv6 by Yi Kong · 8 years ago
  2. 7c598de Refactored compilation on host to own method. Added dx option. by Aart Bik · 8 years ago
  3. 913e6e6 Merge "Remove dex cache string from mirror::Class." by Nicolas Geoffray · 8 years ago
  4. 45d75c6 Merge "Modify reporting when only true divergences are requested." by Treehugger Robot · 8 years ago
  5. 38f6301 Modify reporting when only true divergences are requested. by Aart Bik · 8 years ago
  6. f9bf250 Remove dex cache string from mirror::Class. by Nicolas Geoffray · 8 years ago
  7. 0004e85 JDWP tests need debug info by Yohann Roussel · 8 years ago
  8. 02de200 Fixed a few bugs in dexfuzz: by Branislav Rankov · 8 years ago
  9. 73209a4 Merge "Don't call realpath on a file that may not exist." by Nicolas Geoffray · 8 years ago
  10. f769461 Don't call realpath on a file that may not exist. by Nicolas Geoffray · 8 years ago
  11. 10096be Merge "Added support for android root in dexfuzz." by Aart Bik · 8 years ago
  12. 2e44560 Disabled fallback to interpreter in dexfuzz. by Branislav Rankov · 8 years ago
  13. d34d4f3 Merge "Removed quick support from dexfuzz." by Treehugger Robot · 8 years ago
  14. 2194a6f Added support for android root in dexfuzz. by Branislav Rankov · 8 years ago
  15. 932b19a Use junit-host instead of junit by Paul Duffin · 8 years ago
  16. f559b57 Removed quick support from dexfuzz. by Branislav Rankov · 8 years ago
  17. ad9c4a3 Use OUT_DIR_COMMON_BASE if OUT_DIR is unset. by Fredrik Roubert · 8 years ago
  18. 39ce7d2 Merge "Make empty checkpoint work while weak ref access is disabled." by Hiroshi Yamauchi · 8 years ago
  19. 3049324 Make empty checkpoint work while weak ref access is disabled. by Hiroshi Yamauchi · 8 years ago
  20. ca620d7 ART: Fix tidy warnings by Andreas Gampe · 8 years ago
  21. 6f198e3 Add forwarding address checks for X86, arm, arm64 by Mathieu Chartier · 8 years ago
  22. 1cf194f Check for forwarding address in READ_BARRIER_MARK_REG by Mathieu Chartier · 8 years ago
  23. 3a8360f Merge "Add interface fast path to art_quick_check_cast for X86_64" by Mathieu Chartier · 8 years ago
  24. 2ecfd27 Add interface fast path to art_quick_check_cast for X86_64 by Mathieu Chartier · 8 years ago
  25. 22c5bef tools: Fix generate-asm-support script by Igor Murashkin · 8 years ago
  26. ccbec49 Remove workaround for repo. by Nicolas Geoffray · 8 years ago
  27. ec78c78 Add support for proguard deobfuscation. by Richard Uhler · 8 years ago
  28. 278ec18 Merge "Remove libcore tests failures expectations for the concurrent collector." by Roland Levillain · 8 years ago
  29. 72e7055 Remove libcore tests failures expectations for the concurrent collector. by Roland Levillain · 8 years ago
  30. e087f1f Release version 0.8 of ahat. by Richard Uhler · 8 years ago
  31. 6e9854e Merge "Revert "Blacklist flaky test."" by Neil Fuller · 8 years ago
  32. 8d935de Revert "Blacklist flaky test." by Neil Fuller · 8 years ago
  33. 5219fdc Run dexfuzz in bisection-search mode by Wojciech Staszkiewicz · 8 years ago
  34. 51cbe84 Merge "Integrate dexfuzz with bisection search" by Treehugger Robot · 8 years ago
  35. 83d3b79 Integrate dexfuzz with bisection search by Wojciech Staszkiewicz · 8 years ago
  36. 6e6c479 Merge "Fix true divergence mode" by Treehugger Robot · 8 years ago
  37. b2a3d3d Fix true divergence mode by Wojciech Staszkiewicz · 8 years ago
  38. f2cad3f Gather divergences in single directory by Wojciech Staszkiewicz · 8 years ago
  39. 161243e Merge "Handle tests which fail with no methods compiled" by Treehugger Robot · 8 years ago
  40. 05ce52b Merge "Add a true divergence mode to run_jfuzz_test.py" by Treehugger Robot · 8 years ago
  41. 52591a6 Merge "ahat: Show GC Root Paths." by Treehugger Robot · 8 years ago
  42. f68312d Handle tests which fail with no methods compiled by Wojciech Staszkiewicz · 8 years ago
  43. 8569e52 Add a true divergence mode to run_jfuzz_test.py by Wojciech Staszkiewicz · 8 years ago
  44. 176dc64 Implement nightly jfuzz test runner by Wojciech Staszkiewicz · 8 years ago
  45. 6928649 ahat: Show GC Root Paths. by Richard Uhler · 8 years ago
  46. 304533e Merge "Minor jfuzz improvements." by Aart Bik · 8 years ago
  47. ff3920a Minor jfuzz improvements. by Aart Bik · 8 years ago
  48. 18be7b3 Prepare run_jfuzz_test.py to report bugs by Wojciech Staszkiewicz · 8 years ago
  49. 842a4f3 Renaming tool: jfuzz by Aart Bik · 8 years ago
  50. a51a135 Merge "Implemented first version of java/dex fuzz testing script." by Treehugger Robot · 8 years ago
  51. e034748 Implemented first version of java/dex fuzz testing script. by Aart Bik · 8 years ago
  52. e5a3877 Re-enable jsr166.LinkedTransferQueueTest tests on the CC configuration. by Roland Levillain · 8 years ago
  53. f6dc081 Merge "Rework logcat handling" by Treehugger Robot · 8 years ago
  54. 698e4b3 Rework logcat handling by Wojciech Staszkiewicz · 8 years ago
  55. cd8a057 Move ART_HOST_TEST_DIR to Android.common_test.mk by Dan Willemsen · 8 years ago
  56. 669cfcd Merge "Fix run_java_fuzz_test.py imports" by Treehugger Robot · 8 years ago
  57. f64837d Fix run_java_fuzz_test.py imports by Wojciech Staszkiewicz · 8 years ago
  58. 9d53731 Minor edits in javafuzz by Aart Bik · 8 years ago
  59. eb1aa7d Merge "Integrate bisection search with javafuzz" by Treehugger Robot · 8 years ago
  60. b76bc78 Revert "Revert "Re-apply "Cleanup run-test and Makefile around boot image and PIC.""" by Nicolas Geoffray · 8 years ago
  61. 0d0fd4a Integrate bisection search with javafuzz by Wojciech Staszkiewicz · 8 years ago
  62. 2048da5 Merge "Revert "Re-apply "Cleanup run-test and Makefile around boot image and PIC.""" by Treehugger Robot · 8 years ago
  63. 8522758 Revert "Re-apply "Cleanup run-test and Makefile around boot image and PIC."" by Hiroshi Yamauchi · 8 years ago
  64. 1f43979 Merge "Re-apply "Cleanup run-test and Makefile around boot image and PIC."" by Treehugger Robot · 8 years ago
  65. 9b5515e Re-apply "Cleanup run-test and Makefile around boot image and PIC." by Nicolas Geoffray · 8 years ago
  66. 4177c6c New workaround for chromium buildbot. by Nicolas Geoffray · 8 years ago
  67. d062ac5 Workaround for repo incompatibilities on buildbot. by Nicolas Geoffray · 8 years ago
  68. 1ba223b Squashed commit of the following: by Nicolas Geoffray · 8 years ago
  69. 4bd3d6b Merge "Cleanup run-test and Makefile around boot image and PIC." by Nicolas Geoffray · 8 years ago
  70. 8c9ccac Cleanup run-test and Makefile around boot image and PIC. by Nicolas Geoffray · 8 years ago
  71. 3bac544 Merge "Make bisection search and javafuzz python modules" by Treehugger Robot · 8 years ago
  72. fa6d670 Make bisection search and javafuzz python modules by Wojciech Staszkiewicz · 8 years ago
  73. fe6064a Convert more of art to Android.bp by Colin Cross · 8 years ago
  74. a1be503 Merge "Prepare bisection search for runtest integration" by Aart Bik · 8 years ago
  75. 1a86171 Revert "Convert more of art to Android.bp" by Colin Cross · 8 years ago
  76. 2a3e344 Merge "Convert more of art to Android.bp" by Treehugger Robot · 8 years ago
  77. ddac139 Merge "Add -g to art script --perf-report" by Treehugger Robot · 8 years ago
  78. 4a45627 Convert more of art to Android.bp by Colin Cross · 8 years ago
  79. 65b4c22 Merge "ART: Fixup JDWP tests script" by Nicolas Geoffray · 8 years ago
  80. 85b286b ART: Fixup JDWP tests script by Andreas Gampe · 9 years ago
  81. 8637994 Prepare bisection search for runtest integration by Wojciech Staszkiewicz · 8 years ago
  82. 8da4977 Add -g to art script --perf-report by Mathieu Chartier · 8 years ago
  83. c0ada95 Remove duplicate entry. by Nicolas Geoffray · 8 years ago
  84. 71ceb72 Blacklist flaky test. by Nicolas Geoffray · 8 years ago
  85. 74898e7 ART: Clean up x86 asm in dex cache entrypoints by Christina Wadsworth · 8 years ago
  86. c0b2583 Revert "Blacklist failing libcore tests." by Narayan Kamath · 8 years ago
  87. 0e1ad61 Merge "ART: Add STRING_DEX_CACHE_ELEMENT_SIZE" by Mathieu Chartier · 8 years ago
  88. 99f575d Merge "Bisection bug search tool" by Treehugger Robot · 8 years ago
  89. 0fa3cbd Bisection bug search tool by Wojciech Staszkiewicz · 8 years ago
  90. 98d6552 ART: Add STRING_DEX_CACHE_ELEMENT_SIZE by Christina Wadsworth · 8 years ago
  91. ad25322 Remove duplicate entries with libcore expectation files. by Nicolas Geoffray · 8 years ago
  92. ebb5d0f Merge "Ongoing improvements in java fuzz testing" by Aart Bik · 8 years ago
  93. b16d413 Ongoing improvements in java fuzz testing by Aart Bik · 8 years ago
  94. 97a8a9a ART: Adding asm support for string dex cache by Christina Wadsworth · 8 years ago
  95. 7593b99 Implemented first version of java fuzz testing script. by Aart Bik · 8 years ago
  96. fb7658b Blacklist failing libcore tests. by Narayan Kamath · 8 years ago
  97. 3f41020 Merge "Update ahat README and manifest for release 0.7." by Treehugger Robot · 8 years ago
  98. b1cd97f Welcome to JavaFuzz as our latest A[a]rt tools team member! by Aart Bik · 8 years ago
  99. 8f53364 Update ahat README and manifest for release 0.7. by Richard Uhler · 8 years ago
  100. 38dd0e8 Merge "Fix negative array size checking" by Treehugger Robot · 8 years ago