aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/test/StandaloneTestStrategy.java
Commit message (Expand)AuthorAge
* Fix tmpdir with standalone test strategyGravatar Kristina Chodorow2016-08-18
* 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
* StandaloneTestStrategy: Use relative paths for environmental variables relate...Gravatar Philipp Wollermann2016-07-14
* Rename FileOutErr.get{Output,Error}File to get{Output,Error}Path, because the...Gravatar Philipp Wollermann2016-06-29
* Disable runfiles on Windows.Gravatar Dmitry Lomov2016-06-21
* Refactor the Event class; always construct through static methods.Gravatar Ulf Adams2016-04-21
* More detailed error message for sandbox failures in test, when --sandbox_debu...Gravatar Yue Gan2016-04-13
* Use the local shell environment for invoking build-runfiles.Gravatar Lukacs Berki2016-03-30
* 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
* 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
* Add the log to the test result, both passed or failed cases.Gravatar Ulf Adams2015-12-02
* Add timing info for tests and correct caching vs. run ratioGravatar Kristina Chodorow2015-10-13
* 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
* 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
* For standalone tests, cd into the workspace directory before running the test...Gravatar Chris Parsons2015-08-31
* Execute spawns inside sandboxes to improve hermeticity (spawns can no longer ...Gravatar Philipp Wollermann2015-08-26
* 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
* 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
* Set Bazel TEST_SRCDIR to runfiles root, not inside runfiles prefix.Gravatar Ross Light2015-03-18
* 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
* Add --local_test_jobs to limit local test concurrencyGravatar Mark Schaller2015-02-25
* 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
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25