| status | bash | dash | ash | zsh | mksh | ksh | toysh | sush | brush | osh | |
| pass | 5 | 5 | 5 | 4 | 5 | 5 | 4 | 5 | 4 | 5 | |
| BUG | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | |
| FAIL | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | |
| total | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | |
| case | bash | dash | ash | zsh | mksh | ksh | toysh | sush | brush | osh | description |
| 0 | pass | pass | pass | pass | pass | pass | pass | pass | pass | pass | If |
| 1 | pass | pass | pass | pass | pass | pass | pass | pass | pass | pass | else |
| 2 | pass | pass | pass | pass | pass | pass | pass | pass | pass | pass | elif |
| 3 | pass | pass | pass | pass | pass | pass | pass | pass | pass | pass | Long style |
| 4 | pass | pass | pass | BUG | pass | pass | FAIL | pass | FAIL | pass | if break corner case |
| details | details | details |
47 passed, 0 OK, 0 not implemented, 1 BUG, 2 failed, 0 timeouts, 0 cases skipped
| zsh | 4 if break corner case stdout: stderr: f:break:1: not in while, until, select, or repeat loop |
| toysh | 4 if break corner case [toysh stdout] Expected 'hi\n' Got '' stdout: stderr: break: need for/while/until |
| brush | 4 if break corner case [brush stdout] Expected 'hi\n' Got '' [brush status] Expected 0 Got 99 stdout: stderr: [31merror:[39m not yet implemented: break or continue returned from function invocation |