summaryrefslogtreecommitdiff
path: root/tools/runner/lib/TestActivity.java
AgeCommit message (Collapse)Author
2010-04-26Removing vogar from Dalvik's git tree; the source is now on code.google.com.Jesse Wilson
http://code.google.com/p/vogar/
2010-04-16Teaching vogar to run prebuilt .jar files.Jesse Wilson
Also trying to simplify some internals. We always build to intermediate .jar files now. I've renamed TestFinder to RunnerSpec and fixed its users.
2010-04-06Adding support for command line args to vogar-initiated processes.Jesse Wilson
Also adding monitor timeouts for use by the continuous build. From the huge number of files in this relatively simple CL, it's becoming clear that we need to simplify vogar's internals!
2010-04-01New method-level granularity and output streaming for vogar.Jesse Wilson
2010-03-30Renaming dalvik.runner to Vogar!Jesse Wilson
Also moving commands and target classes to their own directories. This is all in preparation to move the code out to code.google.com
2010-02-18More DalvikRunner cleanup.Elliott Hughes
Remove the now-unnecessary jsr305 and guava build dependencies. Move TestActivity.java -- which is only needed at *run* time -- out into lib/, which lets us simplify the makefile. Pass the dalvik.annotation.* source files to javac(1) (at *run* time) so we don't need the run-time dependency on core-intermediates [that I'd already removed in a successful attempt to find out why we had the dependency]. We need to remove all uses of those useless annotations from the harmony tests so we can get back in sync with upstream, but now also so that we can clean up this part of DalvikRunner.