aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/standalone
Commit message (Expand)AuthorAge
* Automated rollback of commit 9374ecf94ce44e8bc56e68678cb512abf4cf9ce2.Gravatar felly2018-08-10
* Automated rollback of commit 39974a43abdd32e3a1acbc7da945b08da9983e4e.Gravatar felly2018-08-10
* Allow skyframe-aware actions to pass partial results through ActionExecutionC...Gravatar felly2018-08-09
* Remove special handling of SpawnActionContext in Executor/ActionExecContextGravatar ulfjack2018-05-22
* Use the local JDK as the default target javabaseGravatar cushon2018-05-14
* Adds an action-scoped filesystem.Gravatar shahan2018-05-09
* Use the in-memory metadata in blaze as the source of truth for Fileset mappingsGravatar kush2018-05-02
* Simplify Executor.getSpawnActionContext() by removing mnemonic: spawn is enough.Gravatar Googler2018-03-26
* Simplified ActionContextConsumer by having it operate on a new class which ho...Gravatar Googler2018-03-26
* Expose --output_user_base to the Bazel server processGravatar Klaus Aehlig2018-02-27
* Inject the product name in the constructor where neededGravatar ulfjack2018-02-20
* Simplify BinTools setup for integration testsGravatar ulfjack2018-02-09
* Plumb exec root through to all spawn runners.Gravatar tomlu2018-01-11
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Clean up ExecutionRequirementsGravatar ulfjack2017-11-29
* Return SpawnResults using a List instead of a Set.Gravatar ruperts2017-11-21
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* More SpawnResult-related plumbing changes to Actions, Strategies, ActionConte...Gravatar ruperts2017-10-07
* Disable testCommandHonorsEnvironment on MacOS for nowGravatar ulfjack2017-09-29
* Remove deepExecRoot from BlazeDirectories. It is now the default. Also inline...Gravatar janakr2017-09-14
* More BUILD file refactorings.Gravatar philwo2017-09-06
* AbstractSpawnStrategy: use ActionExecutionContext.getVerboseFailuresGravatar ulfjack2017-08-11
* Extract a common AbstractSpawnStrategy parent classGravatar ulfjack2017-07-24
* Add ActionInputPrefetcher to ActionExecutionContextGravatar ulfjack2017-07-24
* Move ActionInputPrefetcher to the actions packageGravatar ulfjack2017-07-21
* Extract ActionContext to a top-level classGravatar ulfjack2017-06-19
* Rewrite StandaloneSpawnStrategy to use LocalSpawnRunnerGravatar ulfjack2017-06-19
* Extract the MacOS/XCode env rewrite logic into lib.exec.appleGravatar ulfjack2017-06-13
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23
* Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.Gravatar hlopko2017-04-04
* Symlink output directories to the correct directory nameGravatar kchodorow2017-03-31
* Rationalize local resource acquisitionGravatar Ulf Adams2017-03-03
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Add a flag to print the effective (Spawn)ActionContexts for debugging.Gravatar Philipp Wollermann2017-02-01
* Move some classes to lib.exec in preparation for layering enforcementGravatar Ulf Adams2016-12-21
* Extract the integration setup to a new class IntegrationMock.Gravatar Ulf Adams2016-11-18
* Remove some more occurences of deprecated getExecRoot() callsGravatar Kristina Chodorow2016-09-15
* Add some type arguments to make Bazel compile again.Gravatar Lukacs Berki2016-08-29
* Add client environment to ActionExecutionContextGravatar Klaus Aehlig2016-08-26
* Remove uses of TestConstants.Gravatar Ulf Adams2016-07-14
* Move more things from TestConstants to AnalysisMock and LoadingMock.Gravatar Ulf Adams2016-07-14
* Rollback of commit 1e37a5375f918376c132fa537e25695f673f41b8.Gravatar Dmitry Lomov2016-07-07
* Do redirection of stdout / stderr in Java instead of reimplementing it in eve...Gravatar Philipp Wollermann2016-06-30
* Fixed two Bazel java tests on Windows by using the right native file systemGravatar Yun Peng2016-06-21
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* Migrated remaining tests in devtools/build/lib to JUnit 4.Gravatar Florian Weikert2015-12-03
* Fix StandaloneSpawnStrategyTest.Gravatar Dmitry Lomov2015-11-30
* Actually run standalone-tests on mac and linux.Gravatar Dmitry Lomov2015-11-26
* Open-source StandaloneTests.Gravatar Philipp Wollermann2015-11-25