Results for osh-only.test.sh

statusoshosh_.pyosh_.cc
pass 332
FAIL 112
total444
caseoshosh_.pyosh_.ccdescription
0pass pass pass --debug-file
1pass pass FAIL crash dump
details
2pass pass pass crash dump with source
3FAIL FAIL FAIL help osh and oil
detailsdetailsdetails
8 passed, 0 OK, 0 not implemented, 0 BUG, 4 failed, 0 timeouts, 0 cases skipped
1 failed under osh

Details on runs that didn't PASS

osh_.cc1 crash dump

[osh_.cc stdout] Expected 'status=1\nstatus=0\n', got 'status=1\nstatus=1\n'
[osh_.cc stderr] Found 'Traceback (most recent'

stdout:
status=1
status=1
stderr:
    echo $(( 1 / 0 ))
    ^~~~
[ -c flag ]:4: fatal: Divide by zero
Traceback (most recent call last):
  File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/usr/lib/python2.7/json/tool.py", line 40, in <module>
    main()
  File "/usr/lib/python2.7/json/tool.py", line 21, in main
    infile = open(sys.argv[1], 'rb')
IOError: [Errno 2] No such file or directory: '/home/uke/oil/_tmp/spec-tmp/osh-only.test.sh/*.json'
osh3 help osh and oil

[osh stdout] Expected 'osh 0\noil 0\nindex ZZZ 1\n', got 'osh 1\noil 1\nindex ZZZ 1\n'

stdout:
osh 1
oil 1
index ZZZ 1
stderr:
  help osh > $TMP/osh.txt
       ^~~
[ stdin ]:1: no help topics match 'osh'
  help oil > $TMP/oil.txt
       ^~~
[ stdin ]:3: no help topics match 'oil'
  help index ZZZ > $TMP/index.txt
       ^~~~~
[ stdin ]:6: no help topics match 'index'
osh_.py3 help osh and oil

[osh_.py stdout] Expected 'osh 0\noil 0\nindex ZZZ 1\n', got 'osh 1\noil 1\nindex ZZZ 1\n'

stdout:
osh 1
oil 1
index ZZZ 1
stderr:
  help osh > $TMP/osh.txt
       ^~~
[ stdin ]:1: no help topics match 'osh'
  help oil > $TMP/oil.txt
       ^~~
[ stdin ]:3: no help topics match 'oil'
  help index ZZZ > $TMP/index.txt
       ^~~~~
[ stdin ]:6: no help topics match 'index'
osh_.cc3 help osh and oil

[osh_.cc stdout] Expected 'osh 0\noil 0\nindex ZZZ 1\n', got 'osh 0\noil 0\nindex ZZZ 0\n'

stdout:
osh 0
oil 0
index ZZZ 0
stderr: