spec test index / oilshell.org
| status | osh | osh_ALT | |
| pass | 2 | 1 | |
| FAIL | 2 | 3 | |
| total | 4 | 4 | |
| case | osh | osh_ALT | description |
| 0 | FAIL | FAIL | argv0 trace |
| details | details | ||
| 1 | FAIL | FAIL | crash dump |
| details | details | ||
| 2 | pass | pass | crash dump with source |
| 3 | pass | FAIL | --tool cat-em |
| details |
3 passed, 0 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped 2 failed under osh
| osh | 0 argv0 trace [osh status] Expected 0, got 127 stdout: internal x1 x2 ( $( ) x3stderr: [39894] Wrote metrics dump to /home/uke/oil/_tmp/spec-tmp/ysh-dev.test.sh.39881/00-osh/39894.argv0.json
[39900] Wrote metrics dump to /home/uke/oil/_tmp/spec-tmp/ysh-dev.test.sh.39881/00-osh/39900.argv0.json
[39891] Wrote metrics dump to /home/uke/oil/_tmp/spec-tmp/ysh-dev.test.sh.39881/00-osh/39891.argv0.json
python3 -m json.tool $j >/dev/null
^~~~~~~
[ stdin ]:23: 'python3' not found (OILS-ERR-100)
python3 -m json.tool $j >/dev/null
^~~~~~~
[ stdin ]:23: 'python3' not found (OILS-ERR-100)
python3 -m json.tool $j >/dev/null
^~~~~~~
[ stdin ]:23: 'python3' not found (OILS-ERR-100)
|
| osh_ALT | 0 argv0 trace [osh_ALT status] Expected 0, got 127 stdout: internal x1 x2 ( $( ) x3stderr: [39906] Wrote metrics dump to /home/uke/oil/_tmp/spec-tmp/ysh-dev.test.sh.39881/00-osh_ALT/39906.argv0.json
[39912] Wrote metrics dump to /home/uke/oil/_tmp/spec-tmp/ysh-dev.test.sh.39881/00-osh_ALT/39912.argv0.json
[39905] Wrote metrics dump to /home/uke/oil/_tmp/spec-tmp/ysh-dev.test.sh.39881/00-osh_ALT/39905.argv0.json
python3 -m json.tool $j >/dev/null
^~~~~~~
[ stdin ]:23: 'python3' not found (OILS-ERR-100)
python3 -m json.tool $j >/dev/null
^~~~~~~
[ stdin ]:23: 'python3' not found (OILS-ERR-100)
python3 -m json.tool $j >/dev/null
^~~~~~~
[ stdin ]:23: 'python3' not found (OILS-ERR-100)
|
| osh | 1 crash dump [osh stdout] Expected 'status=1\nstatus=0\n', got 'status=1\nstatus=127\n' stdout: status=1 status=127stderr: echo $(( 1 / 0 ))
^
[ -c flag ]:4: fatal: Divide by zero
[39920] Wrote crash dump to /home/uke/oil/_tmp/spec-tmp/ysh-dev.test.sh.39881/01-osh/39920-osh-crash-dump.json
python3 -c '
^~~~~~~
[ stdin ]:19: 'python3' not found (OILS-ERR-100)
|
| osh_ALT | 1 crash dump [osh_ALT stdout] Expected 'status=1\nstatus=0\n', got 'status=1\nstatus=127\n' stdout: status=1 status=127stderr: echo $(( 1 / 0 ))
^
[ -c flag ]:4: fatal: Divide by zero
[39925] Wrote crash dump to /home/uke/oil/_tmp/spec-tmp/ysh-dev.test.sh.39881/01-osh_ALT/39925-osh-crash-dump.json
python3 -c '
^~~~~~~
[ stdin ]:19: 'python3' not found (OILS-ERR-100)
|
| osh_ALT | 3 --tool cat-em [osh_ALT stdout] Expected 'status=1\nstatus=0\nstatus=1\n', got 'status=1\nstatus=1\nstatus=1\n' stdout: status=1 status=1 status=1stderr: cat-em: 'zzZZ' not found cat-em: 'stdlib/ysh/math.ysh' not found cat-em: 'zzZZ' not found cat-em: 'stdlib/ysh/math.ysh' not found |