aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/test
Commit message (Expand)AuthorAge
* Add --experimental_java_coverage.Gravatar elenairina2017-12-05
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Return SpawnResults using a List instead of a Set.Gravatar ruperts2017-11-21
* Allow 'runs_per_test' to be overridden.Gravatar Googler2017-11-13
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* Actions now have the option of returning an ActionResult, containing a (possi...Gravatar ruperts2017-10-18
* More SpawnResult-related plumbing changes to Actions, Strategies, ActionConte...Gravatar ruperts2017-10-07
* Fix various linter errorsGravatar ruperts2017-09-29
* Automated rollback of commit 411039319c1c67f2b9c8a7ada9e0a11d9bd4023f.Gravatar elenairina2017-09-28
* Rollforward change of Java coverage logic.Gravatar elenairina2017-09-26
* 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 RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Automated rollback of commit 8d6fc64b18c7e35b93f5c43dae1dbd2f8cae2147.Gravatar plf2017-09-04
* Rolling forward Java coverage.Gravatar elenairina2017-09-01
* Allow CommandLine expansion to throw an exception.Gravatar tomlu2017-08-24
* Split Info into SkylarkInfo and NativeInfo.Gravatar dslomov2017-08-22
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11