1. 83cede7 Run test: Extract files using python by David Srbecky · 2 years, 4 months ago
  2. 6311173 Run test: Remove on-device signal_dumper detection by David Srbecky · 2 years, 4 months ago
  3. 69f7aca Run test run: Don't use arch guessing heuristics (part 1) by David Srbecky · 2 years, 4 months ago
  4. f7bd1fa Change well known thread methods to `ArtMethod*`. by Vladimir Marko · 2 years, 4 months ago
  5. f356dcd Run test: Disable color output on LUCI by David Srbecky · 2 years, 4 months ago
  6. c90638f Accept comparison of instance-of with the constant 2 by Santiago Aboy Solanes · 2 years, 4 months ago
  7. 17983ac Introduce `testrunner.py` configurations `art-gtest-asan{32,64}`. by Roland Levillain · 2 years, 4 months ago
  8. 4f19835 Handle test excluded from ART MTS uniformly in `regen-test-files`. by Roland Levillain · 2 years, 4 months ago
  9. 137ed5e Add missing module metadata to ART tests run via Mainline Presubmits. by Roland Levillain · 2 years, 4 months ago
  10. 7acbba7 Temporarily exclude `JniCompilerTests` in in Mainline Presubmits. by Roland Levillain · 2 years, 4 months ago
  11. 2de36b3 Temp. disable `libnativeloader_e2e_tests` in Mainline Presubmits. by Roland Levillain · 2 years, 4 months ago
  12. 51d5e87 Update test to avoid int[] pattern by Clément Béra · 2 years, 4 months ago
  13. f9634dc Regenerate ART test files (2022-11-17). by Roland Levillain · 2 years, 4 months ago
  14. feed4af Run test build: Move some helpers up to the instance by David Srbecky · 2 years, 4 months ago
  15. bf31c39 Run test run: Reduce verbosity by David Srbecky · 2 years, 4 months ago
  16. c282bef Run test build: Create special HiddenApi shard. by David Srbecky · 2 years, 4 months ago
  17. e82c87d Run test build: Rename 'experimental' to 'api_level' by David Srbecky · 2 years, 4 months ago
  18. b5e9703 Run test run: Filter interleaved log lines. by David Srbecky · 2 years, 4 months ago
  19. d272f2d Run test build: Inline variables by David Srbecky · 2 years, 4 months ago
  20. af0ad5a Run test build: Indent code by David Srbecky · 2 years, 4 months ago
  21. b0c6bbf Fix art-interpreter-no-image by David Srbecky · 2 years, 4 months ago
  22. 4382c26 Run tests: Fix temporary directory removal. by David Srbecky · 2 years, 4 months ago
  23. 100fe67 Run test build: Refactor compile commands by David Srbecky · 2 years, 4 months ago
  24. e2d1a03 ART: Change indentation to 4 spaces in run-test shards 95-99. by Vladimir Marko · 2 years, 4 months ago
  25. 36b520b Run test build: Refactor path handling by David Srbecky · 2 years, 5 months ago
  26. fe3d9c9 Run test: Increase runner verbosity by David Srbecky · 2 years, 4 months ago
  27. 31ad1d8 ART: Change indentation to 4 spaces in run-test shard 16. by Vladimir Marko · 2 years, 4 months ago
  28. 3b7475b Don't assume the class has never been looked at in FastVerify. by Nicolas Geoffray · 2 years, 4 months ago
  29. 0a907cd Add String::transform method. by Almaz Mingaleev · 2 years, 4 months ago
  30. 93749ed Reland "Run-test: Refactor stdout/stderr capture" by David Srbecky · 2 years, 4 months ago
  31. b463382 Fix --dump-cfg argument handling in run-test by Richard Neill · 2 years, 5 months ago
  32. 4e0b5d7 Clean up decoding well-known classes. by Vladimir Marko · 2 years, 4 months ago
  33. 35a48ce Revert "Run-test: Refactor stdout/stderr capture" by David Srbecky · 2 years, 4 months ago
  34. d050c33 Run-tests: Fix mac build by David Srbecky · 2 years, 4 months ago
  35. 6bd1cd1 Run-test build: Pass tools to the script explicitly by David Srbecky · 2 years, 4 months ago
  36. 9c686f5 Fix ulimit in 151-OpenFileLimit by David Srbecky · 2 years, 4 months ago
  37. 7769a2c Regenerate ART test files (2022-10-28). by Roland Levillain · 2 years, 5 months ago
  38. af3b31d Add run-parameter test metadata to ART run-tests. by Roland Levillain · 2 years, 5 months ago
  39. 00ca1b5 Revert "Merge libart and libart-compiler into a single library" by Dmitrii Ishcheikin · 2 years, 4 months ago
  40. 2b7be1e Merge libart and libart-compiler into a single library by Dmitrii Ishcheikin · 2 years, 5 months ago
  41. 6fd7de5 Fix art-debug-gc tests by David Srbecky · 2 years, 4 months ago
  42. 968db0c Refine where stores are visible in LSE even more by Santiago Aboy Solanes · 2 years, 4 months ago
  43. b346724 Run-test: Refactor stdout/stderr capture by David Srbecky · 2 years, 4 months ago
  44. b249230 Test-runner: Accept positional arguments by David Srbecky · 2 years, 4 months ago
  45. 3dccfb8 Remove --shard argument from run_test_build.py by David Srbecky · 2 years, 4 months ago
  46. 37274d5 Merge run-test-build.py and art_build_rules.py by David Srbecky · 2 years, 4 months ago
  47. e0cbf8e Move test/etc/default_run.py one directory up. by David Srbecky · 2 years, 4 months ago
  48. e19d74b Run-tests: Fix/implement --update; avoid stdout patching. by David Srbecky · 2 years, 5 months ago
  49. 9c8c2db Run-test: Execute the diff commands just once. by David Srbecky · 2 years, 5 months ago
  50. b9642a6 Run-tests: Rename "run" files to "run.py" by David Srbecky · 2 years, 5 months ago
  51. a669df3 Don't inline methods whose basic blocks end with a throw by Santiago Aboy Solanes · 2 years, 5 months ago
  52. f66ea6c Run-tests: Run checker after stdout/stderr diff. by David Srbecky · 2 years, 5 months ago
  53. e51dcb9 Remove "exit status" from run-test stdout. by David Srbecky · 2 years, 5 months ago
  54. db12173 Add ADB crash debugging for run-tests. by David Srbecky · 2 years, 5 months ago
  55. 51dec05 Cleanup run-test build environment passing. by David Srbecky · 2 years, 5 months ago
  56. 903df9c Fix stdout-patching run tests on no-prebuild by David Srbecky · 2 years, 5 months ago
  57. 3ed6b50 Add build-parameter test metadata to ART run-tests. by Roland Levillain · 2 years, 5 months ago
  58. f3df7be Fix one crash on deoptimization. by Nicolas Geoffray · 2 years, 5 months ago
  59. a97ac76 Move run-test "check" scripts to "run" scripts. by David Srbecky · 2 years, 5 months ago
  60. 7c981d4 Fail the compile and launch test if the compile fails by Santiago Aboy Solanes · 2 years, 5 months ago
  61. 720dcbc run-test build: Don't merge the shards by default. by David Srbecky · 2 years, 5 months ago
  62. 1a9d41c Add an uncaught exception handler in 844-exception. by Nicolas Geoffray · 2 years, 5 months ago
  63. d3f0238 Set native-test-timeout for dex2oat test. by Florian Mayer · 2 years, 5 months ago
  64. 1e14a9d Add check=False to a checker invocation by Santiago Aboy Solanes · 2 years, 5 months ago
  65. 9568704 Fix for Thread::QuickDeliverException. by Nicolas Geoffray · 2 years, 5 months ago
  66. 92eba60 Revert^2 "Fix run-test check for --jvmti-redefine-stress" by David Srbecky · 2 years, 5 months ago
  67. ab007c5 run-test build: Explicitly call generate-sources by David Srbecky · 2 years, 5 months ago
  68. 1944e26 Disable ExceptionTest#StackTraceElement on HWASan. by Florian Mayer · 2 years, 5 months ago
  69. f65c247 Revert "Fix run-test check for --jvmti-redefine-stress" by Binhao Lin · 2 years, 5 months ago
  70. 2e2c94d Allow LSA to run with acquire/release operations by Santiago Aboy Solanes · 2 years, 5 months ago
  71. e4e701b Revert^2 "Convert per-test run scripts to python." by David Srbecky · 2 years, 5 months ago
  72. d9e3559 Fix run-test check for --jvmti-redefine-stress by David Srbecky · 2 years, 5 months ago
  73. 8d6a4e0 Revert "Convert per-test run scripts to python." by David Srbecky · 2 years, 5 months ago
  74. 895c270 Convert per-test run scripts to python. by David Srbecky · 2 years, 5 months ago
  75. 0db9605 Revert "Revert^4 "Thread suspension cleanup and deadlock fix"" by Hans Boehm · 2 years, 5 months ago
  76. a23d325 Revert^4 "Thread suspension cleanup and deadlock fix" by Hans Boehm · 2 years, 5 months ago
  77. c7d14f4 Fix file flush in 370-dex-v37/build.py by David Srbecky · 2 years, 5 months ago
  78. 6353850 Simplify run-test check scripts by David Srbecky · 2 years, 5 months ago
  79. f767f73 Run-tests: Remove buildfailures.json by David Srbecky · 2 years, 5 months ago
  80. cf57dee Refactor individual run-test build scripts by David Srbecky · 2 years, 5 months ago
  81. 7bf12b2 137-cfi: Ignore libc unwind error on host by David Srbecky · 2 years, 5 months ago
  82. 5974a7b Reduce multithreading of run-test builds. by David Srbecky · 2 years, 5 months ago
  83. 76d4632 Minor cleanups in finalizer timeout tests by Hans Boehm · 2 years, 5 months ago
  84. 4d8fea0 Fix errorprone warnings that should be errors by Cole Faust · 2 years, 5 months ago
  85. 92c9dab Revert "Temporarily disable `art_standalone_odrefresh_tests` in Mainline tests." by Roland Levillain · 2 years, 5 months ago
  86. 442799e Regenerate ART test files (2022-10-13). by Roland Levillain · 2 years, 5 months ago
  87. b179530 ART: Add regression test for obsolete crash. by Vladimir Marko · 2 years, 5 months ago
  88. 4715be6 run-test: Fix diff output by David Srbecky · 2 years, 5 months ago
  89. 07c7d43 Update MaybeAddExtraGotoBlocks to bail for irreducible loops by Santiago Aboy Solanes · 2 years, 5 months ago
  90. 9e6235f Replace Objects.checkFromIndexSize usage with checkBoundOffCount in String by Victor Chang · 2 years, 5 months ago
  91. 5111cb6 Refactor and cleanup DexCache. by Nicolas Geoffray · 2 years, 5 months ago
  92. d828fc1 Normalize run-test arguments by David Srbecky · 2 years, 5 months ago
  93. ebd7640 Revert "Revert^2 "Thread suspension cleanup and deadlock fix"" by Hans Boehm · 2 years, 5 months ago
  94. fd20a74 Revert^2 "Thread suspension cleanup and deadlock fix" by Hans Boehm · 2 years, 6 months ago
  95. 1f64016 Don't disable JIT GC when enabling method tracing by Mythri Alle · 2 years, 5 months ago
  96. 7bbb0e8 Update java.lang.String* from jdk-11.0.13-ga by Victor Chang · 2 years, 6 months ago
  97. 90ebff4 Reduce stress allocations for JVM for 905-object-free by Sorin Basca · 2 years, 5 months ago
  98. 787e641 Fix test-465 for no-image by Santiago Aboy Solanes · 2 years, 5 months ago
  99. 22afe6d Fix art-asan test mprotect errors by Chih-Hung Hsieh · 2 years, 6 months ago
  100. be282e1 Reland^2 "Update instrumentation support for non-java debuggable runtimes" by Mythri Alle · 2 years, 5 months ago