aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/test
Commit message (Expand)AuthorAge
* Refactor TestAttempt event posting codeGravatar ulfjack2018-05-14
* Simplify config fragment creation.Gravatar gregce2018-05-02
* Make runfiles usage on Windows more flexible to support remote execution.Gravatar Googler2018-04-30
* SpawnAction.setShellCommand: expect shell pathGravatar laszlocsomor2018-04-23
* Add a new test environment variable, TEST_TARGET.Gravatar John Cater2018-04-06
* Move shell executable to its own configuration fragment.Gravatar lberki2018-04-06
* BEP: Cached test actions post execution info from TestResultGravatar ulfjack2018-03-30
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* Compute the list of test output files in TestRunnerActionGravatar ulfjack2018-03-27
* Automated rollback of commit 96145511b34a2d7be834e3eb05927674e875c813.Gravatar janakr2018-03-05
* Automated rollback of commit eee53d3a33dde441f7e7adaecde81ef2d3db7c1b.Gravatar dannark2018-03-04
* @AutoCodec ConfiguredTargetValue.Gravatar cpeyser2018-03-02
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Refactor the AbstractAction computeKey method to be easier to add invariantsGravatar jcater2018-02-28
* Deprecate and remove several uses of the 'values' map in NativeInfo subclasses.Gravatar cparsons2018-02-28
* Clean up test tag handlingGravatar ulfjack2018-02-21
* Deletes POLYMORPHIC strategy. ObjectCodec now uses runtime type information t...Gravatar shahan2018-02-20
* Update --flaky_test_attempts to also take a repeatable argument of the formGravatar jcater2018-02-20
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* Use AutoCodec to generate CODECs for several provider types that are exportedGravatar cpeyser2018-02-14
* Remove hard-wired basenames for the test setup and the coverage collection sc...Gravatar lberki2018-02-09
* Add codecs for TestConfiguration, ConfiguredFragmentValue, and TestConfigFrag...Gravatar janakr2018-01-24
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Rework implementation of --nobuild_runfile_manifests.Gravatar Benjamin Peterson2018-01-03
* ObjectCodecs for all non-test FragmentOption subclasses.Gravatar Googler2017-12-27
* 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