spec test index / oilshell.org
status | ysh | ysh-cpp | |
pass | 10 | 1 | |
FAIL | 0 | 9 | |
total | 10 | 10 | |
case | ysh | ysh-cpp | description |
0 | pass | pass | identity |
1 | pass | FAIL | max |
details | |||
2 | pass | FAIL | min |
details | |||
3 | pass | FAIL | abs |
details | |||
4 | pass | FAIL | any |
details | |||
5 | pass | FAIL | all |
details | |||
6 | pass | FAIL | sum |
details | |||
7 | pass | FAIL | repeat() string |
details | |||
8 | pass | FAIL | repeat() list |
details | |||
9 | pass | FAIL | repeat() error |
details |
11 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped
ysh-cpp | 1 max [ysh-cpp stdout] Expected '2\n3\nstatus=3\nstatus=0\nstatus=3\nstatus=3\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 min [ysh-cpp stdout] Expected '2\n1\nstatus=3\nstatus=0\nstatus=3\nstatus=3\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 abs [ysh-cpp stdout] Expected '1\n0\n1\n42\n42\nstatus=0\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 | 4 any [ysh-cpp stdout] Expected 'false\ntrue\nfalse\ntrue\ntrue\nfalse\ntrue\nfalse\ntrue\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 | 5 all [ysh-cpp stdout] Expected 'true\ntrue\nfalse\ntrue\nfalse\nfalse\nfalse\nfalse\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 | 6 sum [ysh-cpp stdout] Expected '0\n0\n6\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 | 7 repeat() string [ysh-cpp stdout] Expected 'three=foofoofoo\nzero=\nnegative=\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 | 8 repeat() list [ysh-cpp stdout] Expected 'three foo bar foo bar foo bar\nzero\nnegative\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 | 9 repeat() error [ysh-cpp stdout] Expected 'code=10\ncode=10\ncode=10\n', got 'code=134\ncode=134\ncode=134\n' stdout: code=134 code=134 code=134stderr: terminate called after throwing an instance of 'IndexError*' terminate called after throwing an instance of 'IndexError*' terminate called after throwing an instance of 'IndexError*' |