spec test index / oilshell.org
status | osh | |
FAIL | 4 | |
total | 4 | |
case | osh | description |
0 | FAIL | argv0 trace |
details | ||
1 | FAIL | crash dump |
details | ||
2 | FAIL | crash dump with source |
details | ||
3 | FAIL | --tool cat-em |
details |
0 passed, 0 OK, 0 not implemented, 0 BUG, 4 failed, 0 timeouts, 0 cases skipped 4 failed under osh
osh | 0 argv0 trace [osh stdout] Expected 'internal\nx1\nx2\n(\n$(\n)\nx3\n', got '' [osh status] Expected 0, got 1 [osh stderr] Found 'Traceback (most recent' stdout: stderr: Traceback (most recent call last): File "/home/uke/oil/bin/oils_for_unix.py", line 20, in <module> import posix_ as posix ImportError: No module named posix_ |
osh | 1 crash dump [osh stdout] Expected 'status=1\nstatus=0\n', got '' [osh status] Expected 0, got 1 [osh stderr] Found 'Traceback (most recent' stdout: stderr: Traceback (most recent call last): File "/home/uke/oil/bin/oils_for_unix.py", line 20, in <module> import posix_ as posix ImportError: No module named posix_ |
osh | 2 crash dump with source [osh stdout] Expected 'crash status=1\nfound crash dump\n', got '' [osh status] Expected 0, got 1 [osh stderr] Found 'Traceback (most recent' stdout: stderr: Traceback (most recent call last): File "/home/uke/oil/bin/oils_for_unix.py", line 20, in <module> import posix_ as posix ImportError: No module named posix_ |
osh | 3 --tool cat-em [osh stdout] Expected 'status=1\nstatus=0\nstatus=1\n', got '' [osh status] Expected 0, got 1 [osh stderr] Found 'Traceback (most recent' stdout: stderr: Traceback (most recent call last): File "/home/uke/oil/bin/oils_for_unix.py", line 20, in <module> import posix_ as posix ImportError: No module named posix_ |