spec test index / oilshell.org
| case | bash | osh | osh_ALT | osh-byterun | description |
| 0 | pass | pass | pass | pass | type -t builtin -> function |
| 1 | pass | pass | pass | pass | type -t builtin -> builtin |
| 2 | pass | pass | pass | pass | type -t builtin -> keyword |
| 3 | pass | pass | pass | pass | type -t builtin -> file |
| 4 | pass | pass | pass | pass | type -t builtin -> not found |
| 5 | pass | pass | pass | FAIL | help |
| details | |||||
| 6 | pass | pass | pass | pass | bad help topic |
27 passed, 0 ok, 0 known unimplemented, 0 known bugs, 0 failed, 0 skipped
| osh-byterun | 5 help [osh-byterun status] Expected 0, got 1 stdout: stderr: osh error: [Errno 2] No such file or directory: '/home/andy/git/oilshell/oil/opy/_tmp/repo-with-opy/bin/../_devbuild/osh-quick-ref/6-8-1'
Traceback (most recent call last):
File "/home/andy/git/oilshell/oil/bin/opy_.py", line 88, in <module>
main(sys.argv)
File "/home/andy/git/oilshell/oil/bin/opy_.py", line 72, in main
sys.exit(AppBundleMain(argv))
File "/home/andy/git/oilshell/oil/bin/opy_.py", line 64, in AppBundleMain
return opy_main.OpyCommandMain(main_argv)
File "/home/andy/git/oilshell/oil/opy/opy_main.py", line 351, in OpyCommandMain
num_ticks = ovm.run_code_object(co, opy_argv)
File "/home/andy/git/oilshell/oil/opy/byterun/execfile.py", line 36, in run_code_object
pyvm2.run_code(vm, code, f_globals=main_mod.__dict__)
File "/home/andy/git/oilshell/oil/opy/byterun/pyvm2.py", line 88, in run_code
val = vm.run_frame(frame)
File "/home/andy/git/oilshell/oil/opy/byterun/pyvm2.py", line 327, in run_frame
raise exctype, value, tb
AssertionError: Should have found '6-8-1'
|