summaryrefslogtreecommitdiffstats
path: root/test/etc/push-and-run-test-jar
Commit message (Expand)AuthorAgeFilesLines
* Add run-test support for running without a working patchoat/dex2oatAlex Light2014-08-261-1/+19
* Make 32bit run-tests work correctly on 64bit default devices.Alex Light2014-07-301-2/+4
* Runtime can now be set to require relocationAlex Light2014-07-221-1/+15
* Add DALVIKVM_FLAGS to test invocation.Mathieu Chartier2014-05-201-0/+5
* Automatically create non-/data dalvik-cache directoriesBrian Carlstrom2014-05-061-1/+1
* ART: Fix target run-tests to build architecture directoriesAndreas Gampe2014-05-011-2/+2
* Build changes to build multilib testsAndreas Gampe2014-04-011-2/+6
* Add support for invoke-static in optimizing compiler.Nicolas Geoffray2014-03-311-1/+7
* Ensure functions start with clean CFA state.Ian Rogers2014-03-111-1/+1
* Fixes to allow test-art-host to run via build serverBrian Carlstrom2014-02-191-1/+1
* Make ART's run-test support Dalvik so we can remove dalvik/testsBrian Carlstrom2013-10-281-5/+14
* Move to new art dalvikvmBrian Carlstrom2013-06-171-8/+11
* Rename art-cache to dalvik-cacheBrian Carlstrom2013-06-101-1/+1
* Allow passing of multitple --invoke-with.Ian Rogers2013-04-191-1/+5
* Support for --gdb for target run-test.Ian Rogers2012-12-111-12/+11
* Add -interpreter to run-test to test interpreter only mode.jeffhao2012-11-201-1/+10
* Change Thread::peer_ to be a jobject instead of an Object*Mathieu Chartier2012-09-251-1/+1
* Remove target directory for run-test before pushingBrian Carlstrom2012-06-171-0/+2
* Improve run-test to use new directory for each runBrian Carlstrom2012-06-141-15/+8
* Support ANDROID_LOG_TAGS.Elliott Hughes2012-04-241-9/+12
* Fix the hardcoded path.TDYa1272012-04-111-1/+1
* Do not generate run-test out files in $ANDROID_PRODUCT_OUTBrian Carlstrom2012-03-101-8/+8
* Fix 071-dexfile by having run-test use a unique directoryBrian Carlstrom2012-03-061-11/+11
* We replace -d with -O recently, but not uniformly.Elliott Hughes2012-02-141-17/+11
* Testing should use debug dex2oat and oatexec by defaultIan Rogers2012-02-031-3/+4
* Fix a few bugs in push-and-run-test-jar.Elliott Hughes2012-02-011-7/+7
* Manually merge my AOSP update to the VM tests.Elliott Hughes2012-01-311-0/+2
* Revert dex2oat file lockingBrian Carlstrom2011-12-121-0/+4
* Implement enough JDWP functionality that we can attach jdb.Elliott Hughes2011-11-161-2/+2
* Wire up enough of the pieces that we can connect ddms or jdb.Elliott Hughes2011-10-241-0/+8
* dex2oat invoked by system if it can't find an oat file for a dex file.jeffhao2011-10-241-4/+0
* Basic JDWP option parsing...Elliott Hughes2011-10-211-2/+2
* Add --invoke-with and -d to the dalvik tests.Elliott Hughes2011-10-191-2/+11
* System calls dex2oat when opening a dex file with an output locationjeffhao2011-10-191-4/+0
* Implement -Xjnigreflimit.Elliott Hughes2011-10-181-12/+2
* Move art content to /dataBrian Carlstrom2011-10-121-14/+14
* Add -Xzygote to suppress starting the signal catcher thread.Elliott Hughes2011-10-111-21/+0
* Working ClassLoaderBrian Carlstrom2011-10-101-1/+1
* Use a test-specific name for each generated file.Elliott Hughes2011-10-041-21/+22
* Simplify command line argumentsBrian Carlstrom2011-10-041-5/+1
* Separate oat from imageBrian Carlstrom2011-10-031-3/+10
* Old tests run with new system.jeffhao2011-09-301-6/+15
* Adding old unit tests to test suite.jeffhao2011-09-291-0/+135