Results for ysh-augmented.test.sh

statusosh
FAIL 12
total12
caseoshdescription
0FAIL Augmented assignment doesn't work on List
details
1FAIL Augmented assignment respects command_sub_errexit
details
2FAIL Augmented assignment with integers
details
3FAIL Augmented assignment on string changes to Int Float
details
4FAIL Augmented assignment with floats
details
5FAIL Int/Float augmented += -= *= /=
details
6FAIL Int Augmented //= %= **= and bitwise ops
details
7FAIL Augmented assignment of Dict
details
8FAIL Augmented assignment of List
details
9FAIL Dict with nonexistent key (bug fix)
details
10FAIL List with nonexistent elemnt
details
11FAIL 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

Details on runs that didn't PASS

osh0 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_
osh1 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_
osh2 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_
osh3 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_
osh4 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_
osh5 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_
osh6 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_
osh7 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_
osh8 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_
osh9 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_
osh10 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_
osh11 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_