summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge change Id8a539c6Android (Google) Code Review2009-11-161-0/+5
|\
| * Suppressing an invalid test that's checking implementation details.Jesse Wilson2009-11-161-0/+5
* | Specifying the /tmp directory and other properties for test runs.Jesse Wilson2009-11-161-0/+7
|/
* Merge change I690f0051Android (Google) Code Review2009-11-161-1/+1
|\
| * Fixing a simple concurrency issue in the jtreg runner.Jesse Wilson2009-11-161-1/+1
* | Suppressing BufferedReader jtreg tests we're better off not passing.Jesse Wilson2009-11-132-0/+10
|/
* Sanitize text before emitting to XML.Jesse Wilson2009-11-061-1/+9
* Emitting JUnit+Ant style XML from the jtreg test runner.Jesse Wilson2009-11-045-36/+259
* Adding timeouts to jtreg runner.Jesse Wilson2009-11-037-108/+124
* Merge change I57dd1032Android (Google) Code Review2009-11-0214-139/+516
|\
| * Supporting expected results for the jtreg test runner.Jesse Wilson2009-11-0114-139/+516
* | Merge change I88e8376eAndroid (Google) Code Review2009-11-011-0/+2
|\ \ | |/ |/|
| * Update logging to r820767Jesse Wilson2009-10-271-0/+2
* | Change the jtreg tool to perform both building and running steps.Jesse Wilson2009-10-2812-177/+364
* | Script for compiling and dexing jtreg tests for Dalvik.Jesse Wilson2009-10-2811-0/+736
|/
* Tools to push code back upstream.Jesse Wilson2009-10-086-66/+205
* First cut at a tool to perform automated syncs from Harmony to Dalvik.Jesse Wilson2009-09-159-0/+580