aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/actions/ActionResultTest.java
Commit message (Expand)AuthorAge
* Ensure Runner name is always set.Gravatar Googler2018-03-27
* Add fields to record block I/O and involuntary context switch execution stati...Gravatar ruperts2017-12-08
* Add user and system execution time to provide total CPU execution time for ea...Gravatar ruperts2017-12-01
* Return SpawnResults using a List instead of a Set.Gravatar ruperts2017-11-21
* Use Truth8 to test Optionals in ActionResult/TerminationStatus tests.Gravatar ruperts2017-11-09
* Use Durations to store wall, user and system execution time in SpawnResults, ...Gravatar ruperts2017-11-06
* Post non-empty ActionResults for all completed Actions.Gravatar ruperts2017-10-23