summaryrefslogtreecommitdiffstats
path: root/build/Android.oattest.mk
Commit message (Expand)AuthorAgeFilesLines
* Test changes to support tradefedBrian Carlstrom2012-01-311-31/+16
* Remove need for libarttest.so for gtests for tradefedBrian Carlstrom2012-01-271-1/+1
* Rename SystemMethods to ReflectionTest.Elliott Hughes2012-01-091-2/+2
* Add installd support to dex2oatBrian Carlstrom2012-01-051-3/+3
* Moving from libdvm to libart (1 of 5)Brian Carlstrom2011-12-141-0/+1
* Revert dex2oat file lockingBrian Carlstrom2011-12-121-1/+0
* Basic file locking.Elliott Hughes2011-11-041-0/+1
* Host precompilation of apks to speed boot.Ian Rogers2011-11-031-1/+1
* Added support for -XX:HeapGrowthLimit switchjeffhao2011-10-281-0/+1
* Created --runtime-arg switch for dex2oat to pass arguments to runtime.jeffhao2011-10-251-1/+1
* Make ResolveField not rely on Field::GetType resolutionBrian Carlstrom2011-10-251-2/+5
* Fixes for ThreadStress testBrian Carlstrom2011-10-211-3/+1
* Add ThreadStress test to try and exercise corner casesBrian Carlstrom2011-10-211-0/+3
* Clean up the makefile and add a missing 'static'.Elliott Hughes2011-10-171-6/+4
* Fix a heap lock/thread list lock deadlock.Elliott Hughes2011-10-171-1/+1
* Add ParallelGC to reproduce system_server hangBrian Carlstrom2011-10-171-1/+4
* Disable StrictMode when booting with artBrian Carlstrom2011-10-161-1/+1
* Add a unit test for ReferenceMap that involves try-catch-finally.Shih-wei Liao2011-10-151-0/+1
* Implement DexFile_getClassNameListBrian Carlstrom2011-10-131-2/+1
* Add support for oat files in /data/art-cacheBrian Carlstrom2011-10-131-5/+5
* Move art content to /dataBrian Carlstrom2011-10-121-6/+7
* Turn on StackWalk. It passes the test now.Shih-wei Liao2011-10-111-2/+2
* Setup AbstractMethodError and dlsym stub when loading from oatBrian Carlstrom2011-10-101-3/+3
* Working ClassLoaderBrian Carlstrom2011-10-101-2/+2
* Simplify command line argumentsBrian Carlstrom2011-10-041-2/+2
* Separate oat from imageBrian Carlstrom2011-10-031-2/+2
* Fix stack scanning bugs: Add PC OFFSET before retrieving Registermap.Shih-wei Liao2011-09-281-2/+1
* Disable test until RegisterMap is fixed for thread run.Shih-wei Liao2011-09-271-1/+2
* Add a test to trigger GC.Shih-wei Liao2011-09-271-0/+2
* Stack scanning: Find RegisterMap and unit-test it. Add decoding of the map.Shih-wei Liao2011-09-251-0/+3
* Add support for oat_process for use as a wrap.* launcherBrian Carlstrom2011-09-231-4/+4
* Adding oat_processBrian Carlstrom2011-09-211-7/+14
* Fix compiler class initialization to properly deal with super classesBrian Carlstrom2011-09-191-0/+1
* Fix manyargs testbuzbee2011-09-181-2/+1
* Uncaught exception handlers and automatic removal from thread groups.Elliott Hughes2011-09-181-0/+1
* Move main method tests from gtests to oat testsBrian Carlstrom2011-09-181-0/+73