spec test index / oilshell.org
status | ysh | ysh_ALT | |
pass | 20 | 20 | |
total | 20 | 20 | |
case | ysh | ysh_ALT | description |
0 | pass | pass | User errors behave like builtin errors |
1 | pass | pass | _error register is initially empty dict |
2 | pass | pass | error builtin sets _error.message, which can be used by programs |
3 | pass | pass | error builtin adds named args as properties on _error Dict |
4 | pass | pass | Errors within multiple functions |
5 | pass | pass | Impact of errors on var declaration |
6 | pass | pass | default error code is 10 |
7 | pass | pass | error code should be an integer |
8 | pass | pass | Error code should be named arg, not positional |
9 | pass | pass | error cannot take word args |
10 | pass | pass | error requires arguments |
11 | pass | pass | error cannot have a code of 0 |
12 | pass | pass | try { error oops } |
13 | pass | pass | Handle _error.code |
14 | pass | pass | failed builtin usage |
15 | pass | pass | failed builtin |
16 | pass | pass | assert on values |
17 | pass | pass | assert on expressions |
18 | pass | pass | assert on expression that fails |
19 | pass | pass | assert on chained comparison expression is not special |
40 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped