spec test index / oilshell.org
status | ysh | ysh-cpp | |
pass | 2 | 2 | |
FAIL | 2 | 2 | |
total | 4 | 4 | |
case | ysh | ysh-cpp | description |
0 | pass | pass | Local place |
1 | pass | pass | place->setValue() |
2 | FAIL | FAIL | [DISABLED] Places can't dangle; they should passed UP the stack only |
details | details | ||
3 | FAIL | FAIL | Container Place (Dict) |
details | details |
4 passed, 0 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped 2 failed under osh
ysh | 2 [DISABLED] Places can't dangle; they should passed UP the stack only [ysh stdout] Expected '', got 'done\n' [ysh status] Expected 1, got 0 stdout: donestderr: |
ysh-cpp | 2 [DISABLED] Places can't dangle; they should passed UP the stack only [ysh-cpp stdout] Expected '', got 'done\n' [ysh-cpp status] Expected 1, got 0 stdout: donestderr: |
ysh | 3 Container Place (Dict) [ysh status] Expected 0, got 2 stdout: stderr: echo zzz | read --all (&d.key) ^ [ stdin ]:3: Places in containers not implemented yet |
ysh-cpp | 3 Container Place (Dict) [ysh-cpp status] Expected 0, got 2 stdout: stderr: echo zzz | read --all (&d.key) ^ [ stdin ]:3: Places in containers not implemented yet |