Results for empty-bodies.test.sh

casedashbashmkshzshoshosh_ALTosh-byterundescription
0ok ok pass pass pass pass FAIL Empty do/done
detailsdetailsdetails
1pass pass pass pass pass pass FAIL Empty case/esac
details
2ok ok ok pass pass pass FAIL Empty then/fi
detailsdetailsdetailsdetails

13 passed, 5 ok, 0 known unimplemented, 0 known bugs, 0 failed, 0 skipped

Details on runs that didn't PASS

dash0 Empty do/done

stdout:
stderr: 
_tmp/spec-bin/dash: 2: Syntax error: "done" unexpected
bash0 Empty do/done

stdout:
stderr: 
_tmp/spec-bin/bash: line 2: syntax error near unexpected token `done'
_tmp/spec-bin/bash: line 2: `done'
osh-byterun0 Empty do/done

[osh-byterun stdout] Expected 'empty\n', got ''
[osh-byterun status] Expected 0, got 1

stdout:
stderr: 
Traceback (most recent call last):
  File "/home/andy/git/oilshell/oil/bin/opy_.py", line 10, in <module>
    from frontend import args
ImportError: No module named frontend
osh-byterun1 Empty case/esac

[osh-byterun stdout] Expected 'empty\n', got ''
[osh-byterun status] Expected 0, got 1

stdout:
stderr: 
Traceback (most recent call last):
  File "/home/andy/git/oilshell/oil/bin/opy_.py", line 10, in <module>
    from frontend import args
ImportError: No module named frontend
dash2 Empty then/fi

stdout:
stderr: 
_tmp/spec-bin/dash: 2: Syntax error: "fi" unexpected
bash2 Empty then/fi

stdout:
stderr: 
_tmp/spec-bin/bash: line 2: syntax error near unexpected token `fi'
_tmp/spec-bin/bash: line 2: `fi'
mksh2 Empty then/fi

stdout:
stderr: 
_tmp/spec-bin/mksh: <stdin>[2]: syntax error: 'fi' unexpected
osh-byterun2 Empty then/fi

[osh-byterun stdout] Expected 'empty\n', got ''
[osh-byterun status] Expected 0, got 1

stdout:
stderr: 
Traceback (most recent call last):
  File "/home/andy/git/oilshell/oil/bin/opy_.py", line 10, in <module>
    from frontend import args
ImportError: No module named frontend