aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/exec/TestStrategy.java
Commit message (Expand)AuthorAge
* In terse test_summary, skip no-status testsGravatar Klaus Aehlig2017-08-30
* Allow CommandLine expansion to throw an exception.Gravatar tomlu2017-08-24
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Use java.time.Duration for timeoutsGravatar ulfjack2017-08-09
* Slight refactor of helper methods in TestStrategy.Gravatar nharmata2017-07-31
* Rewrite the Executor/ActionExecutionContext splitGravatar ulfjack2017-06-19
* Rewrite StandaloneSpawnStrategy to use LocalSpawnRunnerGravatar ulfjack2017-06-19
* Track the test environment in Skyframe, like the action environmentGravatar ulfjack2017-06-09
* Automated g4 rollback of commit e2edf2e141a09c025a958d580c7cac7b57c70d83.Gravatar Googler2017-05-26
* Automated g4 rollback of commit c78c947e6a8cbb323304f872a3dcabb989a3d76b.Gravatar cpeyser2017-05-23
* Do not retain transitive data in AndroidLocalTestBase.Gravatar Googler2017-05-15
* Make the test tmp directory name deterministicGravatar ulfjack2017-04-24
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Partial rollback of commit dd142c93fd4939aaec30726f275644ca9446fea2.Gravatar Philipp Wollermann2017-03-22
* windows: Improve env var handling of shell integration tests.Gravatar Philipp Wollermann2017-03-20
* StandaloneTestStrategy sets the full list of outputs on the test spawnGravatar Ulf Adams2017-03-07
* Rewrite TestStrategy.getArgsGravatar Ulf Adams2017-03-06
* Remove some unnecessary codeGravatar Ulf Adams2017-03-01
* Rollback of commit 1cb5059396e46d9ff2c317b8a0a046af32b3a1d8.Gravatar Ulf Adams2017-02-20
* Rewrite TestStrategy.getArgsGravatar Ulf Adams2017-02-17
* Use the test's PATH to resolve the --run_under commandGravatar Ulf Adams2017-02-14
* Remove the first argument of TestStrategy.getArgs.Gravatar Ulf Adams2017-02-09
* Test strategy unification - extract env setup to a new classGravatar Ulf Adams2017-02-01
* Don't short-circuit runfiles creation in tests if the output MANIFEST file is...Gravatar Janak Ramakrishnan2017-01-31
* Move the test environment setup to the TestRunnerAction.Gravatar Ulf Adams2017-01-24
* Move the coverage-related methods from TestStrategy to TestRunnerAction.Gravatar Ulf Adams2017-01-20
* Rollback of commit 87532156cf3ed7b66c6db5cb1e57dff7424031ab.Gravatar Kristina Chodorow2016-12-22
* Gives detailed error message when fail to re-create directories during testin...Gravatar Yue Gan2016-12-20
* Move TestStrategy to lib.exec package.Gravatar Ulf Adams2016-12-15