aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/runtime/CommandInterruptionTest.java
Commit message (Expand)AuthorAge
* Move coverageSupport and coverageReportGenerator from BuildConfiguration toGravatar dbabkin2018-05-18
* Remove AbruptException(ExitCode exitCode) constructor.Gravatar lpino2018-05-17
* Use the local JDK as the default target javabaseGravatar cushon2018-05-14
* Add a DefaultBuildOptions specifying default build flags that may differ from...Gravatar mjhalupka2018-03-22
* Expose --output_user_base to the Bazel server processGravatar Klaus Aehlig2018-02-27
* Remove ShutdownBlazeServerException in favor of indicating that the server sh...Gravatar lberki2018-02-06
* Add a "direct" mode to "blaze run" that makes the process being run a directGravatar lberki2018-02-05
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* Automatic code cleanup.Gravatar cushon2017-09-15
* Remove ConfigurationCollectionFactory as part of the static config cleanup.Gravatar gregce2017-08-18
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Explicitly state the default options categories for options used in blaze tes...Gravatar ccalvarin2017-06-29
* Remove the CommandEnvironment from BlazeCommand.editOptionsGravatar ulfjack2017-06-06
* Catch cases where exec fails before WaitForCompletionCommand starts.Gravatar mstaib2017-03-29
* Enable Bazel commands to exit at any time.Gravatar Michael Staib2016-10-05