status | osh | osh-cpp | |
pass | 7 | 6 | |
FAIL | 0 | 1 | |
total | 7 | 7 | |
case | osh | osh-cpp | description |
0 | pass | pass | history builtin usage |
1 | pass | FAIL | Print shell strings with weird chars: set and printf %q and ${x@Q} |
details | |||
2 | pass | pass | Print shell strings with normal chars: set and printf %q and ${x@Q} |
3 | pass | pass | time pipeline |
4 | pass | pass | shift |
5 | pass | pass | Shifting too far |
6 | pass | pass | Invalid shift argument |
13 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped
osh-cpp | 1 Print shell strings with weird chars: set and printf %q and ${x@Q} [osh-cpp stdout] Expected "foo=$'a\\nb\\u0001c\\'d'\npf $'a\\nb\\u0001c\\'d'\n@Q $'a\\nb\\u0001c\\'d'\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 |