status | osh | osh-cpp | |
pass | 8 | 5 | |
FAIL | 1 | 4 | |
total | 9 | 9 | |
case | osh | osh-cpp | description |
0 | pass | pass | Truncating 'exit' status |
1 | pass | pass | Truncating 'return' status |
2 | pass | pass | subshell OverflowError https://github.com/oilshell/oil/issues/996 |
3 | pass | pass | func subshell OverflowError https://github.com/oilshell/oil/issues/996 |
4 | pass | pass | If empty command |
5 | pass | FAIL | If subshell true |
details | |||
6 | pass | FAIL | If subshell true WITH OUTPUT is different |
details | |||
7 | pass | FAIL | If subshell true WITH ARGUMENT |
details | |||
8 | FAIL | FAIL | If subshell false -- exit code is propagated in a weird way (strict_argv prevents) |
details | details |
13 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
osh-cpp | 5 If subshell true [osh-cpp stdout] Expected 'TRUE\n', got '' [osh-cpp status] Expected 0, got -6 stdout: stderr: terminate called after throwing an instance of 'IndexError*' timeout: the monitored command dumped core |
osh-cpp | 6 If subshell true WITH OUTPUT is different [osh-cpp stdout] Expected 'FALSE\n', got '' [osh-cpp status] Expected 0, got -6 stdout: stderr: terminate called after throwing an instance of 'IndexError*' timeout: the monitored command dumped core |
osh-cpp | 7 If subshell true WITH ARGUMENT [osh-cpp stdout] Expected 'FALSE\n', got '' [osh-cpp status] Expected 0, got -6 stdout: stderr: terminate called after throwing an instance of 'IndexError*' timeout: the monitored command dumped core |
osh | 8 If subshell false -- exit code is propagated in a weird way (strict_argv prevents) [osh stdout] Expected 'FALSE\n', got 'TRUE\n' stdout: TRUEstderr: |
osh-cpp | 8 If subshell false -- exit code is propagated in a weird way (strict_argv prevents) [osh-cpp stdout] Expected 'FALSE\n', got '' [osh-cpp status] Expected 0, got -6 stdout: stderr: terminate called after throwing an instance of 'IndexError*' timeout: the monitored command dumped core |