History log of /external/vogar/src/vogar/tasks/TaskQueue.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
99a9b24d3c0901b8205535eb80940b357b826822 15-Sep-2015 Neil Fuller <nfuller@google.com> Make Task failures return a non-zero exit code

In the event of a Task failure (e.g. if Dex failed) vogar would
still complete with a zero exit code. Now it exits with a 1 exit
code.

Bug: 23995849
Change-Id: I01d8fa07626af5b1fd6ab4d04c67c9ea439e7949
/external/vogar/src/vogar/tasks/TaskQueue.java
3b3cf36f62d25eb950f0bf95071a82b83e730a58 20-Dec-2011 jessewilson@google.com <jessewilson@google.com@aa685c63-decc-881d-cd2b-7fa72aad72e1> Fix --stream to run only one test at a time. Otherwise tests are run concurrently and output is interleaved. Use --no-stream to run multiple tests in parallel.

git-svn-id: http://vogar.googlecode.com/svn/trunk@275 aa685c63-decc-881d-cd2b-7fa72aad72e1
/external/vogar/src/vogar/tasks/TaskQueue.java
6a0f4cdb51f57b4b38f9ee1ed9f44f1afc9f6da6 02-Dec-2011 jessewilson@google.com <jessewilson@google.com@aa685c63-decc-881d-cd2b-7fa72aad72e1> Cleanup registration of task dependencies. Do all of that registration in the driver.

git-svn-id: http://vogar.googlecode.com/svn/trunk@264 aa685c63-decc-881d-cd2b-7fa72aad72e1
/external/vogar/src/vogar/tasks/TaskQueue.java
f83be5e4273263df2bb9ef609946b911695b3996 02-Dec-2011 jessewilson@google.com <jessewilson@google.com@aa685c63-decc-881d-cd2b-7fa72aad72e1> Use tasks everywhere.

I still need to smash together the 'Run' and 'Vogar' classes; this is an intermediate step on the way to removing miniguice DI from vogar.

git-svn-id: http://vogar.googlecode.com/svn/trunk@263 aa685c63-decc-881d-cd2b-7fa72aad72e1
/external/vogar/src/vogar/tasks/TaskQueue.java
2c37ef5a628067f4d7e5a5c69a7314647939a5e1 01-Dec-2011 jessewilson@google.com <jessewilson@google.com@aa685c63-decc-881d-cd2b-7fa72aad72e1> Another intermediate step in refactoring vogar.

This bets more heavily on tasks, but doesn't quite get to the goal where environments and modes are simply factories for tasks.

git-svn-id: http://vogar.googlecode.com/svn/trunk@262 aa685c63-decc-881d-cd2b-7fa72aad72e1
/external/vogar/src/vogar/tasks/TaskQueue.java
c10fce89841f100758df681ec283c794f5e48d37 30-Nov-2011 jessewilson@google.com <jessewilson@google.com@aa685c63-decc-881d-cd2b-7fa72aad72e1> Intermediate step in refactoring vogar to be composed of tasks. When this is done we should have better parallelism and it should be simpler to introduce newer, more sophisticated modes.

git-svn-id: http://vogar.googlecode.com/svn/trunk@261 aa685c63-decc-881d-cd2b-7fa72aad72e1
/external/vogar/src/vogar/tasks/TaskQueue.java