Results for divergence.test.sh

statusbashdashmkshzshashosh
pass 210010
N-I 012210
FAIL 111113
total333333
casebashdashmkshzshashoshdescription
0pass pass N-I N-I pass FAIL xz package: dirprefix="${line##*([}"
detailsdetailsdetails
1pass N-I N-I N-I N-I FAIL bash doesn't respect extended glob ?
detailsdetailsdetailsdetailsdetails
2FAIL FAIL FAIL FAIL FAIL FAIL ((( with nested subshells
detailsdetailsdetailsdetailsdetailsdetails
4 passed, 0 OK, 6 not implemented, 0 BUG, 8 failed, 0 timeouts, 0 cases skipped
3 failed under osh

Details on runs that didn't PASS

mksh0 xz package: dirprefix="${line##*([}"

stdout:
stderr: 
mksh: <stdin>[8]: no closing quote
zsh0 xz package: dirprefix="${line##*([}"

stdout:
stderr: 
zsh: bad pattern: *([
osh0 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
dash1 bash doesn't respect extended glob ?

stdout:
stderr: 
mksh1 bash doesn't respect extended glob ?

stdout:
stderr: 
zsh1 bash doesn't respect extended glob ?

stdout:
stderr: 
ash1 bash doesn't respect extended glob ?

stdout:
stderr: 
osh1 bash doesn't respect extended glob ?

[osh stdout] Expected 'extglob\n-bar-\n', got 'extglob\n--\n'

stdout:
extglob
--
stderr:
bash2 ((( with nested subshells

[bash stdout] Expected 'cputype= 6\n', got 'cputype= 25\n'

stdout:
cputype= 25
stderr:
dash2 ((( with nested subshells

[dash stdout] Expected 'cputype= 6\n', got 'cputype= 25\n'

stdout:
cputype= 25
stderr:
mksh2 ((( with nested subshells

[mksh stdout] Expected 'cputype= 6\n', got 'cputype= 25\n'

stdout:
cputype= 25
stderr:
zsh2 ((( with nested subshells

[zsh stdout] Expected 'cputype= 6\n', got 'cputype= 25\n'

stdout:
cputype= 25
stderr:
ash2 ((( with nested subshells

[ash stdout] Expected 'cputype= 6\n', got 'cputype= 25\n'

stdout:
cputype= 25
stderr:
osh2 ((( 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