spec test index / oilshell.org
status | ysh | ysh-cpp | |
pass | 4 | 0 | |
FAIL | 0 | 4 | |
total | 4 | 4 | |
case | ysh | ysh-cpp | description |
0 | pass | FAIL | Standalone generator expression |
details | |||
1 | pass | FAIL | List comprehension (deferred) |
details | |||
2 | pass | FAIL | Lambda not implemented |
details | |||
3 | pass | FAIL | Anonymous function expression not implemented (Tea) |
details |
4 passed, 0 OK, 0 not implemented, 0 BUG, 4 failed, 0 timeouts, 0 cases skipped
ysh-cpp | 0 Standalone generator expression [ysh-cpp status] Expected 2, got 1 stdout: stderr: pp cell x | grep -o '<generator' ^ [ stdin ]:2: Couldn't find a variable named 'x' pp cell x | grep -o '<generator' ^~ [ stdin ]:2: errexit PID 24942: command.Simple failed with status 1 pp cell x | grep -o '<generator' ^~~~ [ stdin ]:2: errexit PID 24939: command.Simple failed with status 1 pp cell x | grep -o '<generator' ^~~~ [ stdin ]:2: errexit PID 24939: command.Pipeline failed with status 1 |
ysh-cpp | 1 List comprehension (deferred) [ysh-cpp status] Expected 2, got 1 stdout: stderr: write --sep ' ' @n ^~ [ stdin ]:4: fatal: Can't splice 'n' |
ysh-cpp | 2 Lambda not implemented [ysh-cpp status] Expected 2, got 0 stdout: stderr: |
ysh-cpp | 3 Anonymous function expression not implemented (Tea) [ysh-cpp status] Expected 2, got 0 stdout: stderr: |