spec test index / oilshell.org
status | osh | osh_ALT | |
pass | 9 | 8 | |
FAIL | 0 | 1 | |
total | 9 | 9 | |
case | osh | osh_ALT | description |
0 | pass | pass | oil:upgrade as alias for ysh:upgrade |
1 | pass | pass | %() array literal |
2 | pass | pass | _match() instead of _group() |
3 | pass | pass | _status instead of _error.code |
4 | pass | FAIL | source ///osh/two.sh rather than source --builtin osh/two.sh |
details | |||
5 | pass | pass | OILS_VERSION, not OIL_VERSION |
6 | pass | pass | s.upper(), not s => upper() (might keep this) |
7 | pass | pass | fopen can be spelled redir |
8 | pass | pass | Dict => keys() |
17 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped
osh_ALT | 4 source ///osh/two.sh rather than source --builtin osh/two.sh [osh_ALT stdout] Expected 'status=0\n', got 'status=1\n' stdout: status=1stderr: source --builtin osh/two.sh ^~~ [ stdin ]:1: 'source' failed: No builtin file 'stdlib/osh/two.sh' |