summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Removing vogar from Dalvik's git tree; the source is now on code.google.com.Jesse Wilson2010-04-2670-7407/+0
* Fixing some logging tests, see http://b/issue?id=2487338Jesse Wilson2010-04-221-0/+12
* java.text.RuleBasedCollator fixes.Elliott Hughes2010-04-221-0/+17
* Suppress all failures in setSecurityManager() with vogar.Jesse Wilson2010-04-215-62/+77
* Fixing TimeZone.setDefault() documentation.Jesse Wilson2010-04-201-0/+11
* Fixing reset() on SAXParser and DocumentBuilder, and cleaning up nearby tests.Jesse Wilson2010-04-203-5/+113
* 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-1622-388/+335
* 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
* | Merge "Bring the latest Caliper (r102) into vogar." into dalvik-devJesse Wilson2010-04-071-0/+0
|\ \
| * | Bring the latest Caliper (r102) into vogar.Jesse Wilson2010-04-071-0/+0
| |/
* | Adding support for command line args to vogar-initiated processes.Jesse Wilson2010-04-0612-72/+113
|/
* 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-0125-307/+878
* Splitting TestRun into Action and Outcome.Jesse Wilson2010-03-3022-694/+710
* Merge "Fixing vogar script to use the latest name" into dalvik-devJesse Wilson2010-03-301-1/+2
|\
| * Fixing vogar script to use the latest nameJesse Wilson2010-03-301-1/+2
* | Renaming dalvik.runner to Vogar!Jesse Wilson2010-03-3043-93/+137
|/
* 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
* 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