Results for builtin-bash.test.sh

casebashoshosh-byterundescription
0pass pass pass type -t builtin -> function
1pass pass pass type -t builtin -> builtin
2pass pass pass type -t builtin -> keyword
3pass pass pass type -t builtin -> file
4pass pass pass type -t builtin -> not found
5pass pass FAIL help
details
6pass pass pass bad help topic

20 passed, 0 ok, 0 known unimplemented, 0 known bugs, 0 failed, 0 skipped

Details on runs that didn't PASS

osh-byterun5 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'