spec test index / oilshell.org
| status | osh | osh-cpp | |
| pass | 17 | 17 | |
| FAIL | 1 | 1 | |
| total | 18 | 18 | |
| case | osh | osh-cpp | description |
| 0 | pass | pass | cd accepts a block, runs it in different dir |
| 1 | pass | pass | cd with block: requires explicit command |
| 2 | pass | pass | cd with block: fatal error in block |
| 3 | pass | pass | cd with block: return in block |
| 4 | pass | pass | cd with block: break in block |
| 5 | pass | pass | cd with block exits with status 0 |
| 6 | pass | pass | block doesn't have its own scope |
| 7 | pass | pass | redirects allowed in words, typed args, and after block |
| 8 | pass | pass | block literal in expression mode: ^(echo $PWD) |
| 9 | pass | pass | block arg as typed expression |
| 10 | pass | pass | Pass invalid typed args |
| 11 | pass | pass | Pass too many typed args |
| 12 | pass | pass | 'builtin' and 'command' with block |
| 13 | pass | pass | Consistency: Control Flow and Blocks |
| 14 | pass | pass | Consistency: Exit Status and Blocks |
| 15 | pass | pass | Consistency: Unwanted Blocks Are Errors |
| 16 | FAIL | FAIL | Block with Bare Assignments |
| details | details | ||
| 17 | pass | pass | Proc that doesn't take a block |
34 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
| osh | 16 Block with Bare Assignments [osh stdout] Expected 'rule foo-python\nrule foo-cc\nrule bar-python\nrule bar-cc\n' Got '' [osh status] Expected 0, got 1 stdout: stderr: Rule $name-python {
^
[ stdin ]:8: fatal: 'Rule' appears to be external. External commands don't accept typed args (OILS-ERR-200)
|
| osh-cpp | 16 Block with Bare Assignments [osh-cpp stdout] Expected 'rule foo-python\nrule foo-cc\nrule bar-python\nrule bar-cc\n' Got '' [osh-cpp status] Expected 0, got 1 stdout: stderr: Rule $name-python {
^
[ stdin ]:8: fatal: 'Rule' appears to be external. External commands don't accept typed args (OILS-ERR-200)
|