spec test index / oilshell.org
status | ysh | ysh_ALT | |
pass | 2 | 0 | |
FAIL | 0 | 2 | |
total | 2 | 2 | |
case | ysh | ysh_ALT | description |
0 | pass | FAIL | smoke test for two.sh |
details | |||
1 | pass | FAIL | smoke test for stream.ysh and table.ysh |
details |
2 passed, 0 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped
ysh_ALT | 0 smoke test for two.sh [ysh_ALT stdout] Expected 'status=1\n', got '' [ysh_ALT status] Expected 0, got 1 stdout: stderr: source --builtin osh/two.sh ^~~ [ stdin ]:1: 'source' failed: No builtin file 'stdlib/osh/two.sh' source --builtin osh/two.sh ^~~~~~ [ stdin ]:1: errexit PID 44583: command.Simple failed with status 1 |
ysh_ALT | 1 smoke test for stream.ysh and table.ysh [ysh_ALT status] Expected 0, got 1 stdout: stderr: source $LIB_YSH/stream.ysh ^~~~~~~~ [ stdin ]:1: 'source' failed: No builtin file 'stdlib/ysh/stream.ysh' source $LIB_YSH/stream.ysh ^~~~~~ [ stdin ]:1: errexit PID 44587: command.Simple failed with status 1 |