spec test index / oilshell.org
| status | osh | osh_.py | osh_.cc | |
| pass | 7 | 4 | 1 | |
| FAIL | 0 | 3 | 6 | |
| total | 7 | 7 | 7 | |
| case | osh | osh_.py | osh_.cc | description |
| 0 | pass | pass | FAIL | Normal and braced |
| details | ||||
| 1 | pass | pass | pass | In function |
| 2 | pass | FAIL | FAIL | $0 with -c |
| details | details | |||
| 3 | pass | FAIL | FAIL | $0 with stdin |
| details | details | |||
| 4 | pass | FAIL | FAIL | $0 with -i |
| details | details | |||
| 5 | pass | pass | FAIL | $0 with filename |
| details | ||||
| 6 | pass | pass | FAIL | $@ with filename |
| details |
12 passed, 0 OK, 0 not implemented, 0 BUG, 9 failed, 0 timeouts, 0 cases skipped
| osh_.cc | 0 Normal and braced [osh_.cc stdout] Expected 'a b c\n', got '' [osh_.cc status] Expected 0, got -6 stdout: stderr: osh_eval.opt: cpp/pylib_path_stat.h:10: bool path_stat::exists(Str*): Assertion `0' failed. |
| osh_.py | 2 $0 with -c [osh_.py stdout] Expected 'sh\n', got '' [osh_.py status] Expected 0, got 1 stdout: stderr: |
| osh_.cc | 2 $0 with -c [osh_.cc stdout] Expected 'sh\n', got '' [osh_.cc status] Expected 0, got -6 stdout: stderr: osh_eval.opt: cpp/posix.h:106: Tuple2<int, int> posix::pipe(): Assertion `0' failed. |
| osh_.py | 3 $0 with stdin [osh_.py stdout] Expected 'sh\n', got '' [osh_.py status] Expected 0, got 1 stdout: stderr: |
| osh_.cc | 3 $0 with stdin [osh_.cc stdout] Expected 'sh\n', got '' [osh_.cc status] Expected 0, got -6 stdout: stderr: osh_eval.opt: cpp/posix.h:106: Tuple2<int, int> posix::pipe(): Assertion `0' failed. |
| osh_.py | 4 $0 with -i [osh_.py stdout] Expected 'sh\n', got '' [osh_.py status] Expected 0, got 1 stdout: stderr: osh fatal error: |
| osh_.cc | 4 $0 with -i [osh_.cc stdout] Expected 'sh\n', got '' [osh_.cc status] Expected 0, got -6 stdout: stderr: osh_eval.opt: cpp/posix.h:106: Tuple2<int, int> posix::pipe(): Assertion `0' failed. |
| osh_.cc | 5 $0 with filename [osh_.cc stdout] Expected '_tmp/dollar0\n', got '' [osh_.cc status] Expected 0, got -6 stdout: stderr: osh_eval.opt: cpp/posix.h:143: void posix::dup2(int, int): Assertion `0' failed. |
| osh_.cc | 6 $@ with filename [osh_.cc stdout] Expected 'a b c\n', got '' [osh_.cc status] Expected 0, got -6 stdout: stderr: osh_eval.opt: cpp/posix.h:143: void posix::dup2(int, int): Assertion `0' failed. |