1. a269a95 Unmark InterruptibleTest as flaky, it hasn't flaked in a month. by ccalvarin · 7 years ago
  2. 8d41822 windows,tests: enable some tests on Windows by Laszlo Csomor · 7 years ago
  3. c9eace5 Add new shell test target for CommandUsingLinuxSandboxTest, and remove it from the ShellTests catch-all target. by ruperts · 7 years ago
  4. 9f959c5 Make lib/shell test targets more consistent. by ruperts · 7 years ago
  5. c3de468 Move compulsory ProcessWrapperUtil parameters into its builder() method, to be consistent with LinuxSandboxUtil. by ruperts · 7 years ago
  6. 8c9f87a Add CommandUsingLinuxSandboxtTest, to test execution statistics for Commands that use the linux-sandbox tool, irrespective of which SpawnRunner they use. by ruperts · 7 years ago
  7. 856eab5 Provide more execution statistics in the ExecutionStatistics class. by ruperts · 7 years ago
  8. bec2fe8 Make ProcessWrapperUtil aware of the execution statistics file, and add new ExecutionStatisticsProvider. by ruperts · 7 years ago
  9. 720d66f Add user and system time to CommandResults, and plumb them into SpawnResults. by ruperts · 7 years ago
  10. 52d7778 Use Truth8 to test Optionals in ActionResult/TerminationStatus tests. by ruperts · 7 years ago
  11. 0510f4a Add optional user execution time and system execution time fields to TerminationStatus, and also add a TerminationStatus.Builder and tests. by ruperts · 7 years ago
  12. 03e7018 Automatic code cleanup. by cushon · 8 years ago
  13. 0ec7180 Implement timeouts on top of Java Process by ulfjack · 8 years ago
  14. f2d4595 Rewrite the Command API by ulfjack · 8 years ago
  15. e355e77 Migrate all tests to Truth (except the ones in the examples). by lberki · 8 years ago
  16. aea56b3 Migrate Java tests to Truth. RELNOTES: None. by lberki · 8 years ago
  17. 1ade2c47 Simplify LocalSpawnRunner by ulfjack · 8 years ago
  18. 8b074c0 Implement an abstraction layer over java.lang.Process so that the Windows implementation can eventually be plugged in. by Lukacs Berki · 9 years ago
  19. c269abc Remove InterruptibleTest#testInterruptibleCommand by Damien Martin-Guillerez · 9 years ago
  20. 8efc3ef Use absolute paths in ProcessBuilder invocations. by Dmitry Lomov · 9 years ago
  21. 2c71a82 Migrated tests in devtools/build/lib/shell to JUnit 4. by Florian Weikert · 9 years ago
  22. f88f4d8 Rationalize copyright headers by Damien Martin-Guillerez · 10 years ago
  23. 28f08f1 workers: Make sure to wait for worker processes to exit so that they don't become zombies. by Philipp Wollermann · 10 years ago
  24. 4c67f31 Remove the ShellTests class and use the existing AllTests instead. by Ulf Adams · 10 years ago
  25. 051256d This should fix the shell tests. by Ulf Adams · 10 years ago
  26. 31ccc99 Explicitly use bash to test negative exit codes by Kristina Chodorow · 10 years ago
  27. 795895a Some more cleanup. by Ulf Adams · 10 years ago
  28. 8c8be38 Get rid of remaining timing assertion in InterruptibleTest. by Han-Wen Nienhuys · 10 years ago
  29. 7d6a4f6 Remove meaningless timing check. This should decrease flakiness under load. by Han-Wen Nienhuys · 10 years ago
  30. 96bf534 Decrease flakiness of InterruptibleTest.testInterruptible. by Han-Wen Nienhuys · 10 years ago
  31. 924daad Fix testOnlyReadsPartialInput on Darwin. by Han-Wen Nienhuys · 10 years ago
  32. 8dff429 Use /bin/bash for the Flush test. by Han-Wen Nienhuys · 10 years ago
  33. efe7f66 Remove shell.Shell. The windows support is unused. by Han-Wen Nienhuys · 10 years ago
  34. b0e387b Add shell tests to bazel. by Han-Wen Nienhuys · 10 years ago