status | osh | osh_ALT | |
pass | 2 | 2 | |
FAIL | 7 | 7 | |
total | 9 | 9 | |
case | osh | osh_ALT | description |
0 | FAIL | FAIL | Conditional Inside Blocks |
details | details | ||
1 | FAIL | FAIL | Conditional Outside Block |
details | details | ||
2 | FAIL | FAIL | Iteration Inside Block |
details | details | ||
3 | FAIL | FAIL | Iteration Outside Block |
details | details | ||
4 | FAIL | FAIL | Iteration outside Hay node - example from Samuel |
details | details | ||
5 | FAIL | FAIL | Proc Inside Block |
details | details | ||
6 | FAIL | FAIL | Proc That Defines Block |
details | details | ||
7 | pass | pass | Param scope issue (from Zulip, 2025-02) |
8 | pass | pass | Hay node with exression block arg now allowed - Node (; ; ^(var x = 1)) |
4 passed, 0 OK, 0 not implemented, 0 BUG, 7 failed, 0 timeouts, 0 cases skipped 7 failed under osh
osh | 0 Conditional Inside Blocks [osh status] Expected 0, got 127 stdout: stderr: json write (_hay()) | jq '.children[0]' > actual.txt ^~ [ stdin ]:15: Command 'jq' not found (OILS-ERR-100) [ stdin ]:15: errexit PID 2363: Command failed with status 127 json write (_hay()) | jq '.children[0]' > actual.txt ^ [ stdin ]:15: errexit PID 2363: Pipeline failed with status 127 |
osh_ALT | 0 Conditional Inside Blocks [osh_ALT status] Expected 0, got 127 stdout: stderr: json write (_hay()) | jq '.children[0]' > actual.txt ^~ [ stdin ]:15: Command 'jq' not found (OILS-ERR-100) [ stdin ]:15: errexit PID 2367: Command failed with status 127 json write (_hay()) | jq '.children[0]' > actual.txt ^ [ stdin ]:15: errexit PID 2367: Pipeline failed with status 127 |
osh | 1 Conditional Outside Block [osh status] Expected 0, got 127 stdout: stderr: json write (_hay()) | jq '.children[0].attrs' > actual.txt ^~ [ stdin ]:17: Command 'jq' not found (OILS-ERR-100) [ stdin ]:17: errexit PID 2369: Command failed with status 127 json write (_hay()) | jq '.children[0].attrs' > actual.txt ^ [ stdin ]:17: errexit PID 2369: Pipeline failed with status 127 |
osh_ALT | 1 Conditional Outside Block [osh_ALT status] Expected 0, got 127 stdout: stderr: json write (_hay()) | jq '.children[0].attrs' > actual.txt ^~ [ stdin ]:17: Command 'jq' not found (OILS-ERR-100) [ stdin ]:17: errexit PID 2373: Command failed with status 127 json write (_hay()) | jq '.children[0].attrs' > actual.txt ^ [ stdin ]:17: errexit PID 2373: Pipeline failed with status 127 |
osh | 2 Iteration Inside Block [osh status] Expected 0, got 127 stdout: stderr: json write (_hay()) | jq '.children[0].attrs' > actual.txt ^~ [ stdin ]:12: Command 'jq' not found (OILS-ERR-100) [ stdin ]:12: errexit PID 2375: Command failed with status 127 json write (_hay()) | jq '.children[0].attrs' > actual.txt ^ [ stdin ]:12: errexit PID 2375: Pipeline failed with status 127 |
osh_ALT | 2 Iteration Inside Block [osh_ALT status] Expected 0, got 127 stdout: stderr: json write (_hay()) | jq '.children[0].attrs' > actual.txt ^~ [ stdin ]:12: Command 'jq' not found (OILS-ERR-100) [ stdin ]:12: errexit PID 2379: Command failed with status 127 json write (_hay()) | jq '.children[0].attrs' > actual.txt ^ [ stdin ]:12: errexit PID 2379: Pipeline failed with status 127 |
osh | 3 Iteration Outside Block [osh status] Expected 0, got 127 stdout: stderr: json write (_hay()) | jq '.children[].attrs' > actual.txt ^~ [ stdin ]:11: Command 'jq' not found (OILS-ERR-100) [ stdin ]:11: errexit PID 2381: Command failed with status 127 json write (_hay()) | jq '.children[].attrs' > actual.txt ^ [ stdin ]:11: errexit PID 2381: Pipeline failed with status 127 |
osh_ALT | 3 Iteration Outside Block [osh_ALT status] Expected 0, got 127 stdout: stderr: json write (_hay()) | jq '.children[].attrs' > actual.txt ^~ [ stdin ]:11: Command 'jq' not found (OILS-ERR-100) [ stdin ]:11: errexit PID 2385: Command failed with status 127 json write (_hay()) | jq '.children[].attrs' > actual.txt ^ [ stdin ]:11: errexit PID 2385: Pipeline failed with status 127 |
osh | 4 Iteration outside Hay node - example from Samuel [osh stdout] Expected 'status=0\n', got '' [osh status] Expected 0, got 127 stdout: stderr: json write (result) | jq '.children[].attrs' > actual.txt ^~ [ stdin ]:17: Command 'jq' not found (OILS-ERR-100) [ stdin ]:17: errexit PID 2387: Command failed with status 127 json write (result) | jq '.children[].attrs' > actual.txt ^ [ stdin ]:17: errexit PID 2387: Pipeline failed with status 127 |
osh_ALT | 4 Iteration outside Hay node - example from Samuel [osh_ALT stdout] Expected 'status=0\n', got '' [osh_ALT status] Expected 0, got 127 stdout: stderr: json write (result) | jq '.children[].attrs' > actual.txt ^~ [ stdin ]:17: Command 'jq' not found (OILS-ERR-100) [ stdin ]:17: errexit PID 2391: Command failed with status 127 json write (result) | jq '.children[].attrs' > actual.txt ^ [ stdin ]:17: errexit PID 2391: Pipeline failed with status 127 |
osh | 5 Proc Inside Block [osh status] Expected 0, got 127 stdout: p pstderr: json write (_hay()) | jq '.children[0].attrs' > actual.txt ^~ [ stdin ]:18: Command 'jq' not found (OILS-ERR-100) [ stdin ]:18: errexit PID 2393: Command failed with status 127 json write (_hay()) | jq '.children[0].attrs' > actual.txt ^ [ stdin ]:18: errexit PID 2393: Pipeline failed with status 127 |
osh_ALT | 5 Proc Inside Block [osh_ALT status] Expected 0, got 127 stdout: p pstderr: json write (_hay()) | jq '.children[0].attrs' > actual.txt ^~ [ stdin ]:18: Command 'jq' not found (OILS-ERR-100) [ stdin ]:18: errexit PID 2397: Command failed with status 127 json write (_hay()) | jq '.children[0].attrs' > actual.txt ^ [ stdin ]:18: errexit PID 2397: Pipeline failed with status 127 |
osh | 6 Proc That Defines Block [osh status] Expected 0, got 127 stdout: stderr: json write (_hay()) | jq '.children[].attrs' > actual.txt ^~ [ stdin ]:15: Command 'jq' not found (OILS-ERR-100) [ stdin ]:15: errexit PID 2399: Command failed with status 127 json write (_hay()) | jq '.children[].attrs' > actual.txt ^ [ stdin ]:15: errexit PID 2399: Pipeline failed with status 127 |
osh_ALT | 6 Proc That Defines Block [osh_ALT status] Expected 0, got 127 stdout: stderr: json write (_hay()) | jq '.children[].attrs' > actual.txt ^~ [ stdin ]:15: Command 'jq' not found (OILS-ERR-100) [ stdin ]:15: errexit PID 2403: Command failed with status 127 json write (_hay()) | jq '.children[].attrs' > actual.txt ^ [ stdin ]:15: errexit PID 2403: Pipeline failed with status 127 |