aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/exec/StandaloneTestStrategy.java
Commit message (Expand)AuthorAge
* Rewrite the Executor/ActionExecutionContext splitGravatar ulfjack2017-06-19
* Rewrite StandaloneSpawnStrategy to use LocalSpawnRunnerGravatar ulfjack2017-06-19
* Track the test environment in Skyframe, like the action environmentGravatar ulfjack2017-06-09
* Switch to correct runfiles directory when running python test on WindowsGravatar Yun Peng2017-06-08
* Set the local CPU reservation for tests based on their "cpu:<n>" tag.Gravatar philwo2017-05-03
* Bazel: Fix wrong test count shown for failing tests.Gravatar philwo2017-04-24
* Make the test tmp directory name deterministicGravatar ulfjack2017-04-24
* Also report starting times of test actionsGravatar aehlig2017-03-31
* BEP: Use TestStatus enum to report the status of a TestResultGravatar Jakob Buchgraber2017-03-23
* Use a relative path for the runfiles treeGravatar Ulf Adams2017-03-21
* BEP: provide timing information for tests Gravatar Klaus Aehlig2017-03-09
* StandaloneTestStrategy sets the full list of outputs on the test spawnGravatar Ulf Adams2017-03-07
* Rationalize local resource acquisitionGravatar Ulf Adams2017-03-03
* BEP: Also report the xml file in cached test Gravatar Klaus Aehlig2017-02-17
* BEP: Provide more useful data in TestResult events Gravatar Klaus Aehlig2017-02-10
* Remove the first argument of TestStrategy.getArgs.Gravatar Ulf Adams2017-02-09
* Also report about individual attempts in a test Gravatar Klaus Aehlig2017-02-03
* Test strategy unification - extract env setup to a new classGravatar Ulf Adams2017-02-01
* Switch Bazel to use the common test env variables.Gravatar Ulf Adams2017-01-26
* Move the test environment setup to the TestRunnerAction.Gravatar Ulf Adams2017-01-24
* Move the coverage-related methods from TestStrategy to TestRunnerAction.Gravatar Ulf Adams2017-01-20
* Description redacted.Gravatar Adam Michael2017-01-18
* Tell Python binaries the location of their runfiles tree using the RUNFILES_D...Gravatar Lukacs Berki2017-01-13
* Also add the duration as the test process time.Gravatar Ulf Adams2017-01-13
* Rollback of commit 62a6f695f95b8dde15fe9b287a290dc7ac06e173.Gravatar Marcel Hlopko2017-01-10
* Refactor StandaloneTestStrategy; tiny step towards test strategy unification.Gravatar Ulf Adams2017-01-10
* Also add the duration as the test process time.Gravatar Ulf Adams2017-01-10
* Remove some dead code from StandaloneTestStrategy.Gravatar Ulf Adams2017-01-10
* Fix flaky test supportGravatar Damien Martin-Guillerez2016-12-29
* Continued TestStrategy refactoring.Gravatar Ulf Adams2016-12-16
* Make StandaloneTestStrategy more closely resemble the internal one.Gravatar Ulf Adams2016-12-16
* Move TestStrategy to lib.exec package.Gravatar Ulf Adams2016-12-15