aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/test
Commit message (Expand)AuthorAge
...
* Also report about individual attempts in a test Gravatar Klaus Aehlig2017-02-03
* Also report individual test results via BEP Gravatar Klaus Aehlig2017-02-02
* Throw an exception when persistent workers are used to run tests with use_tes...Gravatar Kush Chakraborty2017-02-01
* Move the test environment setup to the TestRunnerAction.Gravatar Ulf Adams2017-01-24
* Enables passing local as an execution requirement through the ExecutionInfoPr...Gravatar Sergio Campama2017-01-23
* Move the coverage-related methods from TestStrategy to TestRunnerAction.Gravatar Ulf Adams2017-01-20
* Expose methods for the undeclared outputs and annotations directoriesGravatar Ulf Adams2017-01-10
* Move TestStrategy to lib.exec package.Gravatar Ulf Adams2016-12-15
* Migrates TestEnvironmentProvider to using the new Skylark declared providers ...Gravatar Sergio Campama2016-12-12
* Add a testing Skylark module that exposes an ExecutionInfoProvider constructor.Gravatar Sergio Campama2016-12-12
* Fix the documentation for the "size" attribute in tests.Gravatar Philipp Wollermann2016-12-09
* Initial code for Persistent Java Test Runner.Gravatar Kush Chakraborty2016-12-09
* Add coverage support for java test.Gravatar Yue Gan2016-12-07
* Coverage support.Gravatar Ulf Adams2016-11-24
* Update coverage documentation. Prepare for open sourcing CoverageCommand.Gravatar Ulf Adams2016-11-24
* Adding an option to set the digest function that everything uses. Minor refac...Gravatar Ola Rozenfeld2016-11-18
* Add ctx.coverage_instrumented function to SkylarkGravatar Googler2016-11-17
* Description redacted.Gravatar Yue Gan2016-11-02
* Move (Bazel)TestSuiteRule to rules.test and drop the Bazel prefix.Gravatar Ulf Adams2016-10-27
* Add the coverage report generator to TestParams when the configuration says w...Gravatar Lukacs Berki2016-10-12
* Replace BuildConfiguration.Fragment#collectExecutables() with a #getShellExec...Gravatar Lukacs Berki2016-09-22
* Description redacted.Gravatar Laurent Le Brun2016-09-21
* Number test directories from one separately from each basename so that we don...Gravatar Lukacs Berki2016-08-19
* Fix tmpdir with standalone test strategyGravatar Kristina Chodorow2016-08-18
* Add the repository name as a parameter to the output path functionsGravatar Kristina Chodorow2016-08-12
* Short-circuit runfiles tree creation if runfiles are disabled (for example, o...Gravatar Lukacs Berki2016-08-04
* StandaloneTestStrategy: Pass relative JAVA_RUNFILES and PYTHON_RUNFILES to testsGravatar Yue Gan2016-08-01
* Pass the coverage environment into tests using a nested set collected from th...Gravatar Lukacs Berki2016-07-27
* StandaloneTestStrategy: Use relative paths for environmental variables relate...Gravatar Philipp Wollermann2016-07-14
* Refactor how coverage support files get to test actions.Gravatar Lukacs Berki2016-06-29
* Rename FileOutErr.get{Output,Error}File to get{Output,Error}Path, because the...Gravatar Philipp Wollermann2016-06-29
* Refactor common code that determines whether a target is coveredGravatar Googler2016-06-22
* Disable runfiles on Windows.Gravatar Dmitry Lomov2016-06-21
* Add --[no]instrument_test_targets option to BlazeGravatar Googler2016-06-14
* Allow use of Exceptions to exit early out of configured-target creation, inst...Gravatar Chris Parsons2016-05-24
* Clean up and simplify InstrumentedFileManifestAction.Gravatar Ulf Adams2016-04-29
* Split ActionMetadata into ActionAnalysisMetadata and ActionExecutionMetadata.Gravatar Rumou Duan2016-04-26
* Add a --legacy_external_runfiles optionGravatar Kristina Chodorow2016-04-25
* Automated [] rollback of commit 857cda2c45a5cc68c3fa398311c48c571a64915d and ...Gravatar Damien Martin-Guillerez2016-04-22
* Refactor the Event class; always construct through static methods.Gravatar Ulf Adams2016-04-21
* Move the runfiles for external repositories to under the x.runfiles/ directoryGravatar Kristina Chodorow2016-04-20
* Review a number of action subclasses and update them according to the spec.Gravatar Ulf Adams2016-04-19
* Refactor the coverage report module to make it less stateful.Gravatar Ulf Adams2016-04-18
* Fixed bugs for "bazel test" command on WindowsGravatar Yun Peng2016-04-15
* More detailed error message for sandbox failures in test, when --sandbox_debu...Gravatar Yue Gan2016-04-13
* Run test in standalone mode with "local = 1". Fixes #1052.Gravatar Yue Gan2016-04-08
* Remove unused TRANSITIVE_COLLECTION_SPEC.Gravatar Googler2016-03-31
* Use the local shell environment for invoking build-runfiles.Gravatar Lukacs Berki2016-03-30
* Remove reference to web browsers in bazel documentation.Gravatar Googler2016-03-01
* Little refactorings on resource management stuff:Gravatar Philipp Wollermann2016-02-28