spec test index / oilshell.org
status | osh | osh_ALT | |
pass | 4 | 2 | |
FAIL | 0 | 2 | |
total | 4 | 4 | |
case | osh | osh_ALT | description |
0 | pass | pass | --debug-file |
1 | pass | FAIL | crash dump |
details | |||
2 | pass | FAIL | crash dump with source |
details | |||
3 | pass | pass | help osh and oil |
6 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped
osh_ALT | 1 crash dump [osh_ALT stdout] Expected 'status=1\nstatus=0\n', got 'status=1\nstatus=1\n' [osh_ALT stderr] Found 'Traceback (most recent' stdout: status=1 status=1stderr: echo $(( 1 / 0 )) ^ [ -c flag ]:4: fatal: Divide by zero Traceback (most recent call last): File "/home/andy/git/oilshell/oil/bin/oil.py", line 330, in _cpython_main_hook sys.exit(main(sys.argv)) File "/home/andy/git/oilshell/oil/bin/oil.py", line 303, in main return AppBundleMain(argv) File "/home/andy/git/oilshell/oil/bin/oil.py", line 294, in AppBundleMain return readlink.main(main_argv) File "/home/andy/git/oilshell/oil/core/shell.py", line 681, in Main cmd_flags=cmd_eval.IsMainProgram) File "/home/andy/git/oilshell/oil/core/main_loop.py", line 338, in Batch return status File "/home/andy/git/oilshell/oil/osh/cmd_eval.py", line 1613, in ExecuteAndCatch self.dumper.MaybeDump(status) File "/home/andy/git/oilshell/oil/core/dev.py", line 154, in MaybeDump import json ImportError: No module named json FATAL: couldn't import from app bundle '/home/andy/git/oilshell/oil/_tmp/oil-tar-test/oil-0.10.0/_bin/osh' (1) Stripping the oil.ovm binary may cause this error. See https://github.com/oilshell/oil/issues/47 No JSON object could be decoded |
osh_ALT | 2 crash dump with source [osh_ALT stderr] Found 'Traceback (most recent' stdout: status=1 OKstderr: source spec/testdata/crash.sh ^~~~~~~~~~~~~~~~~~~~~~ [ -c flag ]:3: source 'spec/testdata/crash.sh' failed: No such file or directory Traceback (most recent call last): File "/home/andy/git/oilshell/oil/bin/oil.py", line 330, in _cpython_main_hook sys.exit(main(sys.argv)) File "/home/andy/git/oilshell/oil/bin/oil.py", line 303, in main return AppBundleMain(argv) File "/home/andy/git/oilshell/oil/bin/oil.py", line 294, in AppBundleMain return readlink.main(main_argv) File "/home/andy/git/oilshell/oil/core/shell.py", line 681, in Main cmd_flags=cmd_eval.IsMainProgram) File "/home/andy/git/oilshell/oil/core/main_loop.py", line 338, in Batch return status File "/home/andy/git/oilshell/oil/osh/cmd_eval.py", line 1613, in ExecuteAndCatch self.dumper.MaybeDump(status) File "/home/andy/git/oilshell/oil/core/dev.py", line 154, in MaybeDump import json ImportError: No module named json FATAL: couldn't import from app bundle '/home/andy/git/oilshell/oil/_tmp/oil-tar-test/oil-0.10.0/_bin/osh' (1) Stripping the oil.ovm binary may cause this error. See https://github.com/oilshell/oil/issues/47 + set -o errexit + ok=0 + test -s '/home/andy/git/oilshell/oil/_tmp/spec-tmp/osh-only.test.sh/31268-osh-crash-dump.json' + test -s '/home/andy/git/oilshell/oil/_tmp/spec-tmp/osh-only.test.sh/31432-osh-crash-dump.json' + python -m json.tool '/home/andy/git/oilshell/oil/_tmp/spec-tmp/osh-only.test.sh/31432-osh-crash-dump.json' + echo 'OK /home/andy/git/oilshell/oil/_tmp/spec-tmp/osh-only.test.sh/31432-osh-crash-dump.json' OK /home/andy/git/oilshell/oil/_tmp/spec-tmp/osh-only.test.sh/31432-osh-crash-dump.json + (( ++ok )) + test -s '/home/andy/git/oilshell/oil/_tmp/spec-tmp/osh-only.test.sh/31609-osh-crash-dump.json' + test 1 -ge 1 + echo OK |