aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/exec/TestStrategy.java
Commit message (Expand)AuthorAge
* Bazel server: ensure InputStreams are closedGravatar laszlocsomor2018-07-05
* Support basic test functionality in ActionFS.Gravatar felly2018-06-08
* Changing SymlinkTreeStrategy not to use spawns.Gravatar Googler2018-05-18
* SpawnAction.setShellCommand: expect shell pathGravatar laszlocsomor2018-04-23
* Move test_timeout to BuildConfiguration and TargetCompleteEvent.Gravatar Googler2018-04-17
* Move shell executable to its own configuration fragment.Gravatar lberki2018-04-06
* Change profiling to only accept strings for its "description" argument. Profi...Gravatar janakr2018-04-01
* Begins cleanup to allow ActionFS to be injected into all action executions.Gravatar shahan2018-03-15
* Update --flaky_test_attempts to also take a repeatable argument of the formGravatar jcater2018-02-20
* Move BinTools to lib.execGravatar ulfjack2018-02-15
* Remove a few unused fields.Gravatar lberki2018-02-09
* Remove hard-wired basenames for the test setup and the coverage collection sc...Gravatar lberki2018-02-09
* Give a reasonable environment for tests run by "blaze run --direct_run".Gravatar lberki2018-02-08
* Rework implementation of --nobuild_runfile_manifests.Gravatar Benjamin Peterson2018-01-03
* Clean up ExecutionRequirementsGravatar ulfjack2017-11-29
* Return SpawnResults using a List instead of a Set.Gravatar ruperts2017-11-21
* More SpawnResult-related plumbing changes to Actions, Strategies, ActionConte...Gravatar ruperts2017-10-07
* Fix more linter errorsGravatar ruperts2017-10-06
* In terse test_summary, skip no-status testsGravatar Klaus Aehlig2017-08-30
* Allow CommandLine expansion to throw an exception.Gravatar tomlu2017-08-24
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Use java.time.Duration for timeoutsGravatar ulfjack2017-08-09
* Slight refactor of helper methods in TestStrategy.Gravatar nharmata2017-07-31
* 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
* Automated g4 rollback of commit e2edf2e141a09c025a958d580c7cac7b57c70d83.Gravatar Googler2017-05-26
* Automated g4 rollback of commit c78c947e6a8cbb323304f872a3dcabb989a3d76b.Gravatar cpeyser2017-05-23
* Do not retain transitive data in AndroidLocalTestBase.Gravatar Googler2017-05-15
* Make the test tmp directory name deterministicGravatar ulfjack2017-04-24
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Partial rollback of commit dd142c93fd4939aaec30726f275644ca9446fea2.Gravatar Philipp Wollermann2017-03-22
* windows: Improve env var handling of shell integration tests.Gravatar Philipp Wollermann2017-03-20
* StandaloneTestStrategy sets the full list of outputs on the test spawnGravatar Ulf Adams2017-03-07
* Rewrite TestStrategy.getArgsGravatar Ulf Adams2017-03-06
* Remove some unnecessary codeGravatar Ulf Adams2017-03-01
* Rollback of commit 1cb5059396e46d9ff2c317b8a0a046af32b3a1d8.Gravatar Ulf Adams2017-02-20
* Rewrite TestStrategy.getArgsGravatar Ulf Adams2017-02-17
* Use the test's PATH to resolve the --run_under commandGravatar Ulf Adams2017-02-14
* Remove the first argument of TestStrategy.getArgs.Gravatar Ulf Adams2017-02-09
* Test strategy unification - extract env setup to a new classGravatar Ulf Adams2017-02-01
* Don't short-circuit runfiles creation in tests if the output MANIFEST file is...Gravatar Janak Ramakrishnan2017-01-31
* 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
* Rollback of commit 87532156cf3ed7b66c6db5cb1e57dff7424031ab.Gravatar Kristina Chodorow2016-12-22
* Gives detailed error message when fail to re-create directories during testin...Gravatar Yue Gan2016-12-20
* Move TestStrategy to lib.exec package.Gravatar Ulf Adams2016-12-15