aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/test
Commit message (Expand)AuthorAge
* 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
* Simplifies AbstractWriteFileAction to pass the ActionExecutionContext directl...Gravatar Alex Humesky2016-02-26
* Windows: execute build-runfiles through shell.Gravatar Dmitry Lomov2016-02-12
* 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