Results for divergence.test.sh

statusoshosh-cpp
FAIL 22
total22
caseoshosh-cppdescription
0FAIL FAIL xz package: dirprefix="${line##*([}"
detailsdetails
1FAIL FAIL ((( with nested subshells
detailsdetails
0 passed, 0 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped
2 failed under osh

Details on runs that didn't PASS

osh0 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
osh-cpp0 xz package: dirprefix="${line##*([}"

[osh-cpp stdout] Expected '--\n-foo-\n', got ''
[osh-cpp status] Expected 0, got 2

stdout:
stderr: 
  echo "-$dirprefix-"
                    ^
[ stdin ]:9: Unexpected EOF reading double-quoted string that began here
osh1 ((( with nested subshells

[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
osh-cpp1 ((( with nested subshells

[osh-cpp 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