Results for ysh-with-sh.test.sh

statusosh
FAIL 11
total11
caseoshdescription
0FAIL Can't use x+= on YSH Int (issue #840)
details
1FAIL Can't x+= on other YSH types
details
2FAIL Shell ${x:-default} with YSH List (issue #954)
details
3FAIL Shell ${a[0]} with YSH List (issue #1092)
details
4FAIL Can't splice nested List
details
5FAIL Can't splice nested Dict
details
6FAIL ${#x} on List and Dict
details
7FAIL Can't use $x on List and Dict
details
8FAIL Iterate over array with holes (bug fix)
details
9FAIL Slice bash array isn't allowed
details
10FAIL 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

Details on runs that didn't PASS

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