aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/test
Commit message (Expand)AuthorAge
* Make The Build Faster: Use AutoCloseable when dealing with resources.Gravatar Philipp Wollermann2016-02-10
* Support outputting UNUSED_RUNFILES_LOG to a file.Gravatar Googler2016-02-03
* Make The Build Faster: Drop the describeStrategy() and strategyLocality() met...Gravatar Philipp Wollermann2016-02-03
* Rename defaultShellEnvironment to localShellEnvironment and clarifyGravatar Han-Wen Nienhuys2016-01-21
* Fix #757: Bazel does not copy xml test output from sandbox.Gravatar Philipp Wollermann2016-01-18
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Add the log to the test result, both passed or failed cases.Gravatar Ulf Adams2015-12-02
* Clean up the CoverageReportActionFactory interface a bit.Gravatar Ulf Adams2015-10-27
* Add timing info for tests and correct caching vs. run ratioGravatar Kristina Chodorow2015-10-13
* Make test setup name public.Gravatar Han-Wen Nienhuys2015-09-30
* Move test setup script up in the hierarchy.Gravatar Han-Wen Nienhuys2015-09-30
* RELNOTES: remove webstatusserver (--use_webstatusserver). Gravatar Han-Wen Nienhuys2015-09-28
* 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
* Switch objc rules to standard coverage propagation using InstrumentedFilesCol...Gravatar Peter Schmitt2015-09-22
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Split the list of instrumentation attributes into two lists.Gravatar Ulf Adams2015-09-21
* Partially revert change to collect baseline coverage from individual libraries.Gravatar Ulf Adams2015-09-21
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Only collect source files from attributes that don't have instrumentation data.Gravatar Ulf Adams2015-09-15
* StandaloneTestStrategy: Remove unnecessary TODO, as dmarting recently impleme...Gravatar Philipp Wollermann2015-09-09
* StandaloneTestStrategy: Make sure to create a fresh TEST_TMPDIR when running ...Gravatar Philipp Wollermann2015-09-09
* Display TIMEOUT for test that times outGravatar Damien Martin-Guillerez2015-09-08
* Fix some warnings.Gravatar Ulf Adams2015-09-04
* For standalone tests, cd into the workspace directory before running the test...Gravatar Chris Parsons2015-08-31
* Remove the OFFLINE coverage file constant.Gravatar Ulf Adams2015-08-31
* Create baseline coverage actions for local sources only and aggregate.Gravatar Ulf Adams2015-08-31
* Refactor the InstrumentedFilesCollector.Gravatar Ulf Adams2015-08-31
* Merge the baseline coverage code path into the coverage codepath.Gravatar Ulf Adams2015-08-31
* Add a convenience method to InstrumentedFilesCollector.Gravatar Ulf Adams2015-08-31
* Execute spawns inside sandboxes to improve hermeticity (spawns can no longer ...Gravatar Philipp Wollermann2015-08-26
* 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