spec test index / oilshell.org
status | osh | |
FAIL | 11 | |
total | 11 | |
case | osh | description |
0 | FAIL | Can't use x+= on YSH Int (issue #840) |
details | ||
1 | FAIL | Can't x+= on other YSH types |
details | ||
2 | FAIL | Shell ${x:-default} with YSH List (issue #954) |
details | ||
3 | FAIL | Shell ${a[0]} with YSH List (issue #1092) |
details | ||
4 | FAIL | Can't splice nested List |
details | ||
5 | FAIL | Can't splice nested Dict |
details | ||
6 | FAIL | ${#x} on List and Dict |
details | ||
7 | FAIL | Can't use $x on List and Dict |
details | ||
8 | FAIL | Iterate over array with holes (bug fix) |
details | ||
9 | FAIL | Slice bash array isn't allowed |
details | ||
10 | FAIL | Concat ++ not defined on shell array |
details |
0 passed, 0 OK, 0 not implemented, 0 BUG, 11 failed, 0 timeouts, 0 cases skipped 11 failed under osh
osh | 0 Can't use x+= on YSH Int (issue #840) [osh stdout] Expected 'sh_str=2\nsh_str=21\nsh_str=211\n\nysh_int=2\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 Can't x+= on other YSH types [osh stdout] Expected 'eggex 1\nDict 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 | 2 Shell ${x:-default} with YSH List (issue #954) [osh status] Expected 3, 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 Shell ${a[0]} with YSH List (issue #1092) [osh status] Expected 3, 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 | 4 Can't splice nested List [osh status] Expected 3, 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 Can't splice nested Dict [osh stdout] Expected 'v v2\n', got '' [osh status] Expected 3, 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 | 6 ${#x} on List and Dict [osh status] Expected 3, 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 | 7 Can't use $x on List and Dict [osh stdout] Expected 'array abc\narray abc\n', got '' [osh status] Expected 3, 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 Iterate over array with holes (bug fix) [osh stdout] Expected "['a', 'b', 'c']\narray=(); array[0]=a array[1]=b array[5]=c\n" Got '' [osh status] Expected 3, 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 | 9 Slice bash array isn't allowed [osh stdout] Expected "['c d', 'e']\n['copy', 'bash']\n", got '' [osh status] Expected 3, 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 | 10 Concat ++ not defined on shell array [osh status] Expected 3, 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_ |