Results for ysh-cmd-lang.test.sh

statusyshysh_ALT
pass 10
FAIL 12
total22
caseyshysh_ALTdescription
0pass FAIL Redirect with if, case, while, for
details
1FAIL FAIL Redirect failure is either fatal or can be checked
detailsdetails
1 passed, 0 OK, 0 not implemented, 0 BUG, 3 failed, 0 timeouts, 0 cases skipped
1 failed under osh

Details on runs that didn't PASS

ysh_ALT0 Redirect with if, case, while, for

[ysh_ALT stdout] Expected 'ysh-if\nysh-case\nysh-while\nysh-for\n', got ''
[ysh_ALT status] Expected 0, got 1
[ysh_ALT stderr] Found 'Traceback (most recent'

stdout:
stderr: 
Could not import bin.oil
Traceback (most recent call last):
  File "/home/uke/oil/bin/oil.py", line 22, in <module>
    from _devbuild.gen import id_kind
  File "/home/uke/oil/_devbuild/gen/id_kind.py", line 2, in <module>
    from _devbuild.gen.id_kind_asdl import Id, Kind
  File "/home/uke/oil/_devbuild/gen/id_kind_asdl.py", line 1, in <module>
    from asdl import pybase
  File "/home/uke/oil/asdl/pybase.py", line 5, in <module>
    from mycpp import mylib
  File "/home/uke/oil/mycpp/mylib.py", line 17, in <module>
    from pylib import collections_
  File "/home/uke/oil/pylib/collections_.py", line 9, in <module>
    from typing import Any
  File "/home/uke/oil/vendor/typing.py", line 5, in <module>
    import collections
  File "/home/uke/tmp/Python-2.7.13/Lib/collections.py", line 32, in <module>
    from dummy_thread import get_ident as _get_ident
ImportError: No module named dummy_thread
FATAL: couldn't import from app bundle '/home/uke/oil/_tmp/oil-tar-test/oil-0.24.0/_bin/ysh' (1)
Stripping the oil.ovm binary may cause this error.
See https://github.com/oilshell/oil/issues/47
ysh1 Redirect failure is either fatal or can be checked

[ysh status] Expected 0, got 1

stdout:
stderr: 
  { echo 1; echo 2 } > /
                     ^
[ stdin ]:1: Can't open '/': Is a directory
[ stdin ]:1: I/O error applying redirect: Is a directory
[ stdin ]:1: errexit PID 40204: command.Redirect failed with status 1
ysh_ALT1 Redirect failure is either fatal or can be checked

[ysh_ALT status] Expected 0, got 1
[ysh_ALT stderr] Found 'Traceback (most recent'

stdout:
stderr: 
Could not import bin.oil
Traceback (most recent call last):
  File "/home/uke/oil/bin/oil.py", line 22, in <module>
    from _devbuild.gen import id_kind
  File "/home/uke/oil/_devbuild/gen/id_kind.py", line 2, in <module>
    from _devbuild.gen.id_kind_asdl import Id, Kind
  File "/home/uke/oil/_devbuild/gen/id_kind_asdl.py", line 1, in <module>
    from asdl import pybase
  File "/home/uke/oil/asdl/pybase.py", line 5, in <module>
    from mycpp import mylib
  File "/home/uke/oil/mycpp/mylib.py", line 17, in <module>
    from pylib import collections_
  File "/home/uke/oil/pylib/collections_.py", line 9, in <module>
    from typing import Any
  File "/home/uke/oil/vendor/typing.py", line 5, in <module>
    import collections
  File "/home/uke/tmp/Python-2.7.13/Lib/collections.py", line 32, in <module>
    from dummy_thread import get_ident as _get_ident
ImportError: No module named dummy_thread
FATAL: couldn't import from app bundle '/home/uke/oil/_tmp/oil-tar-test/oil-0.24.0/_bin/ysh' (1)
Stripping the oil.ovm binary may cause this error.
See https://github.com/oilshell/oil/issues/47