1. 423aefc Add ART gtests to the Mainline Test Suite (MTS). by Roland Levillain · 6 years ago
  2. a3bd4ec Introduce Long.divideUnsigned() intrinsic on ARM64. by Artem Serov · 6 years ago
  3. 6076b69 Add ability to override gtest LOG_TAGS by Alex Light · 6 years ago
  4. a48f6f1 Replace inlined string allocations to loop in 096-array-copy-concurrent by Lokesh Gidra · 6 years ago
  5. d9a7d0a Revert "Move ART run-tests to the `presubmit` test group in `TEST_MAPPING`." by Roland Levillain · 6 years ago
  6. 8942b3a Integer.divideUnsigned() intrinsic on ARM64. by Vladimir Marko · 6 years ago
  7. 0571d47 LSE: Better elimination of array stores. by Vladimir Marko · 6 years ago
  8. 5437e6f Add tests for accessing referrer's class. by Vladimir Marko · 6 years ago
  9. 59a122a Rename some classes in test 727. by Vladimir Marko · 6 years ago
  10. 25b9c7d Don't store copied methods in BSS. by Nicolas Geoffray · 6 years ago
  11. c679fe3 ARM: Optimize div/rem when dividend is compared with a non-negative by Evgeny Astigeevich · 6 years ago
  12. eb2c9dd X86: Implement VarHandle.getAndAdd intrinsic by Andra Danciu · 6 years ago
  13. f61e061 Add test module for running gtests in chroot. by David Srbecky · 6 years ago
  14. 455e5c2 Move ART run-tests to the `presubmit` test group in `TEST_MAPPING`. by Roland Levillain · 6 years ago
  15. 9dec90a Fix LSE-array overlap issue by Alex Light · 6 years ago
  16. 2fe9dbd Move ART gtests to the `presubmit` test group in `TEST_MAPPING`. by Roland Levillain · 6 years ago
  17. e82dee0 Adjust `regen-test-files` to match the current `TEST_MAPPING` output. by Roland Levillain · 6 years ago
  18. 00381bf Add ART run-tests to the Mainline Test Suite (MTS). by Roland Levillain · 6 years ago
  19. a7248f1 Remove root target preparer from ART run-tests configuration template. by Roland Levillain · 6 years ago
  20. ea2dfb9 Refresh test data with `method_idx` additional data. by Stephen Hines · 6 years ago
  21. 1fef877 Handle more cases of super calls in the compiler. by Nicolas Geoffray · 6 years ago
  22. b0bf9e2 Fix test to search for a populated StackMap. by Nicolas Geoffray · 6 years ago
  23. 8376a65 Add one test for VarHandle.compareAndSet(). by Vladimir Marko · 6 years ago
  24. 6b0b2e7 Rename the expected-output text file in built TradeFed ART run-tests. by Roland Levillain · 6 years ago
  25. b839c49 Use the resolved method of an invoke super when updating BSS. by Nicolas Geoffray · 6 years ago
  26. b3732f8 Add a test to 536-checker-needs-access-check. by Vladimir Marko · 6 years ago
  27. b78bfee Ensure GetStringUTFRegion is null-terminated by Alex Light · 6 years ago
  28. 6624d58 Fix bug in StackVisitor::GetVReg. by Nicolas Geoffray · 6 years ago
  29. 0280e5d Optimizing: Improve generated code for HLoadClass... by Vladimir Marko · 6 years ago
  30. 4100e5e Optimizing: Improve generated code for field access... by Vladimir Marko · 6 years ago
  31. b9845a5 Use explicit secondary class loader context in test 727. by Vladimir Marko · 6 years ago
  32. 2ea4cc7 712-varhandle-invocation bogons by Orion Hodson · 6 years ago
  33. c3617cd VarHandle tests for interfaces by Orion Hodson · 6 years ago
  34. cbeedc8 LSE: Fix tracking stores for merged default values. by Vladimir Marko · 6 years ago
  35. cfd6580 Optimizing: Fix weak method access check. by Vladimir Marko · 6 years ago
  36. ed29dce ARM64: Fix LSE SIMD test. by Vladimir Marko · 6 years ago
  37. 3224f38 Improved LSE: Replacing loads with Phis. by Vladimir Marko · 6 years ago
  38. a553226 Suppress test 1931 flakes caused by spurious wakeups by Alex Light · 6 years ago
  39. 7aee63e Suppress test 1932 flakes caused by spurious wakeups by Alex Light · 6 years ago
  40. 7f91ae2 Revert "Disable test 727 on target." by Vladimir Marko · 6 years ago
  41. 3480756 Disable test 727 on target. by Vladimir Marko · 6 years ago
  42. 50fe6dc Optimizing: Fix weak field access check. by Vladimir Marko · 6 years ago
  43. 03a83cb Move to do/while loop to ensure optimized compilation. by Nicolas Geoffray · 6 years ago
  44. 2b2a750 Make heap exhaustion robust in app-image-methods test by Lokesh Gidra · 6 years ago
  45. 87d6987 Disable 175-alloc-big-bignums for debuggable by Hans Boehm · 6 years ago
  46. 3a97d30 Rename classes in art hiddenapi tests by Andrei Onea · 6 years ago
  47. 02db072 Rename api lists by Andrei Onea · 6 years ago
  48. b53d3b6 Disable 175-alloc-big-bignums in more configs by Hans Boehm · 6 years ago
  49. 02fd071 Restrict 175-alloc-big-bignums to compiled builds by Hans Boehm · 6 years ago
  50. fc12a6c Rename ApiList::Value enums by Andrei Onea · 6 years ago
  51. 0f57848 Disable test on 'trace' as needing JIT. by Nicolas Geoffray · 6 years ago
  52. 60ef399 Reland "Cleanups around the creation of ProfilingInfo." by Nicolas Geoffray · 6 years ago
  53. bf78fb5 ARM64: Fix VarHandle.Get() intrinsic static field check. by Vladimir Marko · 6 years ago
  54. 2c71e26 Make 566-polymorphic-inlining more robust. by Nicolas Geoffray · 6 years ago
  55. a996425 Revert "Cleanups around the creation of ProfilingInfo." by Lokesh Gidra · 6 years ago
  56. 0fa304e Cleanups around the creation of ProfilingInfo. by Nicolas Geoffray · 6 years ago
  57. b96d6f3 Remove tiered jit option. by Nicolas Geoffray · 6 years ago
  58. 39e99da Fix 566-polymorphic-inlining to support tiered JIT. by Nicolas Geoffray · 6 years ago
  59. ebb726d Temporarily disable test that needs to be rewritten for tiered JIT. by Nicolas Geoffray · 6 years ago
  60. 7992467 Rename meta-reflection changeid by Andrei Onea · 6 years ago
  61. faf5f3f Fix stack unwinding for nterp on arm64. by Nicolas Geoffray · 6 years ago
  62. ab7ecce Disable support for proxy method in nterp. by Nicolas Geoffray · 6 years ago
  63. 1525960 Upper-case the i18n host data path for consistency. by Nicolas Geoffray · 6 years ago
  64. 5ece8ff Add i18n as dependency of host run tests. by Nicolas Geoffray · 6 years ago
  65. 5439f05 Revert^3 "VIXL simulator for ART (Stage1)" by Ulya Trafimovich · 6 years ago
  66. 26ab270 A few more inclusive language updates based on newer wordlist by Orion Hodson · 6 years ago
  67. 3c359ee ARM64: Enable SDOT/UDOT instructions emission. by Artem Serov · 6 years ago
  68. 6395908 Inclusive language fixes in ART run-tests. by Roland Levillain · 6 years ago
  69. 2731eb4 More inclusive language fixes by Orion Hodson · 6 years ago
  70. 65d6a5b Remove obsolete "doThrow" pattern from some tests. by Vladimir Marko · 6 years ago
  71. c220827 Replace "dummy" with "fake" in some tests. by Vladimir Marko · 6 years ago
  72. aacf977 Reword some comments to be more inclusive by Orion Hodson · 6 years ago
  73. bf6498e Fix incorrect dex-cache clearing with structural redefinition by Alex Light · 6 years ago
  74. c06e07f Correctly use handles for JVMTI heap iteration. by Alex Light · 6 years ago
  75. 4307cd7 LSE: Fix tracking heap values for small types. by Vladimir Marko · 6 years ago
  76. e886d68 Revert^2 "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 6 years ago
  77. f12dd58 Move ART run-tests to the `postsubmit` test group in `TEST_MAPPING`. by Roland Levillain · 6 years ago
  78. 3060bb9 Revert "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 6 years ago
  79. 48ca6a6 VIXL simulator for ART (Stage1) by Xueliang Zhong · 7 years ago
  80. 3284661 Fix ddm.publish_chunk extension to prevent deadlock by Alex Light · 6 years ago
  81. 7400a54 Fixes for gtests in eng-prod by David Srbecky · 6 years ago
  82. fab6f1c Fix incorrect LSE across throwing ArraySet. by Vladimir Marko · 6 years ago
  83. d2c30c3 Add `TEST_MAPPING` entries for supported target ART run-tests. by Roland Levillain · 6 years ago
  84. 7285a4b Fix GetDirectBufferCapacity for zero length direct buffer by Orion Hodson · 6 years ago
  85. 60690e4 ART: Improve two SIMD tests. by Artem Serov · 6 years ago
  86. d6e14e0 Rewrite assembler_test_base.h by David Srbecky · 6 years ago
  87. be7fe3b Add some x86/x86-64 assembler tests. by Vladimir Marko · 6 years ago
  88. dc787f4 Make Integer.divideUnsigned intrinsic for x86. by Andra Danciu · 6 years ago
  89. 9a09e7c Enable host gtests in eng-prod by David Srbecky · 6 years ago
  90. edda3ca Use different extension for smali test files. by David Srbecky · 6 years ago
  91. 01e5698 Add Soong module definitions for ART run-tests with default build rules. by Roland Levillain · 6 years ago
  92. f938841 ARM: Optimize Div/Rem by positive const for non-negative dividends by Evgeny Astigeevich · 6 years ago
  93. af92a0f ARM: Optimize Div/Rem by 2^n for non-negative dividends by Evgeny Astigeevich · 6 years ago
  94. 90a18cf Rewrite OatFileManager::OpenDexFilesFromOat. by Nicolas Geoffray · 6 years ago
  95. 0a17b6a Revert "Support running of host gtests in eng-prod" by David Srbecky · 6 years ago
  96. 65e2140 Remove option `--build-target` from `test/testrunner/testrunner.py`. by Roland Levillain · 6 years ago
  97. 93e4df7 Add option `--dist` to `test/testrunner/testrunner.py`. by Roland Levillain · 6 years ago
  98. 22831a3 Print the build command in `test/testrunner/testrunner.py` (if any). by Roland Levillain · 6 years ago
  99. 9a0f9ba Build ART run-tests using the same settings as Libcore tests. by Roland Levillain · 6 years ago
  100. 79d9092 Introduce a Soong `java_defaults` module for ART run-tests. by Roland Levillain · 6 years ago