Results for ysh-place.test.sh

statusysh
FAIL 4
total4
caseyshdescription
0FAIL Local place
details
1FAIL place->setValue()
details
2FAIL [DISABLED] Places can't dangle; they should passed UP the stack only
details
3FAIL Container Place (Dict)
details
0 passed, 0 OK, 0 not implemented, 0 BUG, 4 failed, 0 timeouts, 0 cases skipped
4 failed under osh

Details on runs that didn't PASS

ysh0 Local place

[ysh stdout] Expected 'f x=f\nfillPlace x=fillPlace\np x=zzz\n\nglobal x=global\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_
ysh1 place->setValue()

[ysh stdout] Expected 'f x=f\nfillPlace x=fillPlace\np x=zzz\nglobal x=global\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_
ysh2 [DISABLED] Places can't dangle; they should passed UP the stack only

[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_
ysh3 Container Place (Dict)

[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_