| status | osh | |
| pass | 19 | |
| FAIL | 1 | |
| total | 20 | |
| case | osh | description |
| 0 | pass | Customize PS4 |
| 1 | pass | xtrace_details doesn't show [[ ]] etc. |
| 2 | pass | xtrace_details AND xtrace_rich on |
| 3 | pass | proc and shell function |
| 4 | pass | eval |
| 5 | pass | source |
| 6 | pass | external and builtin |
| 7 | pass | subshell |
| 8 | pass | command sub |
| 9 | pass | process sub (nondeterministic) |
| 10 | pass | pipeline (nondeterministic) |
| 11 | pass | singleton pipeline |
| 12 | pass | Background pipeline (separate code path) |
| 13 | FAIL | Background process with fork and & (nondeterministic) |
| details | ||
| 14 | pass | Here doc |
| 15 | pass | Two here docs |
| 16 | pass | Here doc greater than 4096 bytes |
| 17 | pass | Control Flow |
| 18 | pass | use builtin and invokable module |
| 19 | pass | Encoded argv uses shell encoding, not J8 |
19 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
| osh | 13 Background process with fork and & (nondeterministic) [osh stderr] Expected " . 12345 exec sleep 0.1\n . 12345 exec sleep 0.1\n ; process 12345: status 0\n ; process 12345: status 0\n. builtin fork\n. builtin set '+x'\n. builtin shopt -s 'ysh:upgrade'\n< wait\n< wait\n> wait\n> wait\n[%1] PID 12345 Done\n[%1] PID 12345 Done\n| fork 12345\n| fork 12345\n" Got " . 12345 exec sleep 0.1\n . 12345 exec sleep 0.1\n ; process 12345: status 0\n ; process 12345: status 0\n. builtin fork\n. builtin set '+x'\n. builtin shopt -s 'ysh:upgrade'\n< wait\n< wait\n> wait\n> wait\n[%1] PID 12345 Done\n[%2] PID 12345 Done\n| fork 12345\n| fork 12345\n" stdout: stderr: . 12345 exec sleep 0.1 . 12345 exec sleep 0.1 ; process 12345: status 0 ; process 12345: status 0 . builtin fork . builtin set '+x' . builtin shopt -s 'ysh:upgrade' < wait < wait > wait > wait [%1] PID 12345 Done [%2] PID 12345 Done | fork 12345 | fork 12345 |