Results for exit-status.test.sh

statusoshosh-cpp
pass 1111
total1111
caseoshosh-cppdescription
0pass pass Truncating 'exit' status
1pass pass Truncating 'return' status
2pass pass subshell OverflowError https://github.com/oilshell/oil/issues/996
3pass pass func subshell OverflowError https://github.com/oilshell/oil/issues/996
4pass pass If empty command
5pass pass If subshell true
6pass pass If subshell true WITH OUTPUT is different
7pass pass If subshell true WITH ARGUMENT
8pass pass If subshell false -- exit code is propagated in a weird way (strict_argv prevents)
9pass pass Exit code when command sub evaluates to empty str, e.g. `false` (#2416)
10pass pass More test cases with empty argv
22 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped