Sign in
bazel
/
bazel
/
0ab46f0dd95f735056add4dd8a90a76944b81d00
/
src
/
test
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
shell
a269a95
Unmark InterruptibleTest as flaky, it hasn't flaked in a month.
by ccalvarin
· 7 years ago
8d41822
windows,tests: enable some tests on Windows
by Laszlo Csomor
· 7 years ago
c9eace5
Add new shell test target for CommandUsingLinuxSandboxTest, and remove it from the ShellTests catch-all target.
by ruperts
· 7 years ago
9f959c5
Make lib/shell test targets more consistent.
by ruperts
· 7 years ago
c3de468
Move compulsory ProcessWrapperUtil parameters into its builder() method, to be consistent with LinuxSandboxUtil.
by ruperts
· 7 years ago
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
856eab5
Provide more execution statistics in the ExecutionStatistics class.
by ruperts
· 7 years ago
bec2fe8
Make ProcessWrapperUtil aware of the execution statistics file, and add new ExecutionStatisticsProvider.
by ruperts
· 7 years ago
720d66f
Add user and system time to CommandResults, and plumb them into SpawnResults.
by ruperts
· 7 years ago
52d7778
Use Truth8 to test Optionals in ActionResult/TerminationStatus tests.
by ruperts
· 7 years ago
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
03e7018
Automatic code cleanup.
by cushon
· 8 years ago
0ec7180
Implement timeouts on top of Java Process
by ulfjack
· 8 years ago
f2d4595
Rewrite the Command API
by ulfjack
· 8 years ago
e355e77
Migrate all tests to Truth (except the ones in the examples).
by lberki
· 8 years ago
aea56b3
Migrate Java tests to Truth. RELNOTES: None.
by lberki
· 8 years ago
1ade2c47
Simplify LocalSpawnRunner
by ulfjack
· 8 years ago
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
c269abc
Remove InterruptibleTest#testInterruptibleCommand
by Damien Martin-Guillerez
· 9 years ago
8efc3ef
Use absolute paths in ProcessBuilder invocations.
by Dmitry Lomov
· 9 years ago
2c71a82
Migrated tests in devtools/build/lib/shell to JUnit 4.
by Florian Weikert
· 9 years ago
f88f4d8
Rationalize copyright headers
by Damien Martin-Guillerez
· 10 years ago
28f08f1
workers: Make sure to wait for worker processes to exit so that they don't become zombies.
by Philipp Wollermann
· 10 years ago
4c67f31
Remove the ShellTests class and use the existing AllTests instead.
by Ulf Adams
· 10 years ago
051256d
This should fix the shell tests.
by Ulf Adams
· 10 years ago
31ccc99
Explicitly use bash to test negative exit codes
by Kristina Chodorow
· 10 years ago
795895a
Some more cleanup.
by Ulf Adams
· 10 years ago
8c8be38
Get rid of remaining timing assertion in InterruptibleTest.
by Han-Wen Nienhuys
· 10 years ago
7d6a4f6
Remove meaningless timing check. This should decrease flakiness under load.
by Han-Wen Nienhuys
· 10 years ago
96bf534
Decrease flakiness of InterruptibleTest.testInterruptible.
by Han-Wen Nienhuys
· 10 years ago
924daad
Fix testOnlyReadsPartialInput on Darwin.
by Han-Wen Nienhuys
· 10 years ago
8dff429
Use /bin/bash for the Flush test.
by Han-Wen Nienhuys
· 10 years ago
efe7f66
Remove shell.Shell. The windows support is unused.
by Han-Wen Nienhuys
· 10 years ago
b0e387b
Add shell tests to bazel.
by Han-Wen Nienhuys
· 10 years ago