Results for ysh-proc-meta.test.sh

statusysh
FAIL 7
total7
caseyshdescription
0FAIL with eval builtin command, in global scope
details
1FAIL with eval builtin command, in local scope
details
2FAIL with eval builtin command, making them global with names() and setVar()
details
3FAIL with parseCommand() then io->eval(), in local scope
details
4FAIL with parseCommand() then io->eval(cmd, vars={out_dict: {}})
details
5FAIL with evalToDict()
details
6FAIL with runtime REFLECTION via __invoke__ - no parsing
details
0 passed, 0 OK, 0 not implemented, 0 BUG, 7 failed, 0 timeouts, 0 cases skipped
7 failed under osh

Details on runs that didn't PASS

ysh0 with eval builtin command, in global scope

[ysh stdout] Expected 'prefix a\nprefix b\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 with eval builtin command, in local scope

[ysh stdout] Expected 'prefix a\nprefix b\n', got ''
[ysh status] Expected 127, 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 with eval builtin command, making them global with names() and setVar()

[ysh stdout] Expected 'local\nprefix a\nprefix b\n\nglobal\nprefix a\nprefix b\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_
ysh3 with parseCommand() then io->eval(), in local scope

[ysh stdout] Expected 'prefix a\nprefix b\n', got ''
[ysh status] Expected 127, 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_
ysh4 with parseCommand() then io->eval(cmd, vars={out_dict: {}})

[ysh stdout] Expected 'prefix a\nprefix b\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_
ysh5 with evalToDict()

[ysh stdout] Expected 'prefix a\nprefix b\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_
ysh6 with runtime REFLECTION via __invoke__ - no parsing

[ysh stdout] Expected 'prefix a\nprefix b\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_