1. 4b420e7 miranda multidex test fails on optimizing/arm64. by Nicolas Geoffray · 12 years ago
  2. 53c42b6 More armv8 failures now that optimizing supports CONST_STRING. by Nicolas Geoffray · 12 years ago
  3. b5f62b3 Support for CONST_STRING in optimizing compiler. by Nicolas Geoffray · 12 years ago
  4. 020ac03 419 fails on optimizing/arm64. by Nicolas Geoffray · 12 years ago
  5. 32607a1 Update list of failing tests for arm64/optimizing. by Nicolas Geoffray · 12 years ago
  6. bf03e84 ART: Fix no-image run-test dependency by Andreas Gampe · 12 years ago
  7. 19324d0 Merge "Provide an option to run run-tests with a local dalvikvm." by Nicolas Geoffray · 12 years ago
  8. c8f23fc Provide an option to run run-tests with a local dalvikvm. by Nicolas Geoffray · 12 years ago
  9. 19a19cf Add support for static fields in optimizing compiler. by Nicolas Geoffray · 12 years ago
  10. c23c9c9 ART: PIC testing by Andreas Gampe · 12 years ago
  11. 63fc30e ART: Create and use multiple core images by Andreas Gampe · 12 years ago
  12. 7c4954d [optimizing compiler] Add division for floats and doubles by Calin Juravle · 12 years ago
  13. 41bb331 Add more environment variable to control test granularity. by Nicolas Geoffray · 12 years ago
  14. 66ce173 Implement long negate instruction in the optimizing compiler. by Roland Levillain · 12 years ago
  15. 096cc02 [optimizing compiler] Handle SUB_FLOAT/DOUBLE nodes by Calin Juravle · 12 years ago
  16. 5319def ART: optimizing compiler: initial support for ARM64. by Alexandre Rames · 12 years ago
  17. 98c1711 Merge "Fix make file comment" by Calin Juravle · 12 years ago
  18. 9228b2a Fix make file comment by Calin Juravle · 12 years ago
  19. 83cae42 Fix typo in Makefile. by Nicolas Geoffray · 12 years ago
  20. a3d05a4 Implement array creation related DEX instructions. by Nicolas Geoffray · 12 years ago
  21. f38b7dc Fix m test-art-host-run-test-001-HelloWorld. by Nicolas Geoffray · 12 years ago
  22. 92cf9ae Merge "Support running run-test in ndebug mode through make." by Nicolas Geoffray · 12 years ago
  23. bd2c63c Support running run-test in ndebug mode through make. by Nicolas Geoffray · 12 years ago
  24. abbf242 Remove test dependencies on phony targets. by Ian Rogers · 12 years ago
  25. 8fda9f2 ART: Add smali-based run-test by Andreas Gampe · 12 years ago
  26. 58920cc Disable 114-ParallelGC for GC stress testing. by Ian Rogers · 12 years ago
  27. 611e1db Makefile cleanups. by Nicolas Geoffray · 12 years ago
  28. a3cf6ce Fix test-art-(host|target)-run-test(32|64) targets. by Ian Rogers · 12 years ago
  29. 3d56be8 Disable ThreadStress. by Nicolas Geoffray · 12 years ago
  30. 68caf9e Fix stack overflow and duplicate methods while tracing. by Jeff Hao · 12 years ago
  31. 40e1912 Disable SignalTest with GC stress. by Ian Rogers · 12 years ago
  32. cd4380c Fix master-art-host build by removing flakey test (temporarily) by Dave Allison · 12 years ago
  33. 91a8366 Fix signal chain to allow for signal() call to be used by Dave Allison · 12 years ago
  34. 992f1e7 Fix gcstress and gcverify test targets by Alex Light · 12 years ago
  35. 86df3ac Various run-test makefile fixes. by Ian Rogers · 12 years ago
  36. ddfe779 Fix builds where dist_goal is defined. by Ian Rogers · 12 years ago
  37. 9fcaa4b Fix test build targets. by Ian Rogers · 12 years ago
  38. 03a112d Add run-test support for running without a working patchoat/dex2oat by Alex Light · 12 years ago
  39. f5c44b3 Use loops to build combinations of run-tests. by Ian Rogers · 12 years ago
  40. 9dcc457 Make apps able to run with a failing patchoat by Alex Light · 12 years ago
  41. e7873ec Added --gcstress and --gcverify shortcut flags to run-test by Alex Light · 12 years ago
  42. 2cfa5f1 Add gcstress top-level make rule, eg test-art-host-run-test-gcstress. by Nicolas Geoffray · 12 years ago
  43. f0a3f09 Fix proxy tracing and enable tests that now work with tracing. by Jeff Hao · 12 years ago
  44. bfac14a Add --always-clean flag to run-test. by Alex Light · 12 years ago
  45. 8df7388 Merge "Revert "Fix proxy tracing and enable tests that now work with tracing."" by Nicolas Geoffray · 12 years ago
  46. 167cc7c Revert "Fix proxy tracing and enable tests that now work with tracing." by Nicolas Geoffray · 12 years ago
  47. 0398e17 Fix proxy tracing and enable tests that now work with tracing. by Jeff Hao · 12 years ago
  48. 0a0a20b Fix braino in Makefile. by Nicolas Geoffray · 12 years ago
  49. 2dd6f72 Merge "Add a variable to disable PREBUILD in run-tests." by Nicolas Geoffray · 12 years ago
  50. 3bb12b9 Add a variable to disable PREBUILD in run-tests. by Nicolas Geoffray · 12 years ago
  51. 855564b ART: Native bridge command-line parameter by Andreas Gampe · 12 years ago
  52. c5a8347 Fix stale remembered sets error. by Mathieu Chartier · 12 years ago
  53. 7eeecb7 Add test-art-*-run-test-###-test-name32/64 test targets. by Alex Light · 12 years ago
  54. 1c83cbc ART: Make run tests out of oat tests by Andreas Gampe · 12 years ago
  55. ab9167b Merge "Changed default non-full tests to be prebuild." by Andreas Gampe · 12 years ago
  56. 9d72253 Changed default non-full tests to be prebuild. by Alex Light · 12 years ago
  57. b363f66 Recycle mem-maps for collector transitions. by Mathieu Chartier · 12 years ago
  58. a59dd80 Runtime can now be set to require relocation by Alex Light · 12 years ago
  59. e1cd438 Fix the name of a black listed run-test. by Ian Rogers · 12 years ago
  60. 8813820 Black list timing sensitive tests from gcverify and gcstress by Ian Rogers · 12 years ago
  61. 4cd99b0 Black list more trace tests. by Ian Rogers · 12 years ago
  62. 064a59d Run-test fix. by Ian Rogers · 12 years ago
  63. 8a14b75 Add a GC stress run that uses a moving collector and small heap sizes. by Ian Rogers · 12 years ago
  64. 701aa64 Add GC verification test rules. by Ian Rogers · 12 years ago
  65. 5242c0a Allow optimizing and trace tests to be not run. by Ian Rogers · 12 years ago
  66. 55bce0c Add another test to the trace test black list. by Ian Rogers · 12 years ago
  67. 716e4f8 Add --trace variants of the run-test testing rules. by Ian Rogers · 12 years ago
  68. 4d1231d The host build has changed from lib32/lib to lib/lib64. by Nicolas Geoffray · 12 years ago
  69. f61b537 Re-enable tests with the optimizing compiler. by Nicolas Geoffray · 12 years ago
  70. e61fd35 Revert "Re-enable tests with the optimizing compiler." by Nicolas Geoffray · 12 years ago
  71. 2055091 Re-enable tests with the optimizing compiler. by Nicolas Geoffray · 12 years ago
  72. 6ffcd00 Fix names of TEST_ART_TIMING_SENSITIVE_RUN_TESTS by Brian Carlstrom · 12 years ago
  73. 519e3d0 Add libjavacore dependency for oat tests by Brian Carlstrom · 12 years ago
  74. bf66bce Define run-test targets. by Ian Rogers · 12 years ago
  75. 665de8a Fix various test dependencies. by Ian Rogers · 12 years ago
  76. afd9acc Multilib ART host. by Ian Rogers · 12 years ago