spec test index / oilshell.org
status | osh | |
FAIL | 9 | |
total | 9 | |
case | osh | description |
0 | FAIL | cd builtin: fatal error in block |
details | ||
1 | FAIL | cd builtin: return in block |
details | ||
2 | FAIL | cd builtin: break in block |
details | ||
3 | FAIL | proc eval block: fatal error |
details | ||
4 | FAIL | proc eval block: return |
details | ||
5 | FAIL | proc eval block: break in block |
details | ||
6 | FAIL | proc eval string: fatal error |
details | ||
7 | FAIL | proc eval string: return |
details | ||
8 | FAIL | proc eval string: break |
details |
0 passed, 0 OK, 0 not implemented, 0 BUG, 9 failed, 0 timeouts, 0 cases skipped 9 failed under osh
osh | 0 cd builtin: fatal error in block [osh stdout] Expected 'one\n', got '' [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 cd builtin: return in block [osh stdout] Expected 'one\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 cd builtin: break in block [osh stdout] Expected 'one\n1\n', got '' [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 proc eval block: fatal error [osh stdout] Expected 'one\n', got '' [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 | 4 proc eval block: return [osh stdout] Expected 'one\nend func\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 | 5 proc eval block: break in block [osh stdout] Expected 'one\n1\n', got '' [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 | 6 proc eval string: fatal error [osh stdout] Expected 'one\n', got '' [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 | 7 proc eval string: return [osh stdout] Expected 'one\nend func\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 | 8 proc eval string: break [osh stdout] Expected 'one\n1\n', got '' [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_ |