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