status | osh | osh-cpp | |
pass | 18 | 16 | |
FAIL | 0 | 2 | |
total | 18 | 18 | |
case | osh | osh-cpp | description |
0 | pass | pass | builtin |
1 | pass | FAIL | command sub |
details | |||
2 | pass | FAIL | command sub with builtin |
details | |||
3 | pass | pass | pipeline |
4 | pass | pass | pipeline with builtin |
5 | pass | pass | and-or chains |
6 | pass | pass | here doc with var |
7 | pass | pass | here doc without var |
8 | pass | pass | here doc with builtin |
9 | pass | pass | Redirect external command |
10 | pass | pass | Redirect with builtin |
11 | pass | pass | Here doc with redirect |
12 | pass | pass | "$@" "$*" |
13 | pass | pass | $@ $* |
14 | pass | pass | failed command |
15 | pass | pass | subshell |
16 | pass | pass | for loop |
17 | pass | pass | vars |
34 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped
osh-cpp | 1 command sub [osh-cpp stdout] Expected '3\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 | 2 command sub with builtin [osh-cpp stdout] Expected 'hi\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 |