summaryrefslogtreecommitdiff
path: root/runtime/common_runtime_test.h
AgeCommit message (Expand)Author
2024-11-11Avoid `strlen()` for `ClassLinker::FindClass()`... Vladimir Marko
2024-10-08Skip gtest ImgDiagTest.ImageDiffPidSelf when running tests on VM. Ulya Trofimovich
2024-09-24Delete compact_dex_level.h. Martin Stjernholm
2024-05-17Move transaction records from `Runtime` to `AotClassLinker`. Vladimir Marko
2024-02-20riscv64: Enable some gtests. Vladimir Marko
2024-01-24Add visibility attributes in runtime/c* Dmitrii Ishcheikin
2023-06-22Introduce GTEST_SKIP() calls in TEST_DISABLED* macros Stefano Cianciulli
2023-05-22Use C++17's [[maybe_unused]] attribute in ART Stefano Cianciulli
2023-02-21Refactor DexFileLoader David Srbecky
2023-02-14ART: Fix mutator lock annotations for new clang++. Vladimir Marko
2022-11-29Change well known class loader methods to `ArtMethod*`. Vladimir Marko
2022-11-09Clean up decoding well-known classes. Vladimir Marko
2022-10-17Revert^2 "Don't wait with mutator lock"" Hans Boehm
2022-09-29ART: Enable test StubTest.StringCompareTo. Vladimir Marko
2022-08-10Convert kUseReadBarrier to static const from constexpr Lokesh Gidra
2021-11-15ART: Use core image to speed up some gtests. Vladimir Marko
2021-10-26Add support to place shared libraries after the dex path Brad Stenning
2021-07-14Modernize typedefs with `using`. Vladimir Marko
2021-04-26dex2oat: Expect boot image profiles for boot image. Vladimir Marko
2020-10-20Update host tests to point to a dedicated boot image directory. Martin Stjernholm
2020-07-09Refactor arm assembly tests. David Srbecky
2020-05-30Remove core.art image David Srbecky
2020-03-31Deduplicate interned image strings. Vladimir Marko
2020-02-14Remove MIPS support from runtime/. Vladimir Marko
2020-02-08Introduce BaseDexClassLoader.computeClassLoaderContextsNative Dan Zimmerman
2020-02-07Device gtests: Use boot.art instead of core.art. David Srbecky
2020-01-29Disable Dex2oatSwapUseTest.CheckSwapUsage for x86_64 Evgeny Astigeevich
2020-01-08Disable test cases `AssemblerMIPS{32r6,64}Test.Toolchain` in ART gtest. Roland Levillain
2019-07-29Update Transaction for boot image extension. Vladimir Marko
2019-07-08Disable jit_memory_region_test tests on buggy kernels. Nicolas Geoffray
2019-04-08Use CommonArtTest for dexlayout, dexdiag David Sehr
2019-03-27ObjPtr<>-ify mirror::ObjectArray. Vladimir Marko
2019-03-25Hide conscrypt package classes for app AOT compilation. Vladimir Marko
2019-03-22Support InMemoryDexClassLoader in ClassLoaderContext David Brazdil
2019-02-20Make jni_internal_test a CommonRuntimeTest. Vladimir Marko
2019-01-09ART: Introduce runtime_globals Andreas Gampe
2018-12-06ART: Move to using locks.h instead of mutex.h Andreas Gampe
2018-12-04Reduce core image to 6 modules. Vladimir Marko
2018-12-03Merge "Revert "Reduce core image to core-{oj,libart,simple}."" Vladimir Marko
2018-12-03Revert "Reduce core image to core-{oj,libart,simple}." Vladimir Marko
2018-12-03Merge "Reduce core image to core-{oj,libart,simple}." Vladimir Marko
2018-11-30Revert^2 "Support shared libraries in CreateContextFromClassLoader." Nicolas Geoffray
2018-11-30Reduce core image to core-{oj,libart,simple}. Vladimir Marko
2018-11-30Revert "Support shared libraries in CreateContextFromClassLoader." Nicolas Geoffray
2018-11-29Support shared libraries in CreateContextFromClassLoader. Nicolas Geoffray
2018-10-24Revert "Disable kAppImageMayContainStrings" Chris Wailes
2018-10-23ART: Refactor for bugprone-argument-comment Andreas Gampe
2018-10-16Disable kAppImageMayContainStrings Mathieu Chartier
2018-08-28Remove superfluous 'virtual' specifiers in ART. Roland Levillain
2018-08-28Use 'final' and 'override' specifiers directly in ART. Roland Levillain