| status | bash | dash | mksh | zsh | ash | osh | |
| pass | 2 | 1 | 0 | 0 | 1 | 0 | |
| N-I | 0 | 1 | 2 | 2 | 1 | 0 | |
| FAIL | 1 | 1 | 1 | 1 | 1 | 3 | |
| total | 3 | 3 | 3 | 3 | 3 | 3 | |
| 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 | N-I | N-I | N-I | N-I | FAIL | bash doesn't respect extended glob ? |
| details | details | details | details | details | |||
| 2 | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | ((( with nested subshells |
| details | details | details | details | details | details |
4 passed, 0 OK, 6 not implemented, 0 BUG, 8 failed, 0 timeouts, 0 cases skipped 3 failed under osh
| mksh | 0 xz package: dirprefix="${line##*([}" stdout: stderr: mksh: <stdin>[8]: no closing quote |
| zsh | 0 xz package: dirprefix="${line##*([}" stdout: stderr: 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 ]:6: Unexpected EOF reading double-quoted string that began here
|
| dash | 1 bash doesn't respect extended glob ? stdout: stderr: |
| mksh | 1 bash doesn't respect extended glob ? stdout: stderr: |
| zsh | 1 bash doesn't respect extended glob ? stdout: stderr: |
| ash | 1 bash doesn't respect extended glob ? stdout: stderr: |
| osh | 1 bash doesn't respect extended glob ? [osh stdout] Expected 'extglob\n-bar-\n', got 'extglob\n--\n' stdout: extglob --stderr: |
| bash | 2 ((( with nested subshells [bash stdout] Expected 'cputype= 6\n', got 'cputype= 25\n' stdout: cputype= 25stderr: |
| dash | 2 ((( with nested subshells [dash stdout] Expected 'cputype= 6\n', got 'cputype= 25\n' stdout: cputype= 25stderr: |
| mksh | 2 ((( with nested subshells [mksh stdout] Expected 'cputype= 6\n', got 'cputype= 25\n' stdout: cputype= 25stderr: |
| zsh | 2 ((( with nested subshells [zsh stdout] Expected 'cputype= 6\n', got 'cputype= 25\n' stdout: cputype= 25stderr: |
| ash | 2 ((( with nested subshells [ash stdout] Expected 'cputype= 6\n', got 'cputype= 25\n' stdout: cputype= 25stderr: |
| osh | 2 ((( with nested subshells [osh stdout] Expected 'cputype= 6\n', got '' [osh status] Expected 0, got 2 stdout: stderr: cputype=`(((grep cpu /proc/cpuinfo | cut -d: -f2) ; ($PRTDIAG -v |grep -i sparc) ; grep -i cpu /var/run/dmesg.boot ) | head -n 1) 2> /dev/null`
^
[ backticks in [ stdin ] ]:6: Parser expected Id.Arith_RParen, got Id.Word_Compound
|