- 172633d Remove instructions about running post-submit tests with Atest. by Roland Levillain · 4 years, 9 months ago
- 8c3b33f Skip version 199. by Nicolas Geoffray · 4 years, 9 months ago
- 8be6638 Update 939-hello-transformation-bcp test by Nikita Iashchenko · 4 years, 9 months ago
- ab91eef Address review comments on method resolution. by Nicolas Geoffray · 4 years, 9 months ago
- e8a822d Remove entry SuspendCheck for methods which only call on the slow path by Santiago Aboy Solanes · 4 years, 9 months ago
- 76a943a Update .oat version after disabling partial LSE. by Nicolas Geoffray · 4 years, 9 months ago
- 6e45817 [art] Add GetPreOomeGcCount API by Sekyeong Heo · 4 years, 9 months ago
- 3de02fb ART: Removes SuspendCheck for plain loops with a low trip count. by Stelios Ioannou · 5 years ago
- 18074d2 Temporarily disable partial LSE. by Nicolas Geoffray · 4 years, 9 months ago
- 92e5d84 Remove workarounds for fixed bug 18051191 by Santiago Aboy Solanes · 4 years, 9 months ago
- 248d5c4 Add an obsolete stub check in ArtMethod::GetOatQuickMethodHeader. by Nicolas Geoffray · 4 years, 9 months ago
- 8dea9c4 Update code to fix two unused variable warnings. by Nicolas Geoffray · 4 years, 9 months ago
- c07f488 Add a test and consistency checks in method / field resolution. by Nicolas Geoffray · 4 years, 9 months ago
- 7fae86c Make sure only comments are stripped by Yi Kong · 4 years, 9 months ago
- 1c494e3 Use the right class loader for ResolvedMethodAccessTest. by Nicolas Geoffray · 4 years, 9 months ago
- 9a10f5b Adding known failure due to missing format 038 support in slicer by Sorin Basca · 4 years, 9 months ago
- a74a707 vdex: add checks in the event of file corruption. by Nicolas Geoffray · 4 years, 9 months ago
- 0de8c02 Explicitly note ignored return result by Yi Kong · 4 years, 9 months ago
- fde4c27 Adapt ART tests for the new llvm-objdump output format by Yi Kong · 4 years, 9 months ago
- 75e5089 Fix -Wframe-larger-than warnings in ART tests by Yi Kong · 4 years, 9 months ago
- 2999759 Suppress three counts of compiler warnings for frame size limit exceeded by Yi Kong · 4 years, 9 months ago
- 1126d74 Expand error message in ResolvedMethodAccessTest by David Srbecky · 4 years, 9 months ago
- d6576ef Mention Checker tests in `test/README.md`. by Roland Levillain · 4 years, 9 months ago
- 01545e8 Reboot device before running eng-prod gtests by David Srbecky · 4 years, 9 months ago
- 19444a6 It's a hard failure if return types cannot match. by Nicolas Geoffray · 4 years, 9 months ago
- 18c72c6 Change soft failure into more precise missing method. by Nicolas Geoffray · 4 years, 9 months ago
- b05bf89 OpenJDK 11: Move math classes from sun.misc.* to jdk.internal.math by Nikita Iashchenko · 4 years, 9 months ago
- d8c0ac2 Better isolate standalone ART gtests on device. by Roland Levillain · 4 years, 9 months ago
- ebefce3 Make it a hard failure if we could not find a catch clause. by Nicolas Geoffray · 4 years, 9 months ago
- adc11b1 Turn unconditional soft failure into a hard failure. by Nicolas Geoffray · 4 years, 9 months ago
- 8756585 verifier: the throw bytecode must have a throwable class as input. by Nicolas Geoffray · 4 years, 11 months ago
- 1728bb7 Turn soft failure into hard failure. by Nicolas Geoffray · 4 years, 9 months ago
- 3a8dfcf Catch clauses should only have throwable types. by Nicolas Geoffray · 4 years, 9 months ago
- e172a80 Revert "Cleanup return type checks with arrays." by Nicolas Geoffray · 4 years, 9 months ago
- 59193a6 Cleanup return type checks with arrays. by Nicolas Geoffray · 4 years, 11 months ago
- f6fe363 Relax failure on return type for unresolved types. by Nicolas Geoffray · 4 years, 11 months ago
- 0700b69 SVE: Extract Intermediate Address for SVE Vector Memory Operations by Raphael Gault · 6 years ago
- 6194403 Exclude `com.android.org.conscrypt.NativeCryptoArgTest` from ART MTS. by Roland Levillain · 4 years, 9 months ago
- 380f967 Regenerate ART test files (2021-09-02). by Roland Levillain · 4 years, 9 months ago
- ecbdc07 ARM64: FP16.compare() intrinsic for ARMv8 by Usama Arif · 7 years ago
- 3676b36 Clean up compile time null checks for VarHandle intrinsics. by Ulya Trafimovich · 4 years, 9 months ago
- 315cf0c Allow visibility on libdexfile for all libdexfile_support users (reland). by Martin Stjernholm · 4 years, 9 months ago
- 3056792 Revert "Allow visibility on libdexfile for all libdexfile_suppor..." by Rex Lin · 4 years, 9 months ago
- 4ae09d4 Fix unused collector_type_ variable by Yi Kong · 4 years, 9 months ago
- 17af7a8 Stop using `group_static_libs` property by LaMont Jones · 4 years, 9 months ago
- 3c137bf Allow visibility on libdexfile for all libdexfile_support users. by Martin Stjernholm · 4 years, 9 months ago
- 0f803ce find_api_violations.pl: sync strings with hiddenapi_flags.h by Orion Hodson · 4 years, 9 months ago
- 611d71c Fix a few non-inclusive terms by Orion Hodson · 4 years, 9 months ago
- 98f01d1 Revert^2 "Compile time null checks for VarHandle intrinsics." by Ulyana Trafimovich · 4 years, 10 months ago
- 96dadef Partial LSE: handle all kinds of infinite loops. by Nicolas Geoffray · 4 years, 9 months ago
- 12dd6fc Reland "Trigger fewer GCs during startup"" by Hans Boehm · 4 years, 9 months ago
- d44add9 odrefresh: Allow extra 30s for subprocesses in VM by Victor Hsieh · 4 years, 9 months ago
- 059210d Make smali compilations deterministic by David Srbecky · 4 years, 9 months ago
- 95bb995 Remove unused MadviseState hints by Jared Duke · 4 years, 10 months ago
- f68f918 Document restriction on checkpoint code by Hans Boehm · 4 years, 9 months ago
- da90ab4 Revert "Trigger fewer GCs during startup" by Hans Boehm · 4 years, 9 months ago
- f1865b3 odrefresh: minor diagnostic improvements by Orion Hodson · 4 years, 9 months ago
- 4fba66c Inline caches: be more robust in the presence of framework change. by Nicolas Geoffray · 4 years, 9 months ago
- 4bd6795 More run-test build determinism tweaks (part 2) by David Srbecky · 4 years, 9 months ago
- 3a014e3 ART: Change error-reporting of run-test-jar by Stelios Ioannou · 5 years ago
- 3b09140 Remove art_chroot build target. by David Srbecky · 4 years, 9 months ago
- 7d992f7 Trigger fewer GCs during startup by Hans Boehm · 5 years ago
- 9d642a8 dex2oat: Avoid an open from /proc/self/fd by Victor Hsieh · 4 years, 10 months ago
- eba362d [luci][realms] use LUCI realms on all ART builds. by Andrii Shyshkalov · 4 years, 9 months ago
- 2a7b69d [luci][realms] use LUCI realms on 20% of builds. by Andrii Shyshkalov · 4 years, 9 months ago
- 3326fce Fix android.security.cts.FileDescriptorTest#testCLOEXEC by Hu Wang · 4 years, 10 months ago
- ccbcfb1 Revert^2 "Add unit tests for odrefresh - step 2" by Jiakai Zhang · 4 years, 10 months ago
- a7e7426 Give extra time for odrefresh subprocess in VM by Victor Hsieh · 4 years, 10 months ago
- 9bbecd0 Suppress OptionalOfRedundantMethod error by Cole Faust · 4 years, 10 months ago
- f912a1f Renamed test/580-fp16 to test/580-checker-fp16 by Joel Goddard · 4 years, 10 months ago
- e261356 Add a lock contention palette hook. by Nicolas Geoffray · 4 years, 10 months ago
- b89649b Revert "Add unit tests for odrefresh - step 2" by Ulyana Trafimovich · 4 years, 10 months ago
- 054c800 More run-test build determinism tweaks by David Srbecky · 4 years, 10 months ago
- b91dad2 Add unit tests for odrefresh - step 2 by Jiakai Zhang · 4 years, 10 months ago
- 3bc0353 Fix missing MsToNs in profile saver. by Nicolas Geoffray · 4 years, 10 months ago
- 1e6be71 Disable errorprone builds for art runtests by Colin Cross · 4 years, 10 months ago
- 0529cfa Add GC deadlock discussion by Hans Boehm · 4 years, 10 months ago
- 555eefe Replace weak-ref access disable checkpoint with STW pause by Lokesh Gidra · 4 years, 10 months ago
- 5903377 [luci][realms] configure LUCI realms. by Andrii Shyshkalov · 4 years, 10 months ago
- da106a9 Fix odsign_e2e_tests to accurately get file modified time in ms. by Jiakai Zhang · 4 years, 10 months ago
- 32f8b06 Remove direct uses of C++ compiler from run-test build by David Srbecky · 4 years, 10 months ago
- 496e837 sigchain: print ucontext in fatal error log by sunny.kuo · 4 years, 10 months ago
- 8d3d64f Make run-test build scripts more deterministic by David Srbecky · 4 years, 10 months ago
- a0e10b1 Have counter pre-initialized in ParallelGC test by Sorin Basca · 4 years, 10 months ago
- bbd13da Read public.libraries-<company>.txt from product/etc/ by Justin Yun · 4 years, 10 months ago
- a21b584 Define product public libraries by Justin Yun · 4 years, 10 months ago
- fb3ad72 Revert "Make ClassLinker::DumpForSigQuit exclude gc" by Hans Boehm · 4 years, 10 months ago
- e84ad2c Fix OnDeviceSigningHostTest to correctly get mapped artifacts. by Jiakai Zhang · 4 years, 10 months ago
- 3ba3edf Add unit tests for odrefresh - step 1 by Jiakai Zhang · 4 years, 10 months ago
- 70aa29e Do not acquire runtime_shutdown_lock_ in Abort() by Hans Boehm · 4 years, 10 months ago
- 7de49d8 Update on-device AOT compilation to cover all cases. by Jiakai Zhang · 5 years ago
- 668daf8 Revert^2 "Adjust test for compiler update." by Yabin Cui · 4 years, 10 months ago
- 5503a8a odrefresh: Respect "dalvik.vm.systemservercompilerfilter". by Jiakai Zhang · 4 years, 10 months ago
- b09a983 odrefresh: Defaults to using "speed" for compiling system_server. by Jiakai Zhang · 4 years, 10 months ago
- 855cc35 Revert "Adjust test for compiler update." by Yabin Cui · 4 years, 10 months ago
- 1f0a154 Adjust test for compiler update. by Yabin Cui · 5 years ago
- f955425 Revert "Handle suspend requests in getReferent()" by Hans Boehm · 4 years, 10 months ago
- 0c3cc63 Handle suspend requests in getReferent() by Hans Boehm · 4 years, 10 months ago
- 825e829 Make ClassLinker::DumpForSigQuit exclude gc by Hans Boehm · 4 years, 10 months ago
- 2d2a27f Revert "Don't block while runnable in getReferent()" by Hans Boehm · 4 years, 10 months ago