aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/commands/TestCommand.java
Commit message (Expand)AuthorAge
* Add a "direct" mode to "blaze run" that makes the process being run a directGravatar lberki2018-02-05
* BEP: correctly close stream in case of a circular dependencyGravatar Klaus Aehlig2017-10-24
* Track Option placement within a priority category.Gravatar ccalvarin2017-10-18
* BEP: Upon missing test targets, still generate a finished eventGravatar Klaus Aehlig2017-09-15
* BEP: always close stream, even if aborted due to missing testsGravatar Klaus Aehlig2017-09-12
* Return exit code SUCCESS when there are only skipped and passing tests.Gravatar Googler2017-07-25
* Delete EventHandlerPreconditions. With https://github.com/bazelbuild/bazel/bl...Gravatar janakr2017-07-13
* Refactor ProjectFileSupport to work without a CommandEnvironmentGravatar ulfjack2017-06-26
* Remove the CommandEnvironment from BlazeCommand.editOptionsGravatar ulfjack2017-06-06
* Move the instrumentation filter computation to BuildToolGravatar ulfjack2017-06-06
* BEP: Correctly report test exit code.Gravatar buchgr2017-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
* Tweak output string phrasing.Gravatar Googler2017-01-26
* Move TestStrategy to lib.exec package.Gravatar Ulf Adams2016-12-15
* Change the "tests succeeded but one or more targets failed to build" message ...Gravatar Lukacs Berki2016-11-16
* Minor refactoring.Gravatar Lukacs Berki2016-11-15
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move the commandId and getCommandStartTime() to CommandEnvironment.Gravatar Ulf Adams2015-09-21
* Introduce CommandEnvironment and pass it instead of BlazeRuntime.Gravatar Ulf Adams2015-09-15
* Drop the baseline artifact output group.Gravatar Ulf Adams2015-08-31
* Fix indentation in TestCommand.Gravatar Ulf Adams2015-04-23
* Added an help command to dump all options for completionGravatar Damien Martin-Guillerez2015-04-10
* Supply the correct command name to ProjectFileSupport.Gravatar Googler2015-03-31
* Rename TopLevelArtifactProvider to OutputGroupProvider.Gravatar Lukacs Berki2015-03-05
* Remove --compile_only and --compilation_prerequisites_only; --output_groups c...Gravatar Lukacs Berki2015-03-04
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25