spec test index / oilshell.org
status | ysh | |
FAIL | 8 | |
total | 8 | |
case | ysh | description |
0 | FAIL | !== operator |
details | ||
1 | FAIL | elif bug |
details | ||
2 | FAIL | global vars |
details | ||
3 | FAIL | Julia port |
details | ||
4 | FAIL | readonly in loop: explains why const doesn't work |
details | ||
5 | FAIL | Eggex bug in a loop |
details | ||
6 | FAIL | Append object onto Array |
details | ||
7 | FAIL | Invalid op on string |
details |
0 passed, 0 OK, 0 not implemented, 0 BUG, 8 failed, 0 timeouts, 0 cases skipped 8 failed under osh
ysh | 0 !== operator [ysh stdout] Expected 'not equal\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 elif bug [ysh stdout] Expected 'A\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 vars [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 Julia port [ysh stdout] Expected 'git\nbranch\n-D\nfoo\nbaz\n___\nfoo\nbaz\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 readonly in loop: explains why const doesn't work [ysh stdout] Expected 'x\n', got '' [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 | 5 Eggex bug in a loop [ysh stdout] Expected 'yes\nyes\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 | 6 Append object onto Array [ysh stdout] Expected '[\n {\n "1": "Test 1"\n },\n {\n "2": "Test 2"\n }\n]\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 | 7 Invalid op on string [ysh stdout] Expected 'email\n', got '' [ysh status] Expected 3, 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_ |