spec test index / oilshell.org
| status | osh | |
| pass | 14 | |
| total | 14 | |
| case | osh | description |
| 0 | pass | try usage error |
| 1 | pass | try sets _status |
| 2 | pass | try with and without errexit |
| 3 | pass | try takes a block |
| 4 | pass | try with _pipeline_status and PIPESTATUS |
| 5 | pass | try with _process_sub_status |
| 6 | pass | try error handling idioms |
| 7 | pass | try can handled failed var, setvar, etc. |
| 8 | pass | try can handled failed expr sub |
| 9 | pass | try with failed command sub within expression |
| 10 | pass | Uncaught expression error exits status 3 |
| 11 | pass | boolstatus with external command |
| 12 | pass | boolstatus disallows procs with strict_errexit |
| 13 | pass | boolstatus can call a function without strict_errexit (not recommended) |
14 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped