spec test index / oilshell.org
status | osh | |
FAIL | 4 | |
total | 4 | |
case | osh | description |
0 | FAIL | ${x|html} |
details | ||
1 | FAIL | ${x %05d} |
details | ||
2 | FAIL | ${.myproc builtin sub} |
details | ||
3 | FAIL | $[x] with _ESCAPER |
details |
0 passed, 0 OK, 0 not implemented, 0 BUG, 4 failed, 0 timeouts, 0 cases skipped 4 failed under osh
osh | 0 ${x|html} [osh stdout] Expected 'echo hi 2>&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_ |
osh | 1 ${x %05d} [osh stdout] Expected '00003\n00003\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 ${.myproc builtin sub} [osh stdout] Expected 'builtin sub\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 $[x] with _ESCAPER [osh stdout] Expected 'code echo hi 2>&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_ |