Results for loop.test.sh

statusoshosh_.pyosh_.cc
pass 231716
ok 111
FAIL 067
total242424
caseoshosh_.pyosh_.ccdescription
0pass pass pass implicit for loop
1pass pass pass empty for loop (has "in")
2pass pass pass for loop with invalid identifier
3pass pass pass Tilde expansion within for loop
4pass pass pass Brace Expansion within Array
5pass pass pass using loop var outside loop
6pass pass pass continue
7pass pass pass break
8ok ok ok dynamic control flow (KNOWN INCOMPATIBILITY)
detailsdetailsdetails
9pass pass pass while in while condition
10pass pass FAIL while in pipe
details
11pass FAIL FAIL while in pipe with subshell
detailsdetails
12pass pass pass until loop
13pass pass pass continue at top level
14pass FAIL FAIL continue in subshell
detailsdetails
15pass FAIL FAIL continue in subshell aborts with errexit
detailsdetails
16pass pass pass bad arg to break
17pass pass pass too many args to continue
18pass pass pass break in condition of loop
19pass pass pass break in condition of nested loop
20pass pass pass return within eval
21pass FAIL FAIL break/continue within eval
detailsdetails
22pass FAIL FAIL break/continue within source
detailsdetails
23pass FAIL FAIL top-level break/continue/return (without strict_control_flow)
detailsdetails
56 passed, 3 OK, 0 not implemented, 0 BUG, 13 failed, 0 timeouts, 0 cases skipped

Details on runs that didn't PASS

osh8 dynamic control flow (KNOWN INCOMPATIBILITY)

stdout:
1
2
3
stderr:
    $b
    ^~
[ stdin ]:4: 'break' not found
    $b
    ^~
[ stdin ]:4: 'break' not found
    $b
    ^~
[ stdin ]:4: 'break' not found
osh_.py8 dynamic control flow (KNOWN INCOMPATIBILITY)

stdout:
1
2
3
stderr:
    $b
    ^~
[ stdin ]:4: 'break' not found
    $b
    ^~
[ stdin ]:4: 'break' not found
    $b
    ^~
[ stdin ]:4: 'break' not found
osh_.cc8 dynamic control flow (KNOWN INCOMPATIBILITY)

stdout:
1
2
3
stderr:
    $b
    ^~
[ stdin ]:4: 'break' not found
    $b
    ^~
[ stdin ]:4: 'break' not found
    $b
    ^~
[ stdin ]:4: 'break' not found
osh_.cc10 while in pipe

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

stdout:
stderr: 
osh_eval.dbg: cpp/posix.h:106: Tuple2<int, int> posix::pipe(): Assertion `0' failed.
osh_.py11 while in pipe with subshell

[osh_.py stdout] Expected '3\n', got '0\n'

stdout:
0
stderr:
  seq 3 | ( while read foo; do
  ^~~
[ stdin ]:2: 'seq' not found
osh_.cc11 while in pipe with subshell

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

stdout:
stderr: 
osh_eval.dbg: cpp/posix.h:106: Tuple2<int, int> posix::pipe(): Assertion `0' failed.
osh_.py14 continue in subshell

[osh_.py stdout] Expected '> 1\nsubshell status=1\n. 1\n> 2\nsubshell status=1\n. 2\n', got ''

stdout:
stderr: 
  for i in $(seq 2); do
             ^~~
[ stdin ]:1: 'seq' not found
osh_.cc14 continue in subshell

[osh_.cc stdout] Expected '> 1\nsubshell status=1\n. 1\n> 2\nsubshell status=1\n. 2\n', got ''
[osh_.cc status] Expected 0, got -6

stdout:
stderr: 
osh_eval.dbg: cpp/posix.h:106: Tuple2<int, int> posix::pipe(): Assertion `0' failed.
osh_.py15 continue in subshell aborts with errexit

[osh_.py stdout] Expected '> 1\n', got ''
[osh_.py status] Expected 1, got 0

stdout:
stderr: 
  for i in $(seq 2); do
             ^~~
[ stdin ]:2: 'seq' not found
osh_.cc15 continue in subshell aborts with errexit

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

stdout:
stderr: 
osh_eval.dbg: cpp/posix.h:106: Tuple2<int, int> posix::pipe(): Assertion `0' failed.
osh_.py21 break/continue within eval

[osh_.py stdout] Expected '1\n3\n', got ''

stdout:
stderr: 
    for i in $(seq 5); do
               ^~~
[ stdin ]:2: 'seq' not found
osh_.cc21 break/continue within eval

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

