aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/TestResultAnalyzer.java
Commit message (Collapse)AuthorAge
* Test execution time warning contains target name. The rest of the message is ↵Gravatar Googler2015-03-18
| | | | | | | shortened. -- MOS_MIGRATED_REVID=88922152
* fix accumulating logic around cached testsGravatar Michajlo Matijkiw2015-02-11
| | | | | | | | | | | | | there was an error in the accounting of how many tests were actually executed vs those that were cached. this was a result of not considering remotely cached tests when accumulating test results. fix the bug and add some unit tests to prove out functionality, as well as some javadoc clarifying functionality. R=janakr -- MOS_MIGRATED_REVID=86112421
* fix bug where cov info wasn't being printed for some buildsGravatar Michajlo Matijkiw2015-02-09
| | | | | | | | | | | | | | coverage information was being added only if the build wasn't cached locally, and only if it wasn't attached before. the former was undesirable as the coverage data is still there and interesting. the latter prevented information being displayed for sharded tests note testing for exact coverage file names seems a bit flimsy, but if the code changes breaking our assumptions it should be simple enough to catch. -- MOS_MIGRATED_REVID=85896250
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25
-- MOE_MIGRATED_REVID=85702957