aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/test
Commit message (Expand)AuthorAge
* test-wrapper: add empty impl + Bazel flagGravatar Laszlo Csomor2018-08-14
* Make TestSummary event paths use the file system from ActionExecutionContext.Gravatar tomlu2018-08-02
* Keep the analysis cache between builds when only trimmed test options change.Gravatar mstaib2018-08-02
* Add a flag to split test.xml generation into a separate SpawnGravatar ulfjack2018-07-27
* Create Bazel coverage report action.Gravatar elenairina2018-07-06
* Deletes AutoCodec.PUBLIC_FIELDS strategy. Superseded by DynamicCodec.Gravatar shahan2018-06-29
* Enable automatic trimming of test configuration when entering non-test rules.Gravatar mstaib2018-06-14
* Unify path resolution codepaths.Gravatar felly2018-06-08
* Support basic test functionality in ActionFS.Gravatar felly2018-06-08
* Add LabelLateBoundDefault to :coverage_report_generator attributeGravatar dbabkin2018-06-07
* Add LabelLateBoundDefault to :coverage_support attributeGravatar dbabkin2018-06-07
* Automated rollback of commit 1b041c86147098451bffc94d2602aea26ee16e06.Gravatar juliexxia2018-06-05
* Automated rollback of commit 52c4d05d1bfd54ea901e9926be7b262dd45e34de.Gravatar dbabkin2018-06-05
* Add LabelLateBoundDefault to :coverage_report_generator attributeGravatar dbabkin2018-06-05
* Add LabelLateBoundDefault to :coverage_support attributeGravatar dbabkin2018-06-05
* Migrate test-related skylark API to skylarkbuildapiGravatar cparsons2018-05-31
* Remove the unused TestRunnerAction.useTestRunner attribute.Gravatar lberki2018-05-28
* Remove attribute read checks expecting a DATA transition.Gravatar gregce2018-05-25
* Call the AbstractAction constructor that takes an action environmentGravatar ulfjack2018-05-23
* Move coverageSupport and coverageReportGenerator from BuildConfiguration toGravatar dbabkin2018-05-18
* 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