spec test index / oilshell.org
status | ysh | ysh-cpp | |
pass | 11 | 7 | |
FAIL | 0 | 4 | |
total | 11 | 11 | |
case | ysh | ysh-cpp | description |
0 | pass | pass | join() |
1 | pass | FAIL | abs |
details | |||
2 | pass | FAIL | any() and all() |
details | |||
3 | pass | FAIL | sum() |
details | |||
4 | pass | pass | @[split(x)] respects IFS |
5 | pass | pass | @[maybe(x)] |
6 | pass | pass | maybe() on invalid type is fatal error |
7 | pass | pass | split() on invalid type is fatal error |
8 | pass | pass | @[glob(x)] |
9 | pass | pass | smoke test for two.sh |
10 | pass | FAIL | smoke test for stream.ysh and table.ysh |
details |
18 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped
ysh-cpp | 1 abs [ysh-cpp stdout] Expected '505\n5\n0\n5\n', got '' [ysh-cpp status] Expected 0, got -6 stdout: stderr: terminate called after throwing an instance of 'IndexError*' timeout: the monitored command dumped core |
ysh-cpp | 2 any() and all() [ysh-cpp stdout] Expected 'true\nfalse\nfalse\n__\ntrue\ntrue\nfalse\n', got '' [ysh-cpp status] Expected 0, got -6 stdout: stderr: terminate called after throwing an instance of 'IndexError*' timeout: the monitored command dumped core |
ysh-cpp | 3 sum() [ysh-cpp stdout] Expected '3\n45\n42\n', got '' [ysh-cpp status] Expected 0, got -6 stdout: stderr: terminate called after throwing an instance of 'IndexError*' timeout: the monitored command dumped core |
ysh-cpp | 10 smoke test for stream.ysh and table.ysh [ysh-cpp status] Expected 0, got -6 stdout: stderr: terminate called after throwing an instance of 'IndexError*' timeout: the monitored command dumped core |