stdout:
stderr: 
osh_eval.dbg: cpp/posix.h:106: Tuple2<int, int> posix::pipe(): Assertion `0' failed.
osh_.py22 break/continue within source

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

stdout:
stderr: 
  cd $REPO_ROOT
  ^~
[ stdin ]:1: $HOME isn't defined
    for i in $(seq 5); do
               ^~~
[ stdin ]:3: 'seq' not found
Traceback (most recent call last):
  File "/home/andy/git/oilshell/oil/bin/osh_eval.py", line 71, in <module>
    sys.exit(main(sys.argv))
  File "/home/andy/git/oilshell/oil/bin/osh_eval.py", line 39, in main
    status = pure.Main('osh', arg_r, environ, login_shell, loader, None)
  File "/home/andy/git/oilshell/oil/core/pure.py", line 497, in Main
    cmd_flags=cmd_eval.IsMainProgram)
  File "/home/andy/git/oilshell/oil/core/main_loop.py", line 168, in Batch
    is_return, is_fatal = cmd_ev.ExecuteAndCatch(node, cmd_flags=cmd_flags)
  File "/home/andy/git/oilshell/oil/osh/cmd_eval.py", line 1470, in ExecuteAndCatch
    status = self._Execute(node)
  File "/home/andy/git/oilshell/oil/osh/cmd_eval.py", line 1317, in _Execute
    status, check_errexit = self._Dispatch(node, pipeline_st)
  File "/home/andy/git/oilshell/oil/osh/cmd_eval.py", line 626, in _Dispatch
    status = self._RunSimpleCommand(cmd_val, node.do_fork)
  File "/home/andy/git/oilshell/oil/osh/cmd_eval.py", line 476, in _RunSimpleCommand
    return self.shell_ex.RunSimpleCommand(cmd_val, do_fork)
  File "/home/andy/git/oilshell/oil/core/executor.py", line 217, in RunSimpleCommand
    status = self.cmd_ev.RunProc(proc_node, argv[1:])
  File "/home/andy/git/oilshell/oil/osh/cmd_eval.py", line 1611, in RunProc
    status = self._Execute(proc.body)
  File "/home/andy/git/oilshell/oil/osh/cmd_eval.py", line 1317, in _Execute
    status, check_errexit = self._Dispatch(node, pipeline_st)
  File "/home/andy/git/oilshell/oil/osh/cmd_eval.py", line 982, in _Dispatch
    status = self._ExecuteList(node.children)
  File "/home/andy/git/oilshell/oil/osh/cmd_eval.py", line 1373, in _ExecuteList
    status = self._Execute(child)
  File "/home/andy/git/oilshell/oil/osh/cmd_eval.py", line 1317, in _Execute
    status, check_errexit = self._Dispatch(node, pipeline_st)
  File "/home/andy/git/oilshell/oil/osh/cmd_eval.py", line 626, in _Dispatch
    status = self._RunSimpleCommand(cmd_val, node.do_fork)
  File "/home/andy/git/oilshell/oil/osh/cmd_eval.py", line 476, in _RunSimpleCommand
    return self.shell_ex.RunSimpleCommand(cmd_val, do_fork)
  File "/home/andy/git/oilshell/oil/core/executor.py", line 188, in RunSimpleCommand
    status = self.RunBuiltin(builtin_id, cmd_val)
  File "/home/andy/git/oilshell/oil/core/executor.py", line 116, in RunBuiltin
    builtin_func = self.builtins[builtin_id]
KeyError: 2
osh_.cc22 break/continue within source

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

stdout:
stderr: 
  cd $REPO_ROOT
  ^~
[ stdin ]:1: $HOME isn't defined
osh_eval.dbg: cpp/posix.h:106: Tuple2<int, int> posix::pipe(): Assertion `0' failed.
osh_.py23 top-level break/continue/return (without strict_control_flow)

[osh_.py stdout] Expected 'break=0\ncontinue=0\n', got ''
[osh_.py status] Expected 0, got 127

stdout:
stderr: 
  $SH -c 'break; echo break=$?'
      ^~
[ stdin ]:1: '-c' not found
  $SH -c 'continue; echo continue=$?'
      ^~
[ stdin ]:2: '-c' not found
  $SH -c 'return; echo return=$?'
      ^~
[ stdin ]:3: '-c' not found
osh_.cc23 top-level break/continue/return (without strict_control_flow)

[osh_.cc stdout] Expected 'break=0\ncontinue=0\n', got ''
[osh_.cc status] Expected 0, got 127

stdout:
stderr: 
  $SH -c 'break; echo break=$?'
      ^~
[ stdin ]:1: '-c' not found
  $SH -c 'continue; echo continue=$?'
      ^~
[ stdin ]:2: '-c' not found
  $SH -c 'return; echo return=$?'
      ^~
[ stdin ]:3: '-c' not found