spec test index / oilshell.org
status | ysh | |
pass | 14 | |
total | 14 | |
case | ysh | description |
0 | pass | try expects an argument |
1 | pass | User errors behave like builtin errors |
2 | pass | _error register is initially empty dict |
3 | pass | Error sets _error.message, which can be used by programs |
4 | pass | error builtin adds named args as properties on _error Dict |
5 | pass | Errors within multiple functions |
6 | pass | Impact of errors on var declaration |
7 | pass | Error defaults status to 10 |
8 | pass | Error expects an int status |
9 | pass | Error typed arg, not named arg |
10 | pass | Errors cannot take command args |
11 | pass | Error must take arguments |
12 | pass | Errors cannot have a status of 0 |
13 | pass | try { error oops } |
14 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped