spec test index / oilshell.org
status | ysh | ysh-cpp | |
pass | 5 | 2 | |
FAIL | 1 | 4 | |
total | 6 | 6 | |
case | ysh | ysh-cpp | description |
0 | pass | pass | fastlex: NUL byte not allowed inside char literal #' ' |
1 | pass | pass | fastlex: NUL byte inside shebang line |
2 | FAIL | FAIL | Tea keywords don't interfere with Oil expressions |
details | details | ||
3 | pass | FAIL | Catch AttributeError |
details | |||
4 | pass | FAIL | Command sub paren parsing bug (#1387) |
details | |||
5 | pass | FAIL | More Command sub paren parsing |
details |
7 passed, 0 OK, 0 not implemented, 0 BUG, 5 failed, 0 timeouts, 0 cases skipped
ysh | 2 Tea keywords don't interfere with Oil expressions [ysh stdout] Expected 'foo\n6\n', got '' [ysh status] Expected 0, got 3 stdout: stderr: echo $[d->data] ^~~~ [ stdin ]:3: fatal: Expression eval error: 'OrderedDict' object has no attribute 'data' |
ysh-cpp | 2 Tea keywords don't interfere with Oil expressions [ysh-cpp stdout] Expected 'foo\n6\n', got '\n\n' stdout: stderr: |
ysh-cpp | 3 Catch AttributeError [ysh-cpp stdout] Expected 's=foo\n', got '' [ysh-cpp status] Expected 3, got 1 stdout: stderr: echo s=$s ^~ [ stdin ]:2: fatal: Undefined variable 's' |
ysh-cpp | 4 Command sub paren parsing bug (#1387) [ysh-cpp stdout] Expected 'true\n3\n125\n13\n', got '\n' [ysh-cpp status] Expected 0, got 1 stdout: stderr: echo $a ^~ [ stdin ]:4: fatal: Undefined variable 'a' |
ysh-cpp | 5 More Command sub paren parsing [ysh-cpp stdout] Expected 'for\nwhile\nif\nelif\n', got '\nwhile\n\n\n' stdout: whilestderr: |