1. 4dc6589 Don't wrap VerifyError into NoClassDefFoundError. by Nicolas Geoffray · 5 years ago
  2. e0386f1 Add standalone ART gtests to `TEST_MAPPING` group `presubmit`. by Roland Levillain · 5 years ago
  3. dd41196 VarHandle: add StaticFieldVarHandle class by Orion Hodson · 5 years ago
  4. f040914 Uncouple ART gtests from the ART APEX. by Roland Levillain · 5 years ago
  5. 8d5d585 Disable run-test `art-run-test-2040-huge-native-alloc`. by Roland Levillain · 5 years ago
  6. cd133d8 Verifier cleanups. by Nicolas Geoffray · 5 years ago
  7. 44dc8a3 verifier: do not infer an instruction will throw. by Nicolas Geoffray · 5 years ago
  8. 55ffe7f Rename some ART gtest related Soong modules. by Roland Levillain · 5 years ago
  9. 9e95eac Revert "odrefresh: temporarily disable system_server artifact test" by Orion Hodson · 5 years ago
  10. f5958f8 Add x86 implementation for nterp. by Nicolas Geoffray · 5 years ago
  11. 1282f38 Add sampling support in the metrics reporter by Calin Juravle · 5 years ago
  12. 6c30777 odrefresh: temporarily disable system_server artifact test by Orion Hodson · 5 years ago
  13. 1ff9056 Move metric reporting config to flags by Calin Juravle · 5 years ago
  14. 5da0507 Support inlining methods that may have soft verifier failures. by Nicolas Geoffray · 5 years ago
  15. 602da4f Further improve 2040-huge-native-alloc reliability by Hans Boehm · 5 years ago
  16. 028cc7e Disable compact dex code item deduping. by Nicolas Geoffray · 5 years ago
  17. 71b2cb5 odrefresh: fix instruction set selection. by Orion Hodson · 5 years ago
  18. 319333f odrefresh: temporarily disable test by Orion Hodson · 5 years ago
  19. 7f21ebe Fix instructions for running target ART gtests in `chroot` with Atest. by Roland Levillain · 5 years ago
  20. f761f58 Revert^2 "odrefresh: compilation backoff" by Orion Hodson · 5 years ago
  21. 094b1cf odrefresh: enable loading of system_server image files by Orion Hodson · 5 years ago
  22. d0020ba Make 2040-huge-native-alloc more robust by Hans Boehm · 5 years ago
  23. 5b3c1ec Disable 2040-huge-native-alloc for interpreter by Hans Boehm · 5 years ago
  24. 03e214f Disable 2040-huge-native-alloc on gcstress & asan & debuggable by Hans Boehm · 5 years ago
  25. 6031ec1 Re-land "Add 2040-huge-native-alloc test" by Hans Boehm · 5 years ago
  26. 654f01c Fix lock visiting for synchronized native methods. by Vladimir Marko · 5 years ago
  27. d196f66 Rename setters to conform Android API guidelines by Nikita Iashchenko · 5 years ago
  28. 9d27fbc Improve suspension timeout diagnostic and fix race by Hans Boehm · 5 years ago
  29. e3124d2 Add liblog to art_gtest_defaults by Orion Hodson · 5 years ago
  30. fcc922a art: unbreak dalvikvm builds on host by Orion Hodson · 5 years ago
  31. 8f8935c Add `CtsLibcoreJsr166TestCases` to the generated ART MTS definition. by Roland Levillain · 5 years ago
  32. 3d05e61 Put 100% of ART run-tests in `TEST_MAPPING` group `mainline-presubmit`. by Roland Levillain · 5 years ago
  33. ca15b8d testrunner.py: Add --build-only and --skip-build options. by David Srbecky · 5 years ago
  34. 3ddf4d4 Update registerAppInfo signatures to accomodate more data. by Calin Juravle · 5 years ago
  35. 56f2444 Regenerate ART test files (2021-05-19). by Roland Levillain · 5 years ago
  36. 1dc77ab Disable most ART source modules when ART prebuilts are enabled. by Martin Stjernholm · 5 years ago
  37. c63d967 Rewrite profile file format. by Vladimir Marko · 5 years ago
  38. 2ef367a Ensure verifier deps in the vdex file are 4-byte aligned. by Nicolas Geoffray · 5 years ago
  39. ec06809 Reland "Devirtualize to HInvokeStaticOrDirect." by Nicolas Geoffray · 5 years ago
  40. 1651c60 Add 2001-virtual-structural-multithread to list of failures. by Nicolas Geoffray · 5 years ago
  41. 7e363b8 Drop ro.debuggable restriction for NATIVELOADER_DEFAULT_NAMESPACE_LIBS. by Martin Stjernholm · 5 years ago
  42. b94401e Drop ANDROID_ADDITIONAL_PUBLIC_LIBRARIES. by Martin Stjernholm · 5 years ago
  43. dac8239 Fix array location aliasing checks in LSE. by Vladimir Marko · 5 years ago
  44. 41299bf odsign_e2e_tests: Add required artifacts to test. by Martijn Coenen · 5 years ago
  45. 0108f0d Use only one core on fugu by default. by David Srbecky · 5 years ago
  46. 2665943 Avoid loading external libraries from ARTs internal linker namespace (reland). by Martin Stjernholm · 5 years ago
  47. 053e138 Link libvixl statically. by Vladimir Marko · 5 years ago
  48. c256028 Revert "Add 2040-huge-native-alloc test" by Hans Boehm · 5 years ago
  49. be0d891 Add 2040-huge-native-alloc test by Hans Boehm · 5 years ago
  50. 39d4df6 Revert "Devirtualize to HInvokeStaticOrDirect." by Nicolas Geoffray · 5 years ago
  51. 7eedd44 Fix some tests to work in prebuilt ART module mode. by Martin Stjernholm · 5 years ago
  52. 5024ddf Devirtualize to HInvokeStaticOrDirect. by Nicolas Geoffray · 5 years ago
  53. 68dc4a5 Adjust code in compiledWithOptimizing by Nicolas Geoffray · 5 years ago
  54. 0d0f8df In run tests, do not rely on loading native libs in the ART namespace by Martin Stjernholm · 5 years ago
  55. 39198c0 Generalize Main.compiledWithOptimizing. by Nicolas Geoffray · 5 years ago
  56. d78f319 Put 75% of ART run-tests in `TEST_MAPPING` group `mainline-presubmit`. by Roland Levillain · 5 years ago
  57. ba32016 Improve simplifier slightly by Alex Light · 5 years ago
  58. 891ec2c Regenerate ART test files. by Roland Levillain · 5 years ago
  59. e1e0e0f Reland "Refactor code in inliner." by Nicolas Geoffray · 5 years ago
  60. fd7044d Make it easier to interrupt testrunner.py with Ctrl-C. by Martin Stjernholm · 5 years ago
  61. 61c6242 Remove RETURN_VOID_NO_BARRIER byte-code. by David Srbecky · 5 years ago
  62. bb550e4 Fix issue with Partial LSE and casts/instanceof by Alex Light · 5 years ago
  63. e1d1706 Revert^2 "Use only half of the cores in testrunner by default on target." by David Srbecky · 5 years ago
  64. ab474e3 Revert "Use only half of the cores in testrunner by default on target." by David Srbecky · 5 years ago
  65. f663b34 Put 50% of ART run-tests in `TEST_MAPPING` group `mainline-presubmit`. by Roland Levillain · 5 years ago
  66. a9fed15 Add installclean step to buildbots by David Srbecky · 5 years ago
  67. e0bbed9 Update run-test 701 for python3. by Vladimir Marko · 5 years ago
  68. b895802 Move intrinsic recognition logic in inliner. by Nicolas Geoffray · 5 years ago
  69. 3d76ebe Change OatClassType to enum class. by Vladimir Marko · 5 years ago
  70. ea1a849 Use only half of the cores in testrunner by default on target. by David Srbecky · 5 years ago
  71. ba0ef1a Add `CtsLibcoreOjTestCases` to the generated ART MTS definition. by Roland Levillain · 5 years ago
  72. d64dc6d Fix typos in comments in ART test configurations. by Roland Levillain · 5 years ago
  73. 40e53f8 Regenerate ART test files. by Roland Levillain · 5 years ago
  74. c9b9d6c Add test that CFLH making classes larger works by Alex Light · 5 years ago
  75. 5e1ffcd Make zipapex test support multiple-execution by Alex Light · 5 years ago
  76. efbc659 Update run-test to python3. by Vladimir Marko · 5 years ago
  77. d3e9ff3 Merge libdexfile_external into libdexfile (reland 2). by Martin Stjernholm · 5 years ago
  78. 56f4c81 Handle hiddenapi lists which are yet unknown. by Nicolas Geoffray · 5 years ago
  79. 8731e70 Add a test and CHECKs around the combination of CHA and default methods. by Nicolas Geoffray · 5 years ago
  80. 76f7a91 Disable 1004-checker-volatile-ref-load in TEST_MAPPING by David Srbecky · 5 years ago
  81. 669756d Revert "Merge libdexfile_external into libdexfile (reland)." by Ulyana Trafimovich · 5 years ago
  82. 14d9155 Merge libdexfile_external into libdexfile (reland). by Martin Stjernholm · 5 years ago
  83. a191bbf Remove ArtGtestsTarget from TEST_MAPPING by David Srbecky · 5 years ago
  84. c76fbf0 Fix script when using --verify-soft-fail and --jit. by Nicolas Geoffray · 5 years ago
  85. 9879c34 Disable test 692-vdex-secondary-loader on CMS. by Nicolas Geoffray · 5 years ago
  86. 50419f2 Fix crash with secondary dex files on low RAM devices. by Nicolas Geoffray · 5 years ago
  87. f442a84 Revert "Merge libdexfile_external into libdexfile." by Nikita Ioffe · 5 years ago
  88. af61f50 Reland "Change JNI behavior related to hiddenapi." by Nicolas Geoffray · 5 years ago
  89. 848fc80 Merge libdexfile_external into libdexfile. by Martin Stjernholm · 5 years ago
  90. 8e0f6aa Disable test that depends on ART sources when prebuilts are used. by Martin Stjernholm · 5 years ago
  91. cff30a0 Better support ICs on virtual calls by Alex Light · 5 years ago
  92. 9bc364b Support background verification of secondary dex files. by Nicolas Geoffray · 5 years ago
  93. dbcf4a2 Revert "Change JNI behavior related to hiddenapi." by Nicolas Geoffray · 5 years ago
  94. 1a660c0 Reduce 129-ThreadGetId iteration count by Hans Boehm · 5 years ago
  95. 0685b98 Abort transaction when Class.forName() fails. by Vladimir Marko · 5 years ago
  96. 579db19 Change JNI behavior related to hiddenapi. by Nicolas Geoffray · 5 years ago
  97. 26a7596 Add on-device signing end-to-end test. by Martijn Coenen · 5 years ago
  98. 982eced Remove '&' class loader context. by Nicolas Geoffray · 5 years ago
  99. b3f5c50 Improve the CFI test to catch missing frames. by David Srbecky · 5 years ago
  100. a129d8a Revamp vdex format for better extensibility. by Nicolas Geoffray · 5 years ago