aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/test
Commit message (Expand)AuthorAge
* Remove a few AnalysisEnvironment.getDerivedArtifact() call sites.Gravatar Lukacs Berki2015-08-20
* Set the workspace suffix for runfilesGravatar Kristina Chodorow2015-08-13
* 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
* RELNOTES[INC]: Stop supporting the 'suites' attribute of test_suite. UseGravatar Han-Wen Nienhuys2015-07-27
* Support (test) timeouts in Bazel.Gravatar Han-Wen Nienhuys2015-07-07
* Add XML_OUTPUT_FILE to the test environment in Bazel.Gravatar Han-Wen Nienhuys2015-06-24
* Support --run_under in Bazel.Gravatar Han-Wen Nienhuys2015-06-10
* Implement "More flexible strategy flag for Bazel".Gravatar Philipp Wollermann2015-06-08
* TestRunnerAction attaches runfilesGravatar Michajlo Matijkiw2015-05-26
* Attach runfiles to TestTargetExecutionSettingsGravatar Michajlo Matijkiw2015-05-15
* Make local TestStrategy bits rely less on runfiles manifestsGravatar Michajlo Matijkiw2015-05-15
* Add TEST_TMPDIR for BazelGravatar Kristina Chodorow2015-04-22
* Remove the full client environment from BuildConfiguration in favor of comput...Gravatar Lukacs Berki2015-04-17
* remove ActionMetadata#getInputCountGravatar Michajlo Matijkiw2015-03-23
* Set Bazel TEST_SRCDIR to runfiles root, not inside runfiles prefix.Gravatar Ross Light2015-03-18
* add baseline functionality for not saving unused artifactsGravatar Michajlo Matijkiw2015-03-13
* AttributeMap#has(String, Type) is added to check whether an attribute with a ...Gravatar Googler2015-03-13
* BazelTestSuiteRule is documented. The "suites" attribute is removed from Baze...Gravatar Googler2015-03-13
* Allow ios_test to override the GCOV environment variableGravatar Daniel Wagner-Hall2015-03-10
* List of file extensions supported in BaselineCoverageAction is moved to Const...Gravatar Googler2015-03-05
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Get runfiles prefix from the WORKSPACE fileGravatar Kristina Chodorow2015-03-05
* Documentation of the coverage report generation is updated.Gravatar Googler2015-02-26
* Add --local_test_jobs to limit local test concurrencyGravatar Mark Schaller2015-02-25
* Convert ResourceSet ctor calls to factory methodGravatar Mark Schaller2015-02-20
* Remove BaselineCoverageArtifactsProvider in favor of an output group.Gravatar Lukacs Berki2015-02-19
* Coverage implementation for Objective C.Gravatar Googler2015-02-18
* Add OutErr#close, and call that in test strategies.Gravatar Han-Wen Nienhuys2015-02-18
* Acquire resources for tests in StandaloneTestStrategy.Gravatar Han-Wen Nienhuys2015-02-12
* fix accumulating logic around cached testsGravatar Michajlo Matijkiw2015-02-11
* As a follow up to []. This changelist creates an intermediary FileWriteAction...Gravatar Googler2015-02-11
* Blaze doesn't crash if a coverage combined report was requested and no test t...Gravatar Googler2015-02-10
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25