Results for nocasematch-match.test.sh

statusoshosh_.pyosh_.cc
pass 311
FAIL 355
total666
caseoshosh_.pyosh_.ccdescription
0FAIL FAIL FAIL [[ equality matching
detailsdetailsdetails
1FAIL FAIL FAIL [[ regex matching
detailsdetailsdetails
2pass FAIL FAIL [ matching
detailsdetails
3FAIL FAIL FAIL case matching
detailsdetailsdetails
4pass FAIL FAIL file matching
detailsdetails
5pass pass pass parameter expansion matching
5 passed, 0 OK, 0 not implemented, 0 BUG, 13 failed, 0 timeouts, 0 cases skipped
3 failed under osh

Details on runs that didn't PASS

osh0 [[ equality matching

[osh stdout] Expected '0\n0\n0\n0\n', got '1\n1\n1\n1\n'

stdout:
1
1
1
1
stderr:
osh_.py0 [[ equality matching

[osh_.py stdout] Expected '0\n0\n0\n0\n', got '1\n1\n1\n1\n'

stdout:
1
1
1
1
stderr:
osh_.cc0 [[ equality matching

[osh_.cc stdout] Expected '0\n0\n0\n0\n', got '1\n1\n1\n1\n'

stdout:
1
1
1
1
stderr:
osh1 [[ regex matching

[osh stdout] Expected '0\n0\n0\n0\n', got '1\n1\n1\n1\n'

stdout:
1
1
1
1
stderr:
osh_.py1 [[ regex matching

[osh_.py stdout] Expected '0\n0\n0\n0\n', got '1\n1\n1\n1\n'

stdout:
1
1
1
1
stderr:
osh_.cc1 [[ regex matching

[osh_.cc stdout] Expected '0\n0\n0\n0\n', got ''
[osh_.cc status] Expected 0, got -6

stdout:
stderr: 
osh_eval.dbg: cpp/libc.h:43: List<Str *> *libc::regex_match(Str *, Str *): Assertion `0' failed.
osh_.py2 [ matching

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

stdout:
stderr: 
Traceback (most recent call last):
  File "/home/andy/git/oilshell/oil/bin/osh_eval.py", line 341, in <module>
    status = main(sys.argv)
  File "/home/andy/git/oilshell/oil/bin/osh_eval.py", line 228, in main
    status = main_loop.Batch(cmd_ev, c_parser, arena, is_main=True)
  File "/home/andy/git/oilshell/oil/core/main_loop.py", line 165, in Batch
    is_return, is_fatal = cmd_ev.ExecuteAndCatch(node, optimize=optimize)
  File "/home/andy/git/oilshell/oil/osh/cmd_eval.py", line 1450, in ExecuteAndCatch
    status = self._Execute(node)
  File "/home/andy/git/oilshell/oil/osh/cmd_eval.py", line 1334, in _Execute
    status, check_errexit = self._Dispatch(node)
  File "/home/andy/git/oilshell/oil/osh/cmd_eval.py", line 956, in _Dispatch
    status = self._ExecuteList(node.children)
  File "/home/andy/git/oilshell/oil/osh/cmd_eval.py", line 1357, in _ExecuteList
    status = self._Execute(child)
  File "/home/andy/git/oilshell/oil/osh/cmd_eval.py", line 1334, in _Execute
    status, check_errexit = self._Dispatch(node)
  File "/home/andy/git/oilshell/oil/osh/cmd_eval.py", line 597, in _Dispatch
    status = self._Execute(node.child)
  File "/home/andy/git/oilshell/oil/osh/cmd_eval.py", line 1334, in _Execute
    status, check_errexit = self._Dispatch(node)
  File "/home/andy/git/oilshell/oil/osh/cmd_eval.py", line 573, in _Dispatch
    status = self._RunSimpleCommand(cmd_val, node.do_fork)
  File "/home/andy/git/oilshell/oil/osh/cmd_eval.py", line 481, in _RunSimpleCommand
    return self.shell_ex.RunSimpleCommand(cmd_val, do_fork)
  File "/home/andy/git/oilshell/oil/bin/osh_eval.py", line 321, in RunSimpleCommand
    return self.RunBuiltin(builtin_id, cmd_val)
  File "/home/andy/git/oilshell/oil/bin/osh_eval.py", line 302, in RunBuiltin
    builtin_func = self.builtins[builtin_id]
KeyError: 17
osh_.cc2 [ matching

[osh_.cc stdout] Expected '1\n1\n', got ''
[osh_.cc status] Expected 0, got -6

stdout:
stderr: 
osh_eval.dbg: mycpp/mylib.h:578: V Dict<int, vm::_Builtin *>::index(K) [K = int, V = vm::_Builtin *]: Assertion `0' failed.
osh3 case matching

[osh stdout] Expected '0\n0\n0\n0\n', got '1\n1\n1\n1\n'

stdout:
1
1
1
1
stderr:
osh_.py3 case matching

[osh_.py stdout] Expected '0\n0\n0\n0\n', got '1\n1\n1\n1\n'

stdout:
1
1
1
1
stderr:
osh_.cc3 case matching

[osh_.cc stdout] Expected '0\n0\n0\n0\n', got '1\n1\n1\n1\n'

stdout:
1
1
1
1
stderr:
osh_.py4 file matching

[osh_.py stdout] Expected '[A] [b]\n', got '(cmd_value.Argv argv:[touch a B] arg_spids:[6 8 10])\n[A] [b]\n'

stdout:
(cmd_value.Argv argv:[touch a B] arg_spids:[6 8 10])
[A] [b]
stderr:
Unhandled SimpleCommand
osh_.cc4 file matching

[osh_.cc stdout] Expected '[A] [b]\n', got '(cmd_value.Argv argv:[touch a B] arg_spids:[6 8 10])\n'
[osh_.cc status] Expected 0, got -6

stdout:
(cmd_value.Argv argv:[touch a B] arg_spids:[6 8 10])
stderr:
Unhandled SimpleCommand
osh_eval.dbg: cpp/libc.h:37: List<Str *> *libc::glob(Str *): Assertion `0' failed.