spec test index / oilshell.org
status | osh | osh_.py | osh_.cc | |
pass | 5 | 5 | 3 | |
N-I | 4 | 4 | 0 | |
FAIL | 0 | 0 | 6 | |
total | 9 | 9 | 9 | |
case | osh | osh_.py | osh_.cc | description |
0 | pass | pass | FAIL | ${##} |
details | ||||
1 | N-I | N-I | FAIL | ${###} |
details | details | details | ||
2 | N-I | N-I | FAIL | ${####} |
details | details | details | ||
3 | N-I | N-I | FAIL | ${##2} |
details | details | details | ||
4 | N-I | N-I | FAIL | ${###2} |
details | details | details | ||
5 | pass | pass | pass | ${1####} |
6 | pass | pass | pass | ${1#'###'} |
7 | pass | pass | pass | ${#1#'###'} |
8 | pass | pass | FAIL | Julia example from spec/oil-user-feedback |
details |
13 passed, 0 OK, 8 not implemented, 0 BUG, 6 failed, 0 timeouts, 0 cases skipped
osh_.cc | 0 ${##} [osh_.cc stdout] Expected '2\n', got '' [osh_.cc status] Expected 0, got -6 stdout: stderr: osh_eval.opt: cpp/posix.h:106: Tuple2<int, int> posix::pipe(): Assertion `0' failed. |
osh | 1 ${###} stdout: stderr: echo ${###} ^ [ stdin ]:2: Expected } after length expression |
osh_.py | 1 ${###} stdout: stderr: echo ${###} ^ [ stdin ]:2: Expected } after length expression |
osh_.cc | 1 ${###} [osh_.cc status] Expected 2, got -6 stdout: stderr: osh_eval.opt: cpp/posix.h:106: Tuple2<int, int> posix::pipe(): Assertion `0' failed. |
osh | 2 ${####} stdout: stderr: echo ${####} ^~ [ stdin ]:2: Expected } after length expression |
osh_.py | 2 ${####} stdout: stderr: echo ${####} ^~ [ stdin ]:2: Expected } after length expression |
osh_.cc | 2 ${####} [osh_.cc status] Expected 2, got -6 stdout: stderr: osh_eval.opt: cpp/posix.h:106: Tuple2<int, int> posix::pipe(): Assertion `0' failed. |
osh | 3 ${##2} stdout: stderr: echo ${##2} ^ [ stdin ]:2: Expected } after length expression |
osh_.py | 3 ${##2} stdout: stderr: echo ${##2} ^ [ stdin ]:2: Expected } after length expression |
osh_.cc | 3 ${##2} [osh_.cc status] Expected 2, got -6 stdout: stderr: osh_eval.opt: cpp/posix.h:106: Tuple2<int, int> posix::pipe(): Assertion `0' failed. |
osh | 4 ${###2} stdout: stderr: echo ${###2} ^ [ stdin ]:2: Expected } after length expression |
osh_.py | 4 ${###2} stdout: stderr: echo ${###2} ^ [ stdin ]:2: Expected } after length expression |
osh_.cc | 4 ${###2} [osh_.cc status] Expected 2, got -6 stdout: stderr: osh_eval.opt: cpp/posix.h:106: Tuple2<int, int> posix::pipe(): Assertion `0' failed. |
osh_.cc | 8 Julia example from spec/oil-user-feedback [osh_.cc stdout] Expected 'git branch -D foo baz\n', got '' [osh_.cc status] Expected 0, got -6 stdout: stderr: osh_eval.opt: cpp/posix.h:106: Tuple2<int, int> posix::pipe(): Assertion `0' failed. |