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