| status | osh | osh-cpp | |
| pass | 1 | 1 | |
| FAIL | 5 | 5 | |
| total | 6 | 6 | |
| case | osh | osh-cpp | description |
| 0 | FAIL | FAIL | xz package: dirprefix="${line##*([}" |
| details | details | ||
| 1 | FAIL | FAIL | !( as negation and subshell versus extended glob - #2463 |
| details | details | ||
| 2 | FAIL | FAIL | Changing PATH will invalidate PATH cache |
| details | details | ||
| 3 | pass | pass | builtin cat crashes a subshell (#2530) |
| 4 | FAIL | FAIL | test builtin: ( = ) is confusing: equality test or non-empty string test |
| details | details | ||
| 5 | FAIL | FAIL | test builtin: ( == ) is confusing: equality test or non-empty string test |
| details | details |
2 passed, 0 OK, 0 not implemented, 0 BUG, 5 failed, 0 timeouts, 0 cases skipped 5 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 ]:9: 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 ]:9: Unexpected EOF reading double-quoted string that began here
|
| 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-cpp | 1 !( as negation and subshell versus extended glob - #2463 [osh-cpp 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: |
| osh-cpp | 2 Changing PATH will invalidate PATH cache [osh-cpp 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: |
| osh | 4 test builtin: ( = ) is confusing: equality test or non-empty string test [osh stdout] Expected 'status=1\nstatus=0\n' Got 'status=1\nstatus=1\n' stdout: status=1 status=1stderr: |
| osh-cpp | 4 test builtin: ( = ) is confusing: equality test or non-empty string test [osh-cpp stdout] Expected 'status=1\nstatus=0\n' Got 'status=1\nstatus=1\n' stdout: status=1 status=1stderr: |
| osh | 5 test builtin: ( == ) is confusing: equality test or non-empty string test [osh stdout] Expected 'status=1\nstatus=0\n' Got 'status=1\nstatus=1\n' stdout: status=1 status=1stderr: |
| osh-cpp | 5 test builtin: ( == ) is confusing: equality test or non-empty string test [osh-cpp stdout] Expected 'status=1\nstatus=0\n' Got 'status=1\nstatus=1\n' stdout: status=1 status=1stderr: |