aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/test/TestResult.java
Commit message (Expand)AuthorAge
* Make TestSummary event paths use the file system from ActionExecutionContext.Gravatar tomlu2018-08-02
* Unify path resolution codepaths.Gravatar felly2018-06-08
* Support basic test functionality in ActionFS.Gravatar felly2018-06-08
* Refactor TestAttempt event posting codeGravatar ulfjack2018-05-14
* BEP: Cached test actions post execution info from TestResultGravatar ulfjack2018-03-30
* Compute the list of test output files in TestRunnerActionGravatar ulfjack2018-03-27
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* BEP: Add coverage data to test_resultGravatar Klaus Aehlig2017-09-26
* Include all test output files (e.g. undeclared outputs) for non-cached test e...Gravatar Googler2017-09-22
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11