| status | bash | dash | mksh | zsh | ash | osh | |
| pass | 8 | 7 | 6 | 5 | 8 | 5 | |
| N-I | 0 | 0 | 1 | 1 | 0 | 0 | |
| BUG-2 | 0 | 0 | 0 | 1 | 0 | 0 | |
| BUG | 0 | 1 | 1 | 1 | 0 | 0 | |
| FAIL | 0 | 0 | 0 | 0 | 0 | 3 | |
| total | 8 | 8 | 8 | 8 | 8 | 8 | |
| case | bash | dash | mksh | zsh | ash | osh | description |
| 0 | pass | pass | N-I | N-I | pass | FAIL | xz package: dirprefix="${line##*([}" |
| details | details | details | |||||
| 1 | pass | pass | BUG | pass | pass | FAIL | !( as negation and subshell versus extended glob - #2463 |
| details | details | ||||||
| 2 | pass | pass | pass | pass | pass | FAIL | Changing PATH will invalidate PATH cache |
| details | |||||||
| 3 | pass | pass | pass | pass | pass | pass | test builtin - Unexpected trailing word '--' (#2409) |
| 4 | pass | pass | pass | pass | pass | pass | builtin cat crashes a subshell (#2530) |
| 5 | pass | pass | pass | BUG | pass | pass | test builtin: ( = ) is confusing: equality test or non-empty string test |
| details | |||||||
| 6 | pass | BUG | pass | BUG-2 | pass | pass | test builtin: ( == ) is confusing: equality test or non-empty string test |
| details | details | ||||||
| 7 | pass | pass | pass | pass | pass | pass | test builtin: ( x ) behavior is the same in both cases |
39 passed, 0 OK, 2 not implemented, 4 BUG, 3 failed, 0 timeouts, 0 cases skipped 3 failed under osh
| mksh | 0 xz package: dirprefix="${line##*([}" stdout: stderr: mksh: <stdin>[1]: shopt: not found mksh: <stdin>[11]: no closing quote |
| zsh | 0 xz package: dirprefix="${line##*([}" stdout: stderr: zsh: command not found: shopt zsh: bad pattern: *([ |
| osh | 0 xz package: dirprefix="${line##*([}" [osh stdout] Expected '--\n-foo-\n' Got '' [osh status] Expected 0 Got 2 stdout: stderr: echo "-$dirprefix-"
^
[ stdin ]:9: Unexpected EOF reading double-quoted string that began here
|
| mksh | 1 !( as negation and subshell versus extended glob - #2463 stdout: twostderr: mksh: <stdin>[6]: !(false && false): not found |
| osh | 1 !( as negation and subshell versus extended glob - #2463 [osh stdout] Expected 'one\ntwo\n' Got 'two\n' stdout: twostderr: if !($have_icu_uc && $have_icu_i18n); then
^~
[ stdin ]:4: Command '!(false && false)' not found (OILS-ERR-100)
|
| osh | 2 Changing PATH will invalidate PATH cache [osh stdout] Expected 'hi\nstatus=0\nhey\nstatus=0\nhi\nstatus=0\nhey\nstatus=0\nhi\nstatus=0\nhey\nstatus=0\n' Got 'hi\nstatus=0\nhi\nstatus=0\nhi\nstatus=0\nhi\nstatus=0\nhi\nstatus=0\nhi\nstatus=0\n' stdout: hi status=0 hi status=0 hi status=0 hi status=0 hi status=0 hi status=0stderr: |
| zsh | 5 test builtin: ( = ) is confusing: equality test or non-empty string test stdout: status=0 status=1stderr: |
| dash | 6 test builtin: ( == ) is confusing: equality test or non-empty string test stdout: status=0 status=0stderr: |
| zsh | 6 test builtin: ( == ) is confusing: equality test or non-empty string test stdout: stderr: zsh: = not found |