aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/exec
Commit message (Expand)AuthorAge
* 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
* Rewrite TestStrategy.getArgsGravatar Ulf Adams2017-03-06
* Remove all the action resource estimation codeGravatar Ulf Adams2017-03-06
* Rationalize local resource acquisitionGravatar Ulf Adams2017-03-03
* Remove some unnecessary codeGravatar Ulf Adams2017-03-01
* Rollback of commit 1cb5059396e46d9ff2c317b8a0a046af32b3a1d8.Gravatar Ulf Adams2017-02-20
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* BEP: Also report the xml file in cached test Gravatar Klaus Aehlig2017-02-17
* Rewrite TestStrategy.getArgsGravatar Ulf Adams2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Use the test's PATH to resolve the --run_under commandGravatar Ulf Adams2017-02-14
* Windows-aware path-absoluteness checks.Gravatar Laszlo Csomor2017-02-13
* 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
* Add a flag to print the effective (Spawn)ActionContexts for debugging.Gravatar Philipp Wollermann2017-02-01
* Simplify the Spawn interface, update Executor interfaceGravatar Ulf Adams2017-02-01
* Don't short-circuit runfiles creation in tests if the output MANIFEST file is...Gravatar Janak Ramakrishnan2017-01-31
* 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
* Change the ActionInputPrefetcher API to bulk.Gravatar Ulf Adams2017-01-18
* Description redacted.Gravatar Adam Michael2017-01-18
* Merge the action input prefetcher into the ExecutorBuilder.Gravatar Ulf Adams2017-01-13
* 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
* Rollback of commit 87532156cf3ed7b66c6db5cb1e57dff7424031ab.Gravatar Kristina Chodorow2016-12-22
* Move some classes to lib.exec in preparation for layering enforcementGravatar Ulf Adams2016-12-21
* Gives detailed error message when fail to re-create directories during testin...Gravatar Yue Gan2016-12-20
* 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
* Move some actions to language-specific packages, where they belong.Gravatar Lukacs Berki2016-11-23
* Adding an option to set the digest function that everything uses. Minor refac...Gravatar Ola Rozenfeld2016-11-18
* Merge all action input prefetchers into a single one.Gravatar Ulf Adams2016-11-16
* Allow OutputService#finalizeBuild to throw InterruptedException.Gravatar Rumou Duan2016-10-07
* Rollback of commit 82d43279f93d95e4c41b4bc598a3cc05ddd1ae1a.Gravatar Laszlo Csomor2016-09-21
* Change execution root for external repositories to be ../repoGravatar Kristina Chodorow2016-09-20
* Add a framework for prefetching input files (in case they come from remote fi...Gravatar Philipp Wollermann2016-08-25
* Short-circuit runfiles tree creation if runfiles are disabled (for example, o...Gravatar Lukacs Berki2016-08-04
* Use byte[] rather than ByteString for file digests.Gravatar Googler2016-07-20
* Move more things from TestConstants to AnalysisMock and LoadingMock.Gravatar Ulf Adams2016-07-14
* Disable runfiles on Windows.Gravatar Dmitry Lomov2016-06-21