1. 4a88a5a Finish move of jar compilation rules from makefile to soong. by David Srbecky · 4 years, 3 months ago
  2. f6c3784 Move the conscrypt hostdex build rule to ART. by Nicolas Geoffray · 4 years, 4 months ago
  3. 31e0dc2 Remove -testdex variants of bootclasspath jars. by Nicolas Geoffray · 4 years, 4 months ago
  4. 40b28aa Remove typo'd variables by Colin Cross · 5 years ago
  5. 0104606 Remove uses of $USER by Dan Willemsen · 6 years ago
  6. 4f32b6a Add implicit min-sdk if a test uses a main-dex list. by Ian Zerny · 6 years ago
  7. 7a85e70 Reduce core image to 6 modules. by Vladimir Marko · 6 years ago
  8. 00fe35e Revert "Reduce core image to core-{oj,libart,simple}." by Vladimir Marko · 6 years ago
  9. ec91d48 Reduce core image to core-{oj,libart,simple}. by Vladimir Marko · 6 years ago
  10. d566b08 Stop using sum(1). by Elliott Hughes · 6 years ago
  11. 25accea Don't use $PPID by Colin Cross · 6 years ago
  12. 31f22d6 Change from PPID to CWD to distinguish between different trees by Alex Light · 7 years ago
  13. dfee52f Don't use ANDROID_BUILD_TOP in common_test.mk by Alex Light · 7 years ago
  14. 7c201b8 Remove obsolete environment variables. by Nicolas Geoffray · 7 years ago
  15. 822cf6a Delete jack support by Colin Cross · 7 years ago
  16. 002b931 Incorporate random profile tests into run-test. by Jeff Hao · 7 years ago
  17. 1c5143e Revert "Remove obsolete LOCAL_DX_FLAGS." by Colin Cross · 7 years ago
  18. 70b21bd Run all 'compiler' variants by default. by Nicolas Geoffray · 7 years ago
  19. bb00f81 Remove testing of prebuilt npic boot images. by Richard Uhler · 7 years ago
  20. ad93db3 Add ART_TEST_RUN_TEST_IMAGE. by Nicolas Geoffray · 7 years ago
  21. 94e25db Make no-relocate the default. by Nicolas Geoffray · 7 years ago
  22. 984b081 Have `make` report a failing gtest run as a top-level target. by Roland Levillain · 8 years ago
  23. f808786 Build: Avoid using ppid to generate temporary directory name. by Narayan Kamath · 8 years ago
  24. a82a1ac Revert "Compute PPID at ninja time" by Colin Cross · 8 years ago
  25. b1c17bb Compute PPID at ninja time by Colin Cross · 8 years ago
  26. 71a155f Remove unused build code by Colin Cross · 8 years ago
  27. cd8a057 Move ART_HOST_TEST_DIR to Android.common_test.mk by Dan Willemsen · 8 years ago
  28. b76bc78 Revert "Revert "Re-apply "Cleanup run-test and Makefile around boot image and PIC.""" by Nicolas Geoffray · 8 years ago
  29. 8522758 Revert "Re-apply "Cleanup run-test and Makefile around boot image and PIC."" by Hiroshi Yamauchi · 8 years ago
  30. 9b5515e Re-apply "Cleanup run-test and Makefile around boot image and PIC." by Nicolas Geoffray · 8 years ago
  31. 1ba223b Squashed commit of the following: by Nicolas Geoffray · 8 years ago
  32. 8c9ccac Cleanup run-test and Makefile around boot image and PIC. by Nicolas Geoffray · 8 years ago
  33. 71572de Add a graph coloring art test option by Matthew Gharrity · 8 years ago
  34. fbe160b Remove obsolete LOCAL_DX_FLAGS. by Ying Wang · 8 years ago
  35. 7db00cd Update Makefile and scripts after Quick removal. by Nicolas Geoffray · 8 years ago
  36. 6ad2d8b Revert "Force Jack to consider multidex annotations" by Delphine Martin · 8 years ago
  37. 8cc049c Force Jack to consider multidex annotations by Yohann Roussel · 9 years ago
  38. dcdc85b Dex2oat support for multiple oat file and image file outputs. by Jeff Hao · 9 years ago
  39. c07d66d Add ability to skip run-tests with ART_TEST_RUN_TEST_SKIP. by Alex Light · 9 years ago
  40. 91de25f Make things generally quieter. by Alex Light · 9 years ago
  41. 7617abd runtime: Add -Xverify:softfail and ART_TEST_INTERPRETER_ACCESS_CHECKS by Igor Murashkin · 9 years ago
  42. 7526d78 ART: Fix streaming tracing issues by Andreas Gampe · 9 years ago
  43. 4d57ecf Properly compile multidex for tests when using Jack. by Richard Uhler · 9 years ago
  44. 66d874d Create OatFileAssistant class for assisting with oat files. by Richard Uhler · 10 years ago
  45. 43c162f Revert "Revert "More Makefile fun for --debuggable."" by Nicolas Geoffray · 9 years ago
  46. 9728a93 Revert "More Makefile fun for --debuggable." by Nicolas Geoffray · 9 years ago
  47. bd648cd More Makefile fun for --debuggable. by Nicolas Geoffray · 9 years ago
  48. 3fc1b12 Add missing JIT stuff in make files by Mathieu Chartier · 9 years ago
  49. bdeb9b7 Re-enable ParallelGC test for gcstress mode by Mathieu Chartier · 10 years ago
  50. 50c138f Fix signal test to work with gcstress by Mathieu Chartier · 10 years ago
  51. 3774335 Add a new imgdiag tool to diff boot.art/core.art against a process by Igor Murashkin · 10 years ago
  52. c23c9c9 ART: PIC testing by Andreas Gampe · 10 years ago
  53. 41bb331 Add more environment variable to control test granularity. by Nicolas Geoffray · 10 years ago
  54. bd2c63c Support running run-test in ndebug mode through make. by Nicolas Geoffray · 10 years ago
  55. 8a16d97 Fix valgrind errors. by Nicolas Geoffray · 10 years ago
  56. 928f72b ART: Fix things for valgrind by Andreas Gampe · 10 years ago
  57. 03a112d Add run-test support for running without a working patchoat/dex2oat by Alex Light · 10 years ago
  58. f5c44b3 Use loops to build combinations of run-tests. by Ian Rogers · 10 years ago
  59. 5a586cc Mark ParallelGC with gcstress failing. by Nicolas Geoffray · 10 years ago
  60. f6e206c Support x86_64 stack overflow checks in opt compiler. by Nicolas Geoffray · 10 years ago
  61. bfac14a Add --always-clean flag to run-test. by Alex Light · 10 years ago
  62. 3bb12b9 Add a variable to disable PREBUILD in run-tests. by Nicolas Geoffray · 10 years ago
  63. 1fe5e5c ART: Fix target test paths by Andreas Gampe · 10 years ago
  64. e7655c5 ART: Turn on ART_TEST_KEEP_GOING by default, clean up unused vars by Andreas Gampe · 10 years ago
  65. 1c83cbc ART: Make run tests out of oat tests by Andreas Gampe · 10 years ago
  66. ab9167b Merge "Changed default non-full tests to be prebuild." by Andreas Gampe · 10 years ago
  67. 9d72253 Changed default non-full tests to be prebuild. by Alex Light · 10 years ago
  68. d2c0b09 Put oat test output on stderr. by Ian Rogers · 10 years ago
  69. a59dd80 Runtime can now be set to require relocation by Alex Light · 10 years ago
  70. f12feb8 Stack overflow checks and NPE checks for optimizing. by Nicolas Geoffray · 10 years ago
  71. 5182915 Redirect failing test output to stderr. by Ian Rogers · 10 years ago
  72. 8a14b75 Add a GC stress run that uses a moving collector and small heap sizes. by Ian Rogers · 10 years ago
  73. 701aa64 Add GC verification test rules. by Ian Rogers · 10 years ago
  74. 5242c0a Allow optimizing and trace tests to be not run. by Ian Rogers · 10 years ago
  75. 8d48673 Use the thumb2 assembler for the optimizing compiler. by Nicolas Geoffray · 10 years ago
  76. 1a2f84e Fix dex file dependencies for oat tests. by Ian Rogers · 10 years ago
  77. f61b537 Re-enable tests with the optimizing compiler. by Nicolas Geoffray · 10 years ago
  78. 532714a Fix test-art-target error by Brian Carlstrom · 10 years ago
  79. afd9acc Multilib ART host. by Ian Rogers · 10 years ago