status | osh | osh_ALT | |
FAIL | 7 | 7 | |
total | 7 | 7 | |
case | osh | osh_ALT | description |
0 | FAIL | FAIL | Conditional Inside Blocks |
details | details | ||
1 | FAIL | FAIL | Conditional Outside Block |
details | details | ||
2 | FAIL | FAIL | Iteration Inside Block |
details | details | ||
3 | FAIL | FAIL | Iteration Outside Block |
details | details | ||
4 | FAIL | FAIL | Iteration outside Hay node - example from Samuel |
details | details | ||
5 | FAIL | FAIL | Proc Inside Block |
details | details | ||
6 | FAIL | FAIL | Proc That Defines Block |
details | details |
0 passed, 0 OK, 0 not implemented, 0 BUG, 7 failed, 0 timeouts, 0 cases skipped 7 failed under osh
osh | 0 Conditional Inside Blocks [osh status] Expected 0, got 127 stdout: stderr: json write (_hay()) | jq '.children[0]' > actual.txt ^~ [ stdin ]:15: 'jq' not found (OILS-ERR-100) [ stdin ]:15: errexit PID 2340: command.Simple failed with status 127 json write (_hay()) | jq '.children[0]' > actual.txt ^ [ stdin ]:15: errexit PID 2340: command.Pipeline failed with status 127 |
osh_ALT | 0 Conditional Inside Blocks [osh_ALT status] Expected 0, got 1 [osh_ALT stderr] Found 'Traceback (most recent' stdout: stderr: Traceback (most recent call last): File "/home/uke/oil/bin/oil.py", line 34, in _cpython_main_hook sys.exit(oils_for_unix.main(sys.argv)) File "/home/uke/oil/bin/oils_for_unix.py", line 171, in main return AppBundleMain(argv) File "/home/uke/oil/bin/oils_for_unix.py", line 141, in AppBundleMain return shell.Main('osh', arg_r, environ, login_shell, loader, readline) File "/home/uke/oil/core/shell.py", line 740, in Main b[builtin_i.bind] = readline_osh.Bind(readline, errfmt, mem) File "/home/uke/oil/builtin/readline_osh.py", line 58, in __init__ readline.set_bind_shell_command_hook(lambda *args: self.bind_shell_command_hook(*args)) File "/home/uke/oil/frontend/py_readline.py", line 169, in set_bind_shell_command_hook line_input.set_bind_shell_command_hook(hook) AttributeError: 'module' object has no attribute 'set_bind_shell_command_hook' FATAL: couldn't import from app bundle '/home/uke/oil/_tmp/oil-tar-test/oil-0.25.0/_bin/osh' (1) Stripping the oil.ovm binary may cause this error. See https://github.com/oilshell/oil/issues/47 |
osh | 1 Conditional Outside Block [osh status] Expected 0, got 127 stdout: stderr: json write (_hay()) | jq '.children[0].attrs' > actual.txt ^~ [ stdin ]:17: 'jq' not found (OILS-ERR-100) [ stdin ]:17: errexit PID 2345: command.Simple failed with status 127 json write (_hay()) | jq '.children[0].attrs' > actual.txt ^ [ stdin ]:17: errexit PID 2345: command.Pipeline failed with status 127 |
osh_ALT | 1 Conditional Outside Block [osh_ALT status] Expected 0, got 1 [osh_ALT stderr] Found 'Traceback (most recent' stdout: stderr: Traceback (most recent call last): File "/home/uke/oil/bin/oil.py", line 34, in _cpython_main_hook sys.exit(oils_for_unix.main(sys.argv)) File "/home/uke/oil/bin/oils_for_unix.py", line 171, in main return AppBundleMain(argv) File "/home/uke/oil/bin/oils_for_unix.py", line 141, in AppBundleMain return shell.Main('osh', arg_r, environ, login_shell, loader, readline) File "/home/uke/oil/core/shell.py", line 740, in Main b[builtin_i.bind] = readline_osh.Bind(readline, errfmt, mem) File "/home/uke/oil/builtin/readline_osh.py", line 58, in __init__ readline.set_bind_shell_command_hook(lambda *args: self.bind_shell_command_hook(*args)) File "/home/uke/oil/frontend/py_readline.py", line 169, in set_bind_shell_command_hook line_input.set_bind_shell_command_hook(hook) AttributeError: 'module' object has no attribute 'set_bind_shell_command_hook' FATAL: couldn't import from app bundle '/home/uke/oil/_tmp/oil-tar-test/oil-0.25.0/_bin/osh' (1) Stripping the oil.ovm binary may cause this error. See https://github.com/oilshell/oil/issues/47 |
osh | 2 Iteration Inside Block [osh status] Expected 0, got 127 stdout: stderr: json write (_hay()) | jq '.children[0].attrs' > actual.txt ^~ [ stdin ]:12: 'jq' not found (OILS-ERR-100) [ stdin ]:12: errexit PID 2350: command.Simple failed with status 127 json write (_hay()) | jq '.children[0].attrs' > actual.txt ^ [ stdin ]:12: errexit PID 2350: command.Pipeline failed with status 127 |
osh_ALT | 2 Iteration Inside Block [osh_ALT status] Expected 0, got 1 [osh_ALT stderr] Found 'Traceback (most recent' stdout: stderr: Traceback (most recent call last): File "/home/uke/oil/bin/oil.py", line 34, in _cpython_main_hook sys.exit(oils_for_unix.main(sys.argv)) File "/home/uke/oil/bin/oils_for_unix.py", line 171, in main return AppBundleMain(argv) File "/home/uke/oil/bin/oils_for_unix.py", line 141, in AppBundleMain return shell.Main('osh', arg_r, environ, login_shell, loader, readline) File "/home/uke/oil/core/shell.py", line 740, in Main b[builtin_i.bind] = readline_osh.Bind(readline, errfmt, mem) File "/home/uke/oil/builtin/readline_osh.py", line 58, in __init__ readline.set_bind_shell_command_hook(lambda *args: self.bind_shell_command_hook(*args)) File "/home/uke/oil/frontend/py_readline.py", line 169, in set_bind_shell_command_hook line_input.set_bind_shell_command_hook(hook) AttributeError: 'module' object has no attribute 'set_bind_shell_command_hook' FATAL: couldn't import from app bundle '/home/uke/oil/_tmp/oil-tar-test/oil-0.25.0/_bin/osh' (1) Stripping the oil.ovm binary may cause this error. See https://github.com/oilshell/oil/issues/47 |
osh | 3 Iteration Outside Block [osh status] Expected 0, got 127 stdout: stderr: json write (_hay()) | jq '.children[].attrs' > actual.txt ^~ [ stdin ]:11: 'jq' not found (OILS-ERR-100) [ stdin ]:11: errexit PID 2355: command.Simple failed with status 127 json write (_hay()) | jq '.children[].attrs' > actual.txt ^ [ stdin ]:11: errexit PID 2355: command.Pipeline failed with status 127 |
osh_ALT | 3 Iteration Outside Block [osh_ALT status] Expected 0, got 1 [osh_ALT stderr] Found 'Traceback (most recent' stdout: stderr: Traceback (most recent call last): File "/home/uke/oil/bin/oil.py", line 34, in _cpython_main_hook sys.exit(oils_for_unix.main(sys.argv)) File "/home/uke/oil/bin/oils_for_unix.py", line 171, in main return AppBundleMain(argv) File "/home/uke/oil/bin/oils_for_unix.py", line 141, in AppBundleMain return shell.Main('osh', arg_r, environ, login_shell, loader, readline) File "/home/uke/oil/core/shell.py", line 740, in Main b[builtin_i.bind] = readline_osh.Bind(readline, errfmt, mem) File "/home/uke/oil/builtin/readline_osh.py", line 58, in __init__ readline.set_bind_shell_command_hook(lambda *args: self.bind_shell_command_hook(*args)) File "/home/uke/oil/frontend/py_readline.py", line 169, in set_bind_shell_command_hook line_input.set_bind_shell_command_hook(hook) AttributeError: 'module' object has no attribute 'set_bind_shell_command_hook' FATAL: couldn't import from app bundle '/home/uke/oil/_tmp/oil-tar-test/oil-0.25.0/_bin/osh' (1) Stripping the oil.ovm binary may cause this error. See https://github.com/oilshell/oil/issues/47 |
osh | 4 Iteration outside Hay node - example from Samuel [osh stdout] Expected 'status=0\n', got '' [osh status] Expected 0, got 1 stdout: stderr: WORD: hello ^~~~~ [ stdin ]:11: fatal: Undefined variable 'hello' |
osh_ALT | 4 Iteration outside Hay node - example from Samuel [osh_ALT stdout] Expected 'status=0\n', got '' [osh_ALT status] Expected 0, got 1 [osh_ALT stderr] Found 'Traceback (most recent' stdout: stderr: Traceback (most recent call last): File "/home/uke/oil/bin/oil.py", line 34, in _cpython_main_hook sys.exit(oils_for_unix.main(sys.argv)) File "/home/uke/oil/bin/oils_for_unix.py", line 171, in main return AppBundleMain(argv) File "/home/uke/oil/bin/oils_for_unix.py", line 141, in AppBundleMain return shell.Main('osh', arg_r, environ, login_shell, loader, readline) File "/home/uke/oil/core/shell.py", line 740, in Main b[builtin_i.bind] = readline_osh.Bind(readline, errfmt, mem) File "/home/uke/oil/builtin/readline_osh.py", line 58, in __init__ readline.set_bind_shell_command_hook(lambda *args: self.bind_shell_command_hook(*args)) File "/home/uke/oil/frontend/py_readline.py", line 169, in set_bind_shell_command_hook line_input.set_bind_shell_command_hook(hook) AttributeError: 'module' object has no attribute 'set_bind_shell_command_hook' FATAL: couldn't import from app bundle '/home/uke/oil/_tmp/oil-tar-test/oil-0.25.0/_bin/osh' (1) Stripping the oil.ovm binary may cause this error. See https://github.com/oilshell/oil/issues/47 |
osh | 5 Proc Inside Block [osh status] Expected 0, got 127 stdout: p pstderr: json write (_hay()) | jq '.children[0].attrs' > actual.txt ^~ [ stdin ]:18: 'jq' not found (OILS-ERR-100) [ stdin ]:18: errexit PID 2364: command.Simple failed with status 127 json write (_hay()) | jq '.children[0].attrs' > actual.txt ^ [ stdin ]:18: errexit PID 2364: command.Pipeline failed with status 127 |
osh_ALT | 5 Proc Inside Block [osh_ALT stdout] Expected 'p\np\n', got '' [osh_ALT status] Expected 0, got 1 [osh_ALT stderr] Found 'Traceback (most recent' stdout: stderr: Traceback (most recent call last): File "/home/uke/oil/bin/oil.py", line 34, in _cpython_main_hook sys.exit(oils_for_unix.main(sys.argv)) File "/home/uke/oil/bin/oils_for_unix.py", line 171, in main return AppBundleMain(argv) File "/home/uke/oil/bin/oils_for_unix.py", line 141, in AppBundleMain return shell.Main('osh', arg_r, environ, login_shell, loader, readline) File "/home/uke/oil/core/shell.py", line 740, in Main b[builtin_i.bind] = readline_osh.Bind(readline, errfmt, mem) File "/home/uke/oil/builtin/readline_osh.py", line 58, in __init__ readline.set_bind_shell_command_hook(lambda *args: self.bind_shell_command_hook(*args)) File "/home/uke/oil/frontend/py_readline.py", line 169, in set_bind_shell_command_hook line_input.set_bind_shell_command_hook(hook) AttributeError: 'module' object has no attribute 'set_bind_shell_command_hook' FATAL: couldn't import from app bundle '/home/uke/oil/_tmp/oil-tar-test/oil-0.25.0/_bin/osh' (1) Stripping the oil.ovm binary may cause this error. See https://github.com/oilshell/oil/issues/47 |
osh | 6 Proc That Defines Block [osh status] Expected 0, got 127 stdout: stderr: json write (_hay()) | jq '.children[].attrs' > actual.txt ^~ [ stdin ]:19: 'jq' not found (OILS-ERR-100) [ stdin ]:19: errexit PID 2369: command.Simple failed with status 127 json write (_hay()) | jq '.children[].attrs' > actual.txt ^ [ stdin ]:19: errexit PID 2369: command.Pipeline failed with status 127 |
osh_ALT | 6 Proc That Defines Block [osh_ALT status] Expected 0, got 1 [osh_ALT stderr] Found 'Traceback (most recent' stdout: stderr: Traceback (most recent call last): File "/home/uke/oil/bin/oil.py", line 34, in _cpython_main_hook sys.exit(oils_for_unix.main(sys.argv)) File "/home/uke/oil/bin/oils_for_unix.py", line 171, in main return AppBundleMain(argv) File "/home/uke/oil/bin/oils_for_unix.py", line 141, in AppBundleMain return shell.Main('osh', arg_r, environ, login_shell, loader, readline) File "/home/uke/oil/core/shell.py", line 740, in Main b[builtin_i.bind] = readline_osh.Bind(readline, errfmt, mem) File "/home/uke/oil/builtin/readline_osh.py", line 58, in __init__ readline.set_bind_shell_command_hook(lambda *args: self.bind_shell_command_hook(*args)) File "/home/uke/oil/frontend/py_readline.py", line 169, in set_bind_shell_command_hook line_input.set_bind_shell_command_hook(hook) AttributeError: 'module' object has no attribute 'set_bind_shell_command_hook' FATAL: couldn't import from app bundle '/home/uke/oil/_tmp/oil-tar-test/oil-0.25.0/_bin/osh' (1) Stripping the oil.ovm binary may cause this error. See https://github.com/oilshell/oil/issues/47 |