summaryrefslogtreecommitdiffstats
path: root/tools/runner/java
Commit message (Expand)AuthorAgeFilesLines
* Removing vogar from Dalvik's git tree; the source is now on code.google.com.Jesse Wilson2010-04-2646-5241/+0
* Suppress all failures in setSecurityManager() with vogar.Jesse Wilson2010-04-214-62/+68
* Fixing reset() on SAXParser and DocumentBuilder, and cleaning up nearby tests.Jesse Wilson2010-04-201-1/+4
* Tidying up the error reporting.Jesse Wilson2010-04-182-14/+25
* Small vogar changes in response to the review for change 49052.Jesse Wilson2010-04-188-16/+24
* Teaching vogar to run prebuilt .jar files.Jesse Wilson2010-04-1620-385/+333
* Show a summary of failures at the end of a vogar run.Elliott Hughes2010-04-082-0/+13
* Merge "Fixing a vogar issue where outcomes weren't making their way into XML....Jesse Wilson2010-04-071-0/+1
|\
| * Fixing a vogar issue where outcomes weren't making their way into XML.Jesse Wilson2010-04-071-0/+1
* | Adding support for command line args to vogar-initiated processes.Jesse Wilson2010-04-0611-71/+112
|/
* Merge "Fix vogar host mode." into dalvik-devJesse Wilson2010-04-0527-100/+84
|\
| * Fix vogar host mode.Jesse Wilson2010-04-0527-100/+84
* | New "from scratch" Junit tests for javax.net.sslBrian Carlstrom2010-04-031-0/+9
|/
* New method-level granularity and output streaming for vogar.Jesse Wilson2010-04-0124-251/+866
* Splitting TestRun into Action and Outcome.Jesse Wilson2010-03-3022-694/+710
* Renaming dalvik.runner to Vogar!Jesse Wilson2010-03-3041-88/+132
* Tweak our test & runner so XPath tests can be executed on Hudson.Jesse Wilson2010-03-291-1/+3
* Fix --debug-port to --debug in vogar usageBrian Carlstrom2010-03-231-1/+1
* misc DalvikRunner changesBrian Carlstrom2010-03-169-21/+61
* make DalvikRunner ignore .#Foo.java filesBrian Carlstrom2010-03-164-7/+4
* Don't silently ignore arguments just because we don't take any.Elliott Hughes2010-03-101-0/+3
* 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
* | 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-184-110/+24
|/
* Add a simple MD5-based cache to DalvikRunner.Elliott Hughes2010-02-182-0/+128
* Make DalvikRunner work on production devices too.Elliott Hughes2010-02-175-28/+41
* 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-1022-122/+185
* DalvikRunner can run a test as an android.app.Activity & PathClassLoader.toSt...Brian Carlstrom2010-02-0932-391/+1313
* Change DalvikRunner to use newly added OptionParser.Brian Carlstrom2010-01-297-144/+730
* 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-2214-77/+258
* 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
* More expectations for our test runsJesse Wilson2009-12-212-9/+38
* 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-201-1/+10
* Adding expectations for a bunch of jtreg tests.Jesse Wilson2009-12-184-59/+138
* Rename dalvik_jtreg to dalvik_runner.Jesse Wilson2009-12-1725-0/+2435