spec test index / oilshell.org
status | osh | |
FAIL | 12 | |
total | 12 | |
case | osh | description |
0 | FAIL | Augmented assignment doesn't work on List |
details | ||
1 | FAIL | Augmented assignment respects command_sub_errexit |
details | ||
2 | FAIL | Augmented assignment with integers |
details | ||
3 | FAIL | Augmented assignment on string changes to Int Float |
details | ||
4 | FAIL | Augmented assignment with floats |
details | ||
5 | FAIL | Int/Float augmented += -= *= /= |
details | ||
6 | FAIL | Int Augmented //= %= **= and bitwise ops |
details | ||
7 | FAIL | Augmented assignment of Dict |
details | ||
8 | FAIL | Augmented assignment of List |
details | ||
9 | FAIL | Dict with nonexistent key (bug fix) |
details | ||
10 | FAIL | List with nonexistent elemnt |
details | ||
11 | FAIL | Augmented assignment doesn't work with multiple LHS |
details |
0 passed, 0 OK, 0 not implemented, 0 BUG, 12 failed, 0 timeouts, 0 cases skipped 12 failed under osh
osh | 0 Augmented assignment doesn't work on List [osh stdout] Expected "['a', 'b 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 | 1 Augmented assignment respects command_sub_errexit [osh stdout] Expected 'x=45\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 | 2 Augmented assignment with integers [osh stdout] Expected 'x=7\nx=11\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 Augmented assignment on string changes to Int Float [osh stdout] Expected '(Str) "42"\n(Int) 46\n(Int) 55\n(Float) 10.5\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 | 4 Augmented assignment with floats [osh stdout] Expected '43.5\n45.0\n48.0\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 Int/Float augmented += -= *= /= [osh stdout] Expected 'x=7\nx=30\nx=5.0\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 | 6 Int Augmented //= %= **= and bitwise ops [osh stdout] Expected 'x=3\nx=1\nx=1000\n\nbitwise\nx=5\nx=15\nx=3\n\nshift\nx=16\nx=4\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 | 7 Augmented assignment of Dict [osh stdout] Expected '43.5\n45.0\n48.0\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 Augmented assignment of List [osh stdout] Expected '31 42\n31 21\n31 10.5\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 | 9 Dict with nonexistent key (bug fix) [osh stdout] Expected '44\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 List with nonexistent elemnt [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 | 11 Augmented assignment doesn't work with multiple LHS [osh status] Expected 2, 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_ |