spec test index / oilshell.org
status | ysh | ysh-cpp | |
FAIL | 1 | 1 | |
total | 1 | 1 | |
case | ysh | ysh-cpp | description |
0 | FAIL | FAIL | Describe Prototype |
details | details |
0 passed, 0 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped 1 failed under osh
ysh | 0 Describe Prototype [ysh stdout] Expected 'TODO\n', got '' [ysh status] Expected 0, got 2 stdout: stderr: _ _describe_list->append(block) ^ stdlib/testing.ysh:72: Space required before ( source --builtin testing.ysh ^~~~~~ [ stdin ]:1: errexit PID 16011: command.Simple failed with status 2 |
ysh-cpp | 0 Describe Prototype [ysh-cpp stdout] Expected 'TODO\n', got '' [ysh-cpp status] Expected 0, got 2 stdout: stderr: _ _describe_list->append(block) ^ stdlib/testing.ysh:72: Space required before ( source --builtin testing.ysh ^~~~~~ [ stdin ]:1: errexit PID 16106: command.Simple failed with status 2 |