summaryrefslogtreecommitdiffstats
path: root/test/etc
Commit message (Expand)AuthorAgeFilesLines
* Fix host-run-test-jar to be legal for /bin/shMark Mendell2013-12-201-1/+3
* Make ART's run-test support Dalvik so we can remove dalvik/testsBrian Carlstrom2013-10-282-12/+32
* Move to new art dalvikvmBrian Carlstrom2013-06-172-17/+23
* Rename art-cache to dalvik-cacheBrian Carlstrom2013-06-102-2/+2
* Allow passing of multitple --invoke-with.Ian Rogers2013-04-192-2/+10
* Disable gdb annotate support for Emacs in run-testBrian Carlstrom2013-03-061-1/+3
* Remove ExtractCodeAndPrelink and switch Portable to MCLinkerBrian Carlstrom2013-03-061-1/+1
* run-test --gdb on host should imply dev mode.Ian Rogers2013-02-201-0/+1
* Support for --gdb for target run-test.Ian Rogers2012-12-112-19/+11
* Add -interpreter to run-test to test interpreter only mode.jeffhao2012-11-202-2/+20
* Change Thread::peer_ to be a jobject instead of an Object*Mathieu Chartier2012-09-252-2/+2
* Fix test-art-host-run-test.Ian Rogers2012-08-281-1/+5
* fix missing dx in build server.Tsu Chiang Chuang2012-07-201-2/+2
* Remove target directory for run-test before pushingBrian Carlstrom2012-06-171-0/+2
* Don't bother running dx when we're testing on the RI.Elliott Hughes2012-06-152-6/+10
* Improve run-test to use new directory for each runBrian Carlstrom2012-06-142-21/+11
* Remove explicit dex2oat calls from run-testBrian Carlstrom2012-06-042-3/+1
* Support ANDROID_LOG_TAGS.Elliott Hughes2012-04-243-18/+20
* Don't assume that "host" means "linux-x86".Elliott Hughes2012-04-231-2/+1
* Fix the hardcoded path.TDYa1272012-04-111-1/+1
* Fix run-test on host.TDYa1272012-04-102-6/+10
* Update run-test support for hostBrian Carlstrom2012-04-031-28/+6
* Do not generate run-test out files in $ANDROID_PRODUCT_OUTBrian Carlstrom2012-03-102-14/+12
* Fix 071-dexfile by having run-test use a unique directoryBrian Carlstrom2012-03-062-15/+17
* user build support for art (2 of 3)Brian Carlstrom2012-02-161-2/+2
* 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-032-5/+6
* Fix a few bugs in push-and-run-test-jar.Elliott Hughes2012-02-012-9/+9
* Manually merge my AOSP update to the VM tests.Elliott Hughes2012-01-311-0/+2
* Add installd support to dex2oatBrian Carlstrom2012-01-051-2/+2
* Fix regression in vm tests 021 and 082Ian Rogers2011-12-121-2/+2
* Revert dex2oat file lockingBrian Carlstrom2011-12-122-4/+8
* 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-242-10/+0
* Basic JDWP option parsing...Elliott Hughes2011-10-212-3/+3
* Add --invoke-with and -d to the dalvik tests.Elliott Hughes2011-10-193-17/+18
* System calls dex2oat when opening a dex file with an output locationjeffhao2011-10-192-10/+0
* Implement -Xjnigreflimit.Elliott Hughes2011-10-182-23/+3
* Move art content to /dataBrian Carlstrom2011-10-122-22/+22
* Add -Xzygote to suppress starting the signal catcher thread.Elliott Hughes2011-10-112-43/+1
* Working ClassLoaderBrian Carlstrom2011-10-102-3/+1
* Use a test-specific name for each generated file.Elliott Hughes2011-10-042-29/+30
* Simplify command line argumentsBrian Carlstrom2011-10-042-11/+3
* Separate oat from imageBrian Carlstrom2011-10-032-7/+18
* Old tests run with new system.jeffhao2011-09-302-8/+31
* Adding old unit tests to test suite.jeffhao2011-09-295-0/+414