Results for command-parsing.test.sh

statusoshosh_.pyosh_.cc
pass 222
ok 333
total555
caseoshosh_.pyosh_.ccdescription
0pass pass pass Prefix env on assignment
1pass pass pass Redirect on assignment (enabled 7/2019)
2ok ok ok Prefix env on control flow
detailsdetailsdetails
3ok ok ok Redirect on control flow (ignored in OSH)
detailsdetailsdetails
4ok ok ok Redirect on control flow with oil:all (parse_ignored)
detailsdetailsdetails
6 passed, 9 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped

Details on runs that didn't PASS

osh2 Prefix env on control flow

stdout:
stderr: 
    E=env break
    ^~
[ stdin ]:3: Control flow shouldn't have environment bindings
osh_.py2 Prefix env on control flow

stdout:
stderr: 
    E=env break
    ^~
[ stdin ]:3: Control flow shouldn't have environment bindings
osh_.cc2 Prefix env on control flow

stdout:
stderr: 
    E=env break
    ^~
[ stdin ]:3: Control flow shouldn't have environment bindings
osh3 Redirect on control flow (ignored in OSH)

stdout:
NO
stderr:
osh_.py3 Redirect on control flow (ignored in OSH)

stdout:
NO
stderr:
osh_.cc3 Redirect on control flow (ignored in OSH)

stdout:
NO
stderr:
osh4 Redirect on control flow with oil:all (parse_ignored)

stdout:
stderr: 
    break > _tmp/r.txt
    ^~~~~
[ stdin ]:4: Control flow shouldn't have redirects
osh_.py4 Redirect on control flow with oil:all (parse_ignored)

stdout:
stderr: 
    break > _tmp/r.txt
    ^~~~~
[ stdin ]:4: Control flow shouldn't have redirects
osh_.cc4 Redirect on control flow with oil:all (parse_ignored)

stdout:
stderr: 
    break > _tmp/r.txt
    ^~~~~
[ stdin ]:4: Control flow shouldn't have redirects