spec test index / oilshell.org
status | osh | osh_.py | osh_.cc | |
pass | 6 | 6 | 5 | |
FAIL | 0 | 0 | 1 | |
total | 6 | 6 | 6 | |
case | osh | osh_.py | osh_.cc | description |
0 | pass | pass | pass | C-style for loop |
1 | pass | pass | pass | For loop with and without semicolon |
2 | pass | pass | FAIL | Accepts { } syntax too |
details | ||||
3 | pass | pass | pass | Empty init |
4 | pass | pass | pass | Empty init and cond |
5 | pass | pass | pass | Infinite loop with ((;;)) |
17 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped
osh_.cc | 2 Accepts { } syntax too [osh_.cc stdout] Expected '1\n2\n3\n', got '' [osh_.cc status] Expected 0, got -11 stdout: stderr: |