spec test index / oilshell.org
status | osh | osh_.py | osh_.cc | |
pass | 7 | 4 | 4 | |
FAIL | 0 | 3 | 3 | |
total | 7 | 7 | 7 | |
case | osh | osh_.py | osh_.cc | description |
0 | pass | pass | pass | Normal and braced |
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 | pass | $0 with filename |
6 | pass | pass | pass | $@ with filename |
15 passed, 0 OK, 0 not implemented, 0 BUG, 6 failed, 0 timeouts, 0 cases skipped
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 1 stdout: stderr: |
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 1 stdout: stderr: |
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 1 stdout: stderr: terminate called after throwing an instance of 'NotImplementedError*' |