aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/test
Commit message (Expand)AuthorAge
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* BEP: provide events a generic converter classGravatar aehlig2017-04-04
* Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.Gravatar hlopko2017-04-04
* Change the tag experimental_testrunner into a couple of flags.Gravatar kush2017-03-31
* Also report starting times of test actionsGravatar aehlig2017-03-31
* Symlink output directories to the correct directory nameGravatar kchodorow2017-03-31
* BEP: Use TestStatus enum to report the status of a TestResultGravatar Jakob Buchgraber2017-03-23
* Fix --nouse_action_cache for tests.Gravatar Googler2017-03-22
* BEP: Indicate caching status in TestResult Gravatar Klaus Aehlig2017-03-20
* Prevent users from using the WorkerTestStrategy unless they're running with t...Gravatar Kush Chakraborty2017-03-09
* BEP: provide timing information for tests Gravatar Klaus Aehlig2017-03-09
* StandaloneTestStrategy sets the full list of outputs on the test spawnGravatar Ulf Adams2017-03-07
* Rewrite TestStrategy.getArgsGravatar Ulf Adams2017-03-06
* Remove all the action resource estimation codeGravatar Ulf Adams2017-03-06
* Refactor implementation of native and Skylark declared providers.Gravatar Dmitry Lomov2017-03-03
* TestResult: make execRoot visible to subclassesGravatar Klaus Aehlig2017-02-21
* BEP: Also report the xml file in cached test Gravatar Klaus Aehlig2017-02-17
* Ensure test results are also reported for cached test Gravatar Klaus Aehlig2017-02-16
* BEP: Provide more useful data in TestResult events Gravatar Klaus Aehlig2017-02-10
* 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