aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/exec/StandaloneTestStrategyTest.java
Commit message (Expand)AuthorAge
* Ensure Runner name is always set.Gravatar Googler2018-03-27
* Simplify Executor.getSpawnActionContext() by removing mnemonic: spawn is enough.Gravatar Googler2018-03-26
* Simplified ActionContextConsumer by having it operate on a new class which ho...Gravatar Googler2018-03-26
* Begins cleanup to allow ActionFS to be injected into all action executions.Gravatar shahan2018-03-15
* Remove BinTools from BuildViewTestCaseGravatar ulfjack2018-02-15
* Move BinTools to lib.execGravatar ulfjack2018-02-15
* remote: don't hide non-test failures behind test failures. Fixes #4082Gravatar buchgr2017-11-30
* Return SpawnResults using a List instead of a Set.Gravatar ruperts2017-11-21
* Use Durations to store wall, user and system execution time in SpawnResults, ...Gravatar ruperts2017-11-06
* Fixing #3834, making sure test.log always exists.Gravatar olaola2017-10-18
* More SpawnResult-related plumbing changes to Actions, Strategies, ActionConte...Gravatar ruperts2017-10-07