spec test index / oilshell.org
| status | osh | osh_.py | osh_.cc | |
| pass | 10 | 9 | 2 | |
| FAIL | 1 | 2 | 9 | |
| total | 11 | 11 | 11 | |
| case | osh | osh_.py | osh_.cc | description |
| 0 | pass | pass | FAIL | sh -c |
| details | ||||
| 1 | pass | pass | FAIL | empty -c input |
| details | ||||
| 2 | pass | pass | FAIL | sh +c is accepted |
| details | ||||
| 3 | pass | pass | FAIL | empty stdin |
| details | ||||
| 4 | FAIL | FAIL | FAIL | shell obeys --help (regression for OSH) |
| details | details | details | ||
| 5 | pass | pass | FAIL | args are passed |
| details | ||||
| 6 | pass | pass | FAIL | args that look like flags are passed after script |
| details | ||||
| 7 | pass | pass | FAIL | args that look like flags are passed after -c |
| details | ||||
| 8 | pass | pass | pass | exit with explicit arg |
| 9 | pass | pass | pass | exit with no args |
| 10 | pass | FAIL | FAIL | --rcfile in non-interactive shell prints warnings |
| details | details |
21 passed, 0 OK, 0 not implemented, 0 BUG, 12 failed, 0 timeouts, 0 cases skipped 1 failed under osh
| osh_.cc | 0 sh -c [osh_.cc stdout] Expected 'hi\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_.cc | 1 empty -c input [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_.cc | 2 sh +c is accepted [osh_.cc stdout] Expected 'hi\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_.cc | 3 empty stdin [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 | 4 shell obeys --help (regression for OSH) [osh stdout] Expected 'yes\n', got '' stdout: stderr: [??? no location ???] no help topics match 'osh-usage' |
| osh_.py | 4 shell obeys --help (regression for OSH) [osh_.py stdout] Expected 'yes\n', got '' stdout: stderr: [??? no location ???] no help topics match 'osh-usage' |
| osh_.cc | 4 shell obeys --help (regression for OSH) [osh_.cc stdout] Expected 'yes\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 args are passed [osh_.cc stdout] Expected "['a', 'b']\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_.cc | 6 args that look like flags are passed after script [osh_.cc stdout] Expected "['--help', '--help', '-h']\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 | 7 args that look like flags are passed after -c [osh_.cc stdout] Expected "['--help', '-h']\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 | 10 --rcfile in non-interactive shell prints warnings [osh_.py stderr] Expected 'warned=1\nwarned=0\n', got 'warned=1\nwarned=1\n' stdout: ==> interactive.txt <== osh fatal error: ==> non-interactive.txt <==stderr: warned=1 warned=1 |
| osh_.cc | 10 --rcfile in non-interactive shell prints warnings [osh_.cc stderr] Expected 'warned=1\nwarned=0\n', got "osh_eval.opt: cpp/posix.h:143: void posix::dup2(int, int): Assertion `0' failed.\n" [osh_.cc status] Expected 0, got -6 stdout: stderr: osh_eval.opt: cpp/posix.h:143: void posix::dup2(int, int): Assertion `0' failed. |