- 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, 6 months ago
- 06c0d17 Fix tests 1953, 1954, 1955 and, 1956 on --jvm by Alex Light · 4 years, 6 months ago
- 7c25b09 Reject OAT file in speed-profile if app image is rejected by Eric Holk · 4 years, 7 months ago
- a698102 Handle OOM situation in java-heap more aggressively by Lokesh Gidra · 4 years, 7 months ago
- 0240d2b Move the logging line interleave lock from libbase to ART by Tom Cherry · 4 years, 7 months ago
- aafe432 Move some checker tests from smali to Java. by Vladimir Marko · 4 years, 7 months ago
- 7ca8b67 Use ART_TARGET_ANDROID instead of __ANDROID__ by Nicolas Geoffray · 4 years, 7 months ago
- 5c25e53 Add an agent to enable VLOG options by Alex Light · 4 years, 7 months ago
- 4a1e4dd Add exemption list for hiddenapi warnings. by Artur Satayev · 4 years, 7 months ago
- b69312d nterp: Address old x86-64 comments. by Vladimir Marko · 4 years, 7 months ago
- afa69cd Add another DCHECK that an exception isn't pending. by Nicolas Geoffray · 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
- 30ac398 Improve printing for heap verification failures by Mathieu Chartier · 4 years, 7 months ago
- 6127ace Increase shutdown time constants by Hans Boehm · 4 years, 7 months ago
- 2816cfc Remove unnecessary droiddoc args by Anton Hansson · 4 years, 7 months ago
- 347323c Explicitly pass debugfs to deapexer. by Nicolas Geoffray · 4 years, 7 months ago
- aa636cb Add more logging to the script to debug buildbot issues. by Nicolas Geoffray · 4 years, 7 months ago
- 5055e66 Fix bootclasspath setup for target in tools/art script. by David Srbecky · 4 years, 7 months ago
- 81673f0 Add a sanity check on the conscrypt contents. by Nicolas Geoffray · 4 years, 7 months ago
- 8089204 Use runtime_libs for the libdexfile_external dependency from libdexfile_support. by Martin Stjernholm · 4 years, 7 months ago
- 5eee73b Use double quotes instead of single. by Nicolas Geoffray · 4 years, 7 months ago
- b7724c4 Fix execution with RI in ART `run-test-jar` script. by Roland Levillain · 4 years, 7 months ago
- e67fd20 Use ANDROID_HOST_OUT/bin/deapexer instead of just deapexer. by Nicolas Geoffray · 4 years, 7 months ago
- 75c3ff3 Better instrument 067-preemptive-unpark by Hans Boehm · 4 years, 7 months ago
- 745e45d By default, don't use a bitness suffix for ART. by Nicolas Geoffray · 4 years, 7 months ago
- f48a705 Minor error reporting clean up in DexFileVerifier. by Vladimir Marko · 4 years, 7 months ago
- 63ba647 Faster dex file verification. by Vladimir Marko · 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
- 2842ac1 Move version scripts to app_process, where they are used. by Martin Stjernholm · 4 years, 7 months ago
- 28aaf24 Call SetRuntimeDeleted() unconditionally by Hans Boehm · 4 years, 7 months ago
- d68580e Put dex2oat32 and dex2oat64 in the ART apex. 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
- c8150b5 ART: Refactor SIMD slots and regs size processing. by Artem Serov · 5 years ago
- b202873 Run Java verification of mainline modules at boot time. by Nicolas Geoffray · 4 years, 7 months ago
- 07c3da7 Reland "Remove platform availability from internal libs that make up by Martin Stjernholm · 4 years, 7 months ago
- 76bc833 Bundle jni_headers with libopenjdkjvmti_headers by Orion Hodson · 4 years, 7 months ago
- 02e6a6f Revert "Remove platform availability from internal libs that make up" by Ady Abraham · 4 years, 7 months ago
- 030f548 Remove platform availability from internal libs that make up by Martin Stjernholm · 4 years, 7 months ago
- 72d7e96 Replaced dangerous uses of sizeof() by Chris Wailes · 4 years, 7 months ago
- 9a625b5 Fix mmap leakage for ASAN build by Rock.Yeh · 4 years, 10 months ago
- f823f0e Fix deadlock bug in test 2005 by Alex Light · 4 years, 7 months ago
- b04b30c Only allow extra_guardrails for domains that can connect to heapprofd. by Florian Mayer · 4 years, 7 months ago
- c390879 Do not crash for broken stored VerifierDeps. by Vladimir Marko · 4 years, 7 months ago
- b47b978 ART: Fix vectorizer HalvingAdd idiom. by Artem Serov · 5 years ago
- e778fa6 Reduce cache memory use of libdexfile. by David Srbecky · 4 years, 7 months ago
- 27d2bfc Remove dependency on protobuf. by Florian Mayer · 4 years, 7 months ago
- 36896be Don't call exit() while threads may be running by Hans Boehm · 4 years, 8 months ago
- 69847ca Remove 726 test by Calin Juravle · 4 years, 7 months ago
- 2f40d24 Small cleanup in InstructionBuilder. by Vladimir Marko · 4 years, 7 months ago
- 605c591 Add more DCHECKs to investigate build bot failure. by Nicolas Geoffray · 4 years, 7 months ago
- 32b24fd Reduce kNotifyNativeInterval on host by Hans Boehm · 4 years, 8 months ago
- b495e7f Log an error when an app loads duplicate dex files by Calin Juravle · 4 years, 7 months ago
- 82cc2a2 Remove FileDescriptor ownerId field from Core Platform API bypass by Orion Hodson · 4 years, 7 months ago
- 3949e5e Fix dex2oat failure when --zip-fd actually points to raw dexfile. by wangshumin · 5 years 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
- 00cb81d Add explicit dependencies on jni_headers by Orion Hodson · 4 years, 7 months ago
- 4b79ef4 Read /proc/self/smaps in perfetto_hprof. by Florian Mayer · 4 years, 7 months ago
- 216a645 Remove libicuuc/libicui18n usage from art_gtest_defaults by Victor Chang · 4 years, 7 months ago
- b72a094 Remove ART dependency on libicuuc by Victor Chang · 4 years, 8 months ago
- 0ae3173 Add luni-crypto-tests to art module test exports by Daulet Zhanguzin · 4 years, 7 months ago
- f4ba904 Fix string deduplication for multi-image extensions. by Vladimir Marko · 4 years, 7 months ago
- cb62cd8 ART support for running tests without conscrypt sources. by Nicolas Geoffray · 4 years, 7 months ago
- 9c06d44 Avoid creating preresolved strings array for dex files that have no strings by Mathieu Chartier · 4 years, 7 months ago
- d1f7351 dex2oat: add --updatable-bcp-packages-file argument. by Vladimir Marko · 4 years, 7 months ago
- bda163d Additional checks in GetDirectBuffer{Address,Capacity} by Orion Hodson · 4 years, 7 months ago
- 963c27f Change default heap-target-utilization to 0.75 by Lokesh Gidra · 4 years, 7 months ago
- fbf53b5 DCHECK to ensure processing instruction doesn't leave an exception. by Nicolas Geoffray · 4 years, 7 months ago
- 4fa07a5 Add explicit compiler option to enable test-specific features. by David Srbecky · 4 years, 7 months ago
- d31def5 Adjust embedded dex locations in host boot image. by David Srbecky · 4 years, 7 months ago
- f6c3784 Move the conscrypt hostdex build rule to ART. by Nicolas Geoffray · 4 years, 7 months ago
- ca1c39a Fix race condition in GetPreResolvedStrings by Mathieu Chartier · 4 years, 7 months ago
- 1abd3ec Symbolize script: make dash-compatible and pull vdex file for oatdump. by leon.wang · 4 years, 8 months ago
- fdd4684 Deduplicate interned image strings. by Vladimir Marko · 4 years, 8 months ago
- 4ac8d96 Add method_idx output to dexdump and dexlayout by Eric Holk · 4 years, 7 months ago
- d31cff1 Remove conscrypt as a build time dependency of ART. by Nicolas Geoffray · 4 years, 8 months ago
- 75d2189 Fix thread shutdown race in adbconnection by Alex Light · 4 years, 8 months ago
- bdf146c dex2oat: Fix repeatedly preparing dex files for oat file by wulonghua · 4 years, 8 months ago
- bc11509 Address late comments on go/aog/1269207 by Alex Light · 4 years, 8 months ago
- 403384e Fix host gtests for HOST_PREFER_32_BIT by David Srbecky · 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
- e4abf13 ART: Update list of reserved boot class path packages. by Vladimir Marko · 4 years, 8 months ago
- 16c08ca Revert "Revert "Revert "Add "linkage" test options""" by Nicolas Geoffray · 4 years, 8 months ago
- 133987d Revert^2 "Don't include static or private methods with proxy construction." by Alex Light · 4 years, 8 months ago
- e2cc08b Fix a typo in dexanalyze usage info by leon.wang · 4 years, 8 months ago
- 80c0c50 Revert "Revert "Add "linkage" test options"" by David Sehr · 4 years, 8 months ago
- 379503d Revert "Don't include static or private methods with proxy construction." by Alex Light · 4 years, 8 months ago
- 0c0f302 Host gtests: Use the apex boot image instead of core.art. by David Srbecky · 4 years, 9 months ago
- f368882 Add more debugging info around ResolveField. by Nicolas Geoffray · 4 years, 8 months ago
- aacb4b8 Fix logical error in a gtest that caused intermittent failures. by Ulya Trafimovich · 4 years, 8 months ago
- 584e599 Don't include static or private methods with proxy construction. by Alex Light · 4 years, 8 months ago