aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/shell
Commit message (Expand)AuthorAge
* Temporarily disable the CommandUsingProcessWrapperTest system time upper boun...Gravatar ruperts2018-08-07
* Automatic code cleanup.Gravatar Googler2018-07-30
* Be more generous with user time and sys time bounds in execution statistics t...Gravatar ruperts2018-06-20
* Be more generous with user time and system time bounds for execution statisti...Gravatar ruperts2018-06-19
* Refactor and cleanup the sandboxing code.Gravatar Philipp Wollermann2018-03-23
* expectThrows has been renamed to assertThrowsGravatar cushon2018-02-24
* Unmark InterruptibleTest as flaky, it hasn't flaked in a month.Gravatar ccalvarin2018-01-25
* windows,tests: enable some tests on WindowsGravatar Laszlo Csomor2018-01-15
* Add new shell test target for CommandUsingLinuxSandboxTest, and remove it fro...Gravatar ruperts2018-01-04
* Make lib/shell test targets more consistent.Gravatar ruperts2018-01-04
* Move compulsory ProcessWrapperUtil parameters into its builder() method, to b...Gravatar ruperts2017-12-20
* Add CommandUsingLinuxSandboxtTest, to test execution statistics for Commands ...Gravatar ruperts2017-12-20
* Provide more execution statistics in the ExecutionStatistics class.Gravatar ruperts2017-12-06
* Make ProcessWrapperUtil aware of the execution statistics file, and add new E...Gravatar ruperts2017-12-05
* Add user and system time to CommandResults, and plumb them into SpawnResults.Gravatar ruperts2017-11-29
* Use Truth8 to test Optionals in ActionResult/TerminationStatus tests.Gravatar ruperts2017-11-09
* Add optional user execution time and system execution time fields to Terminat...Gravatar ruperts2017-11-06
* Automatic code cleanup.Gravatar cushon2017-09-15
* Implement timeouts on top of Java ProcessGravatar ulfjack2017-08-10
* Rewrite the Command APIGravatar ulfjack2017-08-10
* Migrate all tests to Truth (except the ones in the examples).Gravatar lberki2017-05-31
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Simplify LocalSpawnRunnerGravatar ulfjack2017-04-18
* Implement an abstraction layer over java.lang.Process so that the Windows imp...Gravatar Lukacs Berki2016-07-04
* Remove InterruptibleTest#testInterruptibleCommandGravatar Damien Martin-Guillerez2016-03-31
* Use absolute paths in ProcessBuilder invocations.Gravatar Dmitry Lomov2016-02-17
* Migrated tests in devtools/build/lib/shell to JUnit 4.Gravatar Florian Weikert2015-12-02
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* workers: Make sure to wait for worker processes to exit so that they don't be...Gravatar Philipp Wollermann2015-09-21
* Remove the ShellTests class and use the existing AllTests instead.Gravatar Ulf Adams2015-05-04
* This should fix the shell tests.Gravatar Ulf Adams2015-04-22
* Explicitly use bash to test negative exit codesGravatar Kristina Chodorow2015-04-13
* Some more cleanup.Gravatar Ulf Adams2015-03-10
* Get rid of remaining timing assertion in InterruptibleTest.Gravatar Han-Wen Nienhuys2015-03-05
* Remove meaningless timing check. This should decrease flakiness underGravatar Han-Wen Nienhuys2015-02-25
* Decrease flakiness of InterruptibleTest.testInterruptible.Gravatar Han-Wen Nienhuys2015-02-24
* Fix testOnlyReadsPartialInput on Darwin.Gravatar Han-Wen Nienhuys2015-02-16
* Use /bin/bash for the Flush test.Gravatar Han-Wen Nienhuys2015-02-16
* Remove shell.Shell. The windows support is unused.Gravatar Han-Wen Nienhuys2015-02-16
* Add shell tests to bazel.Gravatar Han-Wen Nienhuys2015-02-12