spec test index / oilshell.org
status | osh | osh_ALT | |
pass | 19 | 19 | |
FAIL | 1 | 1 | |
total | 20 | 20 | |
case | osh | osh_ALT | description |
0 | pass | pass | use bin |
1 | pass | pass | use dialect |
2 | pass | pass | hay builtin usage |
3 | pass | pass | hay reset |
4 | pass | pass | hay eval can't be nested |
5 | pass | pass | hay names at top level |
6 | pass | pass | Parsing Nested Attributes nodes (bug fix) |
7 | pass | pass | hay eval attr node, and JSON |
8 | pass | pass | hay eval shell node, and JSON |
9 | pass | pass | _hay() register |
10 | pass | pass | haynode builtin can define nodes |
11 | pass | pass | haynode: usage errors (name or block required) |
12 | pass | pass | haynode: shell nodes require block args; attribute nodes don't |
13 | pass | pass | hay eval with shopt -s oil:all |
14 | pass | pass | Scope of Variables Inside Hay Blocks |
15 | pass | pass | hay define and then an error |
16 | pass | pass | parse_hay() |
17 | pass | pass | Code Blocks: parse_hay() then shvar _DIALECT= { eval_hay() } |
18 | pass | pass | Attribute / Data Blocks (package-manager) |
19 | FAIL | FAIL | Typed Args to Hay Node |
details | details |
38 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
osh | 19 Typed Args to Hay Node [osh status] Expected 0, got 2 stdout: stderr: when NAME (x > 0) { ^ [ stdin ]:6: 'when' Too many typed args (expected one block) [ stdin ]:6: errexit PID 19125: Command failed with status 2 |
osh_ALT | 19 Typed Args to Hay Node [osh_ALT status] Expected 0, got 2 stdout: stderr: when NAME (x > 0) { ^ [ stdin ]:6: 'when' Too many typed args (expected one block) [ stdin ]:6: errexit PID 19154: Command failed with status 2 |