- 6906910 Enable TARGET_BUILD_UNBUNDLED in master-art (reland). by Martin Stjernholm · 4 years, 5 months ago
- bb829d2 Remove obsolete `build` file from 530-checker-lse. by Vladimir Marko · 4 years, 5 months ago
- 3d190c0 ART: Transform Sub+Sub into Sub+Add to merge Shl by Evgeny Astigeevich · 4 years, 5 months ago
- 396198b Handle unresolved field type in compiler. by Nicolas Geoffray · 4 years, 5 months ago
- 0d60a2b Introduce an enum for the compilation kind. by Nicolas Geoffray · 4 years, 5 months ago
- 289bd1c Make GVN handle HDeoptimize better by Alex Light · 4 years, 7 months ago
- 2b74f60 ART: Add recognition of optimized HRems in BCE by Evgeny Astigeevich · 4 years, 5 months ago
- 6587d91 ART: Simplify HRem to reuse existing HDiv by Evgeny Astigeevich · 4 years, 5 months ago
- 72cf0a8 Revert "Move ART gtests to general-tests." by David Srbecky · 4 years, 5 months ago
- efc8004 Revert "ART-tests: Remove DX dependency from 450-checker-types." by Vladimir Marko · 4 years, 5 months ago
- b122cd6 Revert "ART-tests: Remove DX-dependency from 530-checker-lse" by Vladimir Marko · 4 years, 5 months ago
- f68ce90 Make test 656-checker-simd-opt pass on RI. by Vladimir Marko · 4 years, 5 months ago
- 0e6d73a Move ART gtests to general-tests. by David Srbecky · 4 years, 6 months ago
- faada5e Revert "Move a 530-checker-lse test from java to smali" by Vladimir Marko · 4 years, 5 months ago
- 638c28f Revert "Port two methods in checker-dead-blocks to Smali" by Vladimir Marko · 4 years, 5 months ago
- 6fb8e57 Revert "Smailify a test in checker-lse-ctor-fences" by Vladimir Marko · 4 years, 5 months ago
- 1faa17f Revert "Move InlineWithControlFlow to Smali based." by Vladimir Marko · 4 years, 5 months ago
- 344e24e Make test 455-checker-gvn pass on RI. by Vladimir Marko · 4 years, 5 months ago
- 16527e8 Preserve JNI bindings across structural redefinition by Alex Light · 4 years, 5 months ago
- 6bc480b Fix dlsym lookup trampoline for @CriticalNative. by Vladimir Marko · 4 years, 5 months ago
- 06d9854 Checker: Support IF, ELIF, ELSE, FI by David Brazdil · 8 years ago
- a21054b Remove stale dependency on dx. by Martin Stjernholm · 4 years, 5 months ago
- 6355d69 Remove core.art image by David Srbecky · 4 years, 8 months ago
- 1c993cd Revert^2 "Throw ClassFormatError for unsupported default methods." by Vladimir Marko · 4 years, 5 months ago
- 4a88a5a Finish move of jar compilation rules from makefile to soong. by David Srbecky · 4 years, 6 months ago
- 09261a8 Revert "Throw ClassFormatError for unsupported default methods." by Nicolas Geoffray · 4 years, 6 months ago
- 262925e Add test-suite-tag for ART gtests. by David Srbecky · 4 years, 6 months ago
- adf0f2e Throw ClassFormatError for unsupported default methods. by Vladimir Marko · 4 years, 6 months ago
- b3146d0 Make heap exhaustion more robust in art-tests by Lokesh Gidra · 4 years, 6 months ago
- a2efd2a Add regression test for b/36989421 by Alex Light · 4 years, 6 months ago
- 6217fc2 Fix calling instance methods of erroneous classes. by Vladimir Marko · 4 years, 6 months ago
- d1a421f Re-enable asan tests which we disabled due to huge stack frames. by David Srbecky · 4 years, 6 months ago
- 2acd1ec HWASan fixes for ART tests by David Srbecky · 4 years, 6 months ago
- 1f5300a Fix heap exhaustion logic by Lokesh Gidra · 4 years, 6 months ago
- daee51f Revert "Move ArtGtestsTarget to general-tests." by Sooraj Sasindran · 4 years, 6 months ago
- 5217396 Make heap exhaustion more robust in art-tests by Lokesh Gidra · 4 years, 6 months ago
- 0ddb338 ARM64: Combine LSR+ADD into ADD_shift for Int32 HDiv/HRem by Evgeny Astigeevich · 4 years, 6 months ago
- 8bcba22 ART: Fix infinite recursion in testrunner parse_test_name by Evgeny Astigeevich · 4 years, 6 months ago
- c6849c6 Move ArtGtestsTarget to general-tests. by David Srbecky · 4 years, 6 months ago
- 1439e57 ART: Optimize ADD/SUB+ADD_shift into ADDS/SUBS+CINC for HDiv/HRem by Evgeny Astigeevich · 4 years, 6 months ago
- 883c134 Revert^2 "Remove test_per_src from ART tests." by David Srbecky · 4 years, 6 months ago
- 6128097 Set 067-preemptive-unpark success flag sooner by Hans Boehm · 4 years, 6 months ago
- 33c091e Code sinking can move around LoadString that can throw. by Nicolas Geoffray · 4 years, 6 months ago
- 5868ada Move implementations from class_root.h to -inl.h . by Vladimir Marko · 4 years, 6 months ago
- aba509f Add a --csv-results flag to testrunner by Alex Light · 4 years, 6 months ago
- e050f58 Fix ArtGtestsTarget by David Srbecky · 4 years, 6 months ago
- 928d28e Use boot image for all tests instead of core.art. by David Srbecky · 4 years, 7 months ago
- 85af16e Fix two bugs around aput-object. by Nicolas Geoffray · 4 years, 6 months ago
- 968db3c ARM64: Combine LSR+ASR into ASR for Int32 HDiv/HRem by Evgeny Astigeevich · 4 years, 6 months ago
- 94a810b Small cleanups by Eric Holk · 4 years, 6 months ago
- fc5e2ef Revert "Remove test_per_src from ART tests." by Christopher Ferris · 4 years, 6 months ago
- 8103e47 Remove test_per_src from ART tests. by David Srbecky · 4 years, 6 months ago
- d20e51d "Move ICU from ART APEX to i18n APEX" Attempt 2 by Victor Chang · 4 years, 6 months ago
- 4a48775 Revert "Move ICU from ART APEX to i18n APEX" by vichang · 4 years, 6 months ago
- b5146a3 Revert "Calling @IntraCoreApi from core-icu4j should not cause "..." by vichang · 4 years, 6 months ago
- 50f89ba Calling @IntraCoreApi from core-icu4j should not cause "Core platform API violation" by Victor Chang · 4 years, 6 months ago
- 8419b82 Move ICU from ART APEX to i18n APEX by Victor Chang · 4 years, 7 months ago
- 3971661 Relax 2033-shutdown-mechanics result comparison by Hans Boehm · 4 years, 6 months ago
- 2a84650 Make tests robust against GCs failing early by Hans Boehm · 4 years, 6 months ago
- b6ea8bb Revert "Disable ART run-test 2231-oat-require-app-image on the RI." by Alessio Balsini · 4 years, 6 months ago
- 40082b6 Revert "Reject OAT file in speed-profile if app image is rejected" by Louis Chang · 4 years, 6 months ago
- 196eabf Rework 2034-spaces-in-SimpleName to run on RI. by Ulya Trafimovich · 4 years, 6 months ago
- dac9c97 Rename test to avoid number clash with another test. by Ulya Trafimovich · 4 years, 6 months ago
- 9c674ca Explicitly flush stdout in 2033-shutdown-mechanics by Hans Boehm · 4 years, 6 months ago
- d898624 Disable ART run-test 2231-oat-require-app-image on the RI. by Roland Levillain · 4 years, 6 months ago
- c2a769d Refactor builder intrinsic tests. by Vladimir Marko · 4 years, 7 months ago
- bf10f65 Move skips for --jvm 2009, 2011, and 2012 to appropriate block by Alex Light · 4 years, 7 months ago
- 06c0d17 Fix tests 1953, 1954, 1955 and, 1956 on --jvm by Alex Light · 4 years, 7 months ago
- 7c25b09 Reject OAT file in speed-profile if app image is rejected by Eric Holk · 4 years, 7 months ago
- aafe432 Move some checker tests from smali to Java. by Vladimir Marko · 4 years, 7 months ago
- 9b78924 Fix execution with RI in ART `testrunner.py` script. by Roland Levillain · 4 years, 7 months ago
- cc82f79 Disable ART run-tests newly failing on the RI. by Roland Levillain · 4 years, 7 months ago
- 6127ace Increase shutdown time constants by Hans Boehm · 4 years, 7 months ago
- b7724c4 Fix execution with RI in ART `run-test-jar` script. by Roland Levillain · 4 years, 7 months ago
- 75c3ff3 Better instrument 067-preemptive-unpark by Hans Boehm · 4 years, 7 months ago
- 050e215 Fix typo in name of ART run-test `941-recurive-obsolete-jit`. by Roland Levillain · 4 years, 7 months ago
- b0c6cb5 Fix logic to find dex2oat. by Nicolas Geoffray · 4 years, 7 months ago
- 672295a Add test for JNI env modifications on shutdown by Hans Boehm · 4 years, 7 months ago
- 5f84607 Optimizing: Construct intrinsic HIR in builder. by Vladimir Marko · 4 years, 7 months ago
- f823f0e Fix deadlock bug in test 2005 by Alex Light · 4 years, 7 months ago
- b47b978 ART: Fix vectorizer HalvingAdd idiom. by Artem Serov · 5 years ago
- 69847ca Remove 726 test by Calin Juravle · 4 years, 7 months ago
- b495e7f Log an error when an app loads duplicate dex files by Calin Juravle · 4 years, 7 months ago
- 42df1c7 Compile boot image on host. by David Srbecky · 4 years, 7 months ago
- a801213 Update art/911-get-stack-trace expectations by Morten Krogh-Jespersen · 4 years, 7 months ago
- 2506eff Replace art_cts_jvmti_test_library filegroup with java_library by Paul Duffin · 4 years, 7 months ago
- 216a645 Remove libicuuc/libicui18n usage from art_gtest_defaults by Victor Chang · 4 years, 7 months ago
- 4fa07a5 Add explicit compiler option to enable test-specific features. by David Srbecky · 4 years, 7 months ago
- fdd4684 Deduplicate interned image strings. by Vladimir Marko · 4 years, 8 months ago
- d31cff1 Remove conscrypt as a build time dependency of ART. by Nicolas Geoffray · 4 years, 8 months ago
- fe57c2b Revert^4 "Add "linkage" test options"" by David Sehr · 4 years, 8 months ago
- a467a6e Fix incorrect interface-override linking by Alex Light · 4 years, 8 months ago
- e5621f5 Wrap expected_cts_outputs in a java_library by Paul Duffin · 4 years, 8 months ago
- 16c08ca Revert "Revert "Revert "Add "linkage" test options""" by Nicolas Geoffray · 4 years, 8 months ago
- 80c0c50 Revert "Revert "Add "linkage" test options"" by David Sehr · 4 years, 8 months ago
- 31e0dc2 Remove -testdex variants of bootclasspath jars. by Nicolas Geoffray · 4 years, 8 months ago
- 91a8e6f Revert "Add "linkage" test options" by Nicolas Geoffray · 4 years, 8 months ago
- 873bb64 Add "linkage" test options by David Sehr · 4 years, 8 months ago
- 80495fd Re-enable 137-cfi test. by David Srbecky · 4 years, 8 months ago
- 0300822 Move @CriticalNative arguments in registers. by Vladimir Marko · 4 years, 8 months ago