summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* misc DalvikRunner changesBrian Carlstrom2010-03-169-21/+61
* Merge "make DalvikRunner ignore .#Foo.java files" into dalvik-devBrian Carlstrom2010-03-164-7/+4
|\
| * make DalvikRunner ignore .#Foo.java filesBrian Carlstrom2010-03-164-7/+4
* | Java 6 java.io.File changes.Elliott Hughes2010-03-121-52/+0
|/
* Don't silently ignore arguments just because we don't take any.Elliott Hughes2010-03-101-0/+3
* Merge "Add (but @hide) String.isEmpty and Locale.ROOT." into dalvik-devElliott Hughes2010-03-021-4/+0
|\
| * Add (but @hide) String.isEmpty and Locale.ROOT.Elliott Hughes2010-03-021-4/+0
* | vogar should chdir to android_rootBrian Carlstrom2010-03-021-0/+1
|/
* am 60a65773: Minor fix for Adb.waitForNonEmptyDirectory so that waiting for /...Brian Carlstrom2010-02-281-1/+5
|\
| * Minor fix for Adb.waitForNonEmptyDirectory so that waiting for /sdcard after ...Brian Carlstrom2010-02-231-1/+5
* | am d1ad6ae8: DalvikRunner --tee option to send output to a file or stdout at ...Brian Carlstrom2010-02-288-65/+132
|\ \ | |/
| * DalvikRunner --tee option to send output to a file or stdout at runtimeBrian Carlstrom2010-02-238-65/+132
* | If we're in an Android build tree, we should use core.jar as our "SDK".Elliott Hughes2010-02-241-2/+5
* | Fix DalvikRunner on the dalvik-dev branch.Elliott Hughes2010-02-231-1/+1
|/
* Merge "Removing bogus check to permit on-host debugging."Jesse Wilson2010-02-191-4/+0
|\
| * Removing bogus check to permit on-host debugging.Jesse Wilson2010-02-191-4/+0
* | More DalvikRunner cleanup.Elliott Hughes2010-02-185-65/+27
|/
* Add a simple MD5-based cache to DalvikRunner.Elliott Hughes2010-02-183-9/+147
* Make DalvikRunner work on production devices too.Elliott Hughes2010-02-1712-28/+494
* Reverting our test runner's background building behaviour.Jesse Wilson2010-02-161-20/+9
* Make DalvikRunner more resilient to running immediately after device rebootBrian Carlstrom2010-02-114-20/+79
* Fix NamingPatternCodeFinder to detect final classesBrian Carlstrom2010-02-101-1/+1
* Remove TestRunner.success field / Make postCompileTest return voidBrian Carlstrom2010-02-1024-126/+198
* DalvikRunner can run a test as an android.app.Activity & PathClassLoader.toSt...Brian Carlstrom2010-02-0934-391/+1369
* Change DalvikRunner to use newly added OptionParser.Brian Carlstrom2010-01-298-144/+732
* Adding support for arbitrary VM args in dalvik runner.Jesse Wilson2010-01-225-13/+32
* Teaching DalvikRunner to run arbitrary classes with main() methods.Jesse Wilson2010-01-2215-78/+262
* Merge "Scrubbing some jtreg bugs."Jesse Wilson2010-01-191-0/+45
|\
| * Scrubbing some jtreg bugs.Jesse Wilson2010-01-191-0/+45
* | Show DalvikRunner test output even on success when given --verbose.Elliott Hughes2010-01-121-0/+2
* | Allow DalvikRunner to run tests in core library packages.Elliott Hughes2010-01-071-0/+5
|/
* Fixing BigDecimal.stripLeadingZeroes on "0e100", as discovered by jtreg.Jesse Wilson2009-12-211-0/+22
* More expectations for our test runsJesse Wilson2009-12-213-10/+112
* Fixing the XML emitter to honor the expectations file.Jesse Wilson2009-12-204-71/+71
* Fixing a busted regex in the expectations file. Also doing regex checking upf...Jesse Wilson2009-12-202-2/+11
* Adding expectations for a bunch of jtreg tests.Jesse Wilson2009-12-1810-78/+741
* Rename dalvik_jtreg to dalvik_runner.Jesse Wilson2009-12-1735-109/+108
* Fixing clean to use rm -rf so it won't fail if the directory wasn't ever crea...Jesse Wilson2009-12-174-16/+47
* Cleaning up after each test to avoid exhausting disk space.Jesse Wilson2009-12-173-31/+64
* Adding some debugging to help figure out why our tests aren't completing.Jesse Wilson2009-12-161-1/+15
* Making helper threads daemons in the jtreg runner.Jesse Wilson2009-12-165-13/+56
* Merge change Iadae8af9Android (Google) Code Review2009-12-152-2/+6
|\
| * Updating Caliper runner to correspond with caliper r20091215Jesse Wilson2009-12-152-2/+6
* | Fix our test runner to look inside source files for package declarations.Elliott Hughes2009-12-152-2/+40
* | Fix dalvik_jtreg build.Elliott Hughes2009-12-151-1/+9
|/
* Support running caliper with the jtreg runner. This is an early first look;Jesse Wilson2009-12-1011-39/+180
* More jtreg+JUnit love. Getting JUnit to work off-device.Jesse Wilson2009-12-024-9/+20
* JUnit support for jtreg runner. This makes it so that a single commandJesse Wilson2009-12-0220-391/+722
* Changing JtregRunner to support running tests off device.Jesse Wilson2009-11-2510-399/+685
* Don't ignore errors on expected result, compile, or install in jtreg runner.Jesse Wilson2009-11-181-7/+16