| status | osh | osh-cpp | |
| FAIL | 3 | 3 | |
| total | 3 | 3 | |
| case | osh | osh-cpp | description |
| 0 | FAIL | FAIL | xz package: dirprefix="${line##*([}" |
| details | details | ||
| 1 | FAIL | FAIL | bash doesn't respect extended glob ? |
| details | details | ||
| 2 | FAIL | FAIL | ((( with nested subshells |
| details | details |
0 passed, 0 OK, 0 not implemented, 0 BUG, 3 failed, 0 timeouts, 0 cases skipped 3 failed under osh
| 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
|
| osh-cpp | 0 xz package: dirprefix="${line##*([}" [osh-cpp stdout] Expected '--\n-foo-\n', got '' [osh-cpp status] Expected 0, got 2 stdout: stderr: echo "-$dirprefix-"
^
[ stdin ]:6: Unexpected EOF reading double-quoted string that began here
|
| osh | 1 bash doesn't respect extended glob ? [osh stdout] Expected 'extglob\n-bar-\n', got 'extglob\n--\n' stdout: extglob --stderr: |
| osh-cpp | 1 bash doesn't respect extended glob ? [osh-cpp stdout] Expected 'extglob\n-bar-\n', got 'extglob\n--\n' stdout: extglob --stderr: |
| 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
|
| osh-cpp | 2 ((( with nested subshells [osh-cpp stdout] Expected 'cputype= 6\n', got '' [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
|