spec test index / oilshell.org
status | ysh | |
FAIL | 5 | |
total | 5 | |
case | ysh | description |
0 | FAIL | global frame doesn't contain builtins like len(), dict(), io |
details | ||
1 | FAIL | global frame doesn't contain env vars |
details | ||
2 | FAIL | global frame doesn't have PWD, IFS |
details | ||
3 | FAIL | __defaults__ is a Dict, showing default PATH, PS1 |
details | ||
4 | FAIL | __builtins__ module |
details |
0 passed, 0 OK, 0 not implemented, 0 BUG, 5 failed, 0 timeouts, 0 cases skipped 5 failed under osh
ysh | 0 global frame doesn't contain builtins like len(), dict(), io [ysh stdout] Expected '(List) [0,1]\n(List) [0,1]\n(List) [0,1]\n' Got '' [ysh status] Expected 0, got 1 [ysh 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_ |
ysh | 1 global frame doesn't contain env vars [ysh stdout] Expected '(List) [0,1]\n', got '' [ysh status] Expected 0, got 1 [ysh 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_ |
ysh | 2 global frame doesn't have PWD, IFS [ysh status] Expected 0, got 1 [ysh 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_ |
ysh | 3 __defaults__ is a Dict, showing default PATH, PS1 [ysh stdout] Expected '(Str) "Dict"\n', got '' [ysh status] Expected 0, got 1 [ysh 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_ |
ysh | 4 __builtins__ module [ysh status] Expected 0, got 1 [ysh 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_ |