spec test index / oilshell.org
status | osh | |
pass | 8 | |
FAIL | 1 | |
total | 9 | |
case | osh | description |
0 | FAIL | oil:upgrade as alias for ysh:upgrade |
details | ||
1 | pass | %() array literal |
2 | pass | _match() instead of _group() |
3 | pass | _status instead of _error.code |
4 | pass | source ///osh/two.sh rather than source --builtin osh/two.sh |
5 | pass | OILS_VERSION, not OIL_VERSION |
6 | pass | s.upper(), not s => upper() (might keep this) |
7 | pass | fopen can be spelled redir |
8 | pass | Dict => keys() |
8 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
osh | 0 oil:upgrade as alias for ysh:upgrade [osh stdout] Expected 'shopt -u simple_word_eval\nshopt -s simple_word_eval\nshopt -u simple_word_eval\n' Got 'shopt -u simple_word_eval\nshopt -s simple_word_eval\n' [osh status] Expected 0, got 1 stdout: shopt -u simple_word_eval shopt -s simple_word_evalstderr: shopt -p | grep simple_word ^~~~~ [ stdin ]:3: errexit PID 36396: command.Simple failed with status 1 shopt -p | grep simple_word ^~~~~ [ stdin ]:3: errexit PID 36391: command.Pipeline failed with status 1 |