summaryrefslogtreecommitdiff
path: root/runtime/common_runtime_test.h
Commit message (Expand)AuthorAgeFilesLines
* dex2oat: Expect boot image profiles for boot image.Vladimir Marko2021-04-261-1/+9
* Update host tests to point to a dedicated boot image directory.Martin Stjernholm2020-10-201-1/+0
* Refactor arm assembly tests.David Srbecky2020-07-091-2/+0
* Remove core.art imageDavid Srbecky2020-05-301-1/+1
* Deduplicate interned image strings.Vladimir Marko2020-03-311-1/+17
* Remove MIPS support from runtime/.Vladimir Marko2020-02-141-12/+0
* Introduce BaseDexClassLoader.computeClassLoaderContextsNativeDan Zimmerman2020-02-081-1/+4
* Device gtests: Use boot.art instead of core.art.David Srbecky2020-02-071-0/+18
* Disable Dex2oatSwapUseTest.CheckSwapUsage for x86_64Evgeny Astigeevich2020-01-291-0/+6
* Disable test cases `AssemblerMIPS{32r6,64}Test.Toolchain` in ART gtest.Roland Levillain2020-01-081-0/+6
* Update Transaction for boot image extension.Vladimir Marko2019-07-291-0/+10
* Disable jit_memory_region_test tests on buggy kernels.Nicolas Geoffray2019-07-081-0/+6
* Use CommonArtTest for dexlayout, dexdiagDavid Sehr2019-04-081-0/+16
* ObjPtr<>-ify mirror::ObjectArray.Vladimir Marko2019-03-271-6/+0
* Hide conscrypt package classes for app AOT compilation.Vladimir Marko2019-03-251-2/+2
* Support InMemoryDexClassLoader in ClassLoaderContextDavid Brazdil2019-03-221-0/+1
* Make jni_internal_test a CommonRuntimeTest.Vladimir Marko2019-02-201-0/+3
* ART: Introduce runtime_globalsAndreas Gampe2019-01-091-1/+1
* ART: Move to using locks.h instead of mutex.hAndreas Gampe2018-12-061-1/+1
* Reduce core image to 6 modules.Vladimir Marko2018-12-041-0/+3
* Merge "Revert "Reduce core image to core-{oj,libart,simple}.""Vladimir Marko2018-12-031-3/+0
|\
| * Revert "Reduce core image to core-{oj,libart,simple}."Vladimir Marko2018-12-031-3/+0
* | Merge "Reduce core image to core-{oj,libart,simple}."Vladimir Marko2018-12-031-0/+3
|\|
| * Reduce core image to core-{oj,libart,simple}.Vladimir Marko2018-11-301-0/+3
* | Revert^2 "Support shared libraries in CreateContextFromClassLoader."Nicolas Geoffray2018-11-301-2/+5
|/
* Revert "Support shared libraries in CreateContextFromClassLoader."Nicolas Geoffray2018-11-301-5/+2
* Support shared libraries in CreateContextFromClassLoader.Nicolas Geoffray2018-11-291-2/+5
* Revert "Disable kAppImageMayContainStrings"Chris Wailes2018-10-241-6/+0
* ART: Refactor for bugprone-argument-commentAndreas Gampe2018-10-231-2/+2
* Disable kAppImageMayContainStringsMathieu Chartier2018-10-161-0/+6
* Remove superfluous 'virtual' specifiers in ART.Roland Levillain2018-08-281-2/+2
* Use 'final' and 'override' specifiers directly in ART.Roland Levillain2018-08-281-2/+2
* ART: Clean up test exec codeAndreas Gampe2018-07-131-0/+18
* Disable Dex2oatImageTest.TestModesAndFilters for gtest-heap-poisoning.Roland Levillain2018-07-031-0/+7
* Add CommonArtTestDavid Sehr2018-05-011-119/+2
* Clean up include pathsDavid Sehr2018-04-261-1/+1
* Remove macro definition TEST_DISABLED_FOR_COMPACT_DEX.Roland Levillain2018-03-121-6/+0
* Move most of runtime/base to libartbase/baseDavid Sehr2018-03-051-1/+1
* Fix unquickening logic for quickened input dexesMathieu Chartier2018-02-221-0/+28
* Make libdexfile tests independent of runtimeDavid Sehr2018-02-061-2/+0
* Reland: Enable patchoat to write image relocation filesAlex Klyubin2018-01-181-0/+6
* Create dex subdirectoryDavid Sehr2018-01-051-1/+1
* Fix cdex bugs to enable ART_DEFAULT_COMPACT_DEX_LEVEL=fast tests passingMathieu Chartier2017-12-151-0/+6
* ART: Remove base/logging from heap-inl.hAndreas Gampe2017-12-071-0/+5
* ART: Make InstructionSet an enum class and add kLast.Vladimir Marko2017-11-021-2/+2
* Disable dex2oat test TestWatchdogTrigger with Valgrind.Roland Levillain2017-08-141-0/+6
* ART: Move FillHeap to CommonRuntimeTestAndreas Gampe2017-07-211-0/+10
* Merge "Allow dex2oat to create a full class loader context"Treehugger Robot2017-07-181-2/+15
|\
| * Allow dex2oat to create a full class loader contextCalin Juravle2017-07-181-2/+15
* | Introduce a Marking Register in ARM code generation.Roland Levillain2017-07-131-0/+6
|/