status | osh | osh-cpp | |
pass | 8 | 7 | |
FAIL | 0 | 1 | |
total | 8 | 8 | |
case | osh | osh-cpp | description |
0 | pass | pass | Evaluation of constant parts |
1 | pass | FAIL | Evaluation of each part |
details | |||
2 | pass | pass | Word splitting |
3 | pass | pass | Word joining |
4 | pass | pass | Word elision |
5 | pass | pass | Default values -- more cases |
6 | pass | pass | Globbing after splitting |
7 | pass | pass | Globbing escaping |
15 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped
osh-cpp | 1 Evaluation of each part [osh-cpp stdout] Expected "['bare', 'sq', '/home/bob', 's', '-s-', 'a1', 'a2', '3', 'c', 'c']\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 |