spec test index / oilshell.org
status | osh | osh-cpp | |
pass | 6 | 0 | |
FAIL | 0 | 6 | |
total | 6 | 6 | |
case | osh | osh-cpp | description |
0 | pass | FAIL | Conditional Inside Blocks |
details | |||
1 | pass | FAIL | Conditional Outside Block |
details | |||
2 | pass | FAIL | Iteration Inside Block |
details | |||
3 | pass | FAIL | Iteration Outside Block |
details | |||
4 | pass | FAIL | Proc Inside Block |
details | |||
5 | pass | FAIL | Proc That Defines Block |
details |
6 passed, 0 OK, 0 not implemented, 0 BUG, 6 failed, 0 timeouts, 0 cases skipped
osh-cpp | 0 Conditional Inside Blocks [osh-cpp status] Expected 0, got -6 stdout: stderr: terminate called after throwing an instance of 'KeyError*' timeout: the monitored command dumped core |
osh-cpp | 1 Conditional Outside Block [osh-cpp status] Expected 0, got -6 stdout: stderr: terminate called after throwing an instance of 'KeyError*' timeout: the monitored command dumped core |
osh-cpp | 2 Iteration Inside Block [osh-cpp status] Expected 0, got -6 stdout: stderr: terminate called after throwing an instance of 'KeyError*' timeout: the monitored command dumped core |
osh-cpp | 3 Iteration Outside Block [osh-cpp status] Expected 0, got -6 stdout: stderr: terminate called after throwing an instance of 'KeyError*' timeout: the monitored command dumped core |
osh-cpp | 4 Proc Inside Block [osh-cpp stdout] Expected 'p\np\n', got '' [osh-cpp status] Expected 0, got -6 stdout: stderr: terminate called after throwing an instance of 'KeyError*' timeout: the monitored command dumped core |
osh-cpp | 5 Proc That Defines Block [osh-cpp status] Expected 0, got -6 stdout: stderr: terminate called after throwing an instance of 'KeyError*' timeout: the monitored command dumped core |