aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/test/TestActionBuilder.java
Commit message (Expand)AuthorAge
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Move most test options from BuildConfiguration to TestConfiguration.Gravatar tomlu2017-08-07
* Use the correct JVM for LcovMerger instead of whatever "java" gets us.Gravatar lberki2017-06-09
* Track the test environment in Skyframe, like the action environmentGravatar ulfjack2017-06-09
* Remove --microcoverage supportGravatar cushon2017-04-24
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Change the tag experimental_testrunner into a couple of flags.Gravatar kush2017-03-31
* Prevent users from using the WorkerTestStrategy unless they're running with t...Gravatar Kush Chakraborty2017-03-09
* Throw an exception when persistent workers are used to run tests with use_tes...Gravatar Kush Chakraborty2017-02-01
* Add coverage support for java test.Gravatar Yue Gan2016-12-07
* Add the coverage report generator to TestParams when the configuration says w...Gravatar Lukacs Berki2016-10-12
* Description redacted.Gravatar Laurent Le Brun2016-09-21
* Add the repository name as a parameter to the output path functionsGravatar Kristina Chodorow2016-08-12
* Pass the coverage environment into tests using a nested set collected from th...Gravatar Lukacs Berki2016-07-27
* Refactor how coverage support files get to test actions.Gravatar Lukacs Berki2016-06-29
* Clean up and simplify InstrumentedFileManifestAction.Gravatar Ulf Adams2016-04-29
* Automated [] rollback of commit 857cda2c45a5cc68c3fa398311c48c571a64915d and ...Gravatar Damien Martin-Guillerez2016-04-22
* 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
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Find the test setup script based on its basename and not its precise exec path.Gravatar Lukacs Berki2015-09-28
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Remove a few AnalysisEnvironment.getDerivedArtifact() call sites.Gravatar Lukacs Berki2015-08-20
* Rollback of commit 6c7ef224d700c25f14581f2a290fbc01d5232011.Gravatar Han-Wen Nienhuys2015-07-30
* Support coverage in experimental_ios_test.Gravatar Peter Schmitt2015-07-29
* Remove calls to AnalysisEnvironment.getDerivedArtifact() from a few places.Gravatar Lukacs Berki2015-07-29
* Allow ios_test to override the GCOV environment variableGravatar Daniel Wagner-Hall2015-03-10
* Get runfiles prefix from the WORKSPACE fileGravatar Kristina Chodorow2015-03-05
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25