Results for ysh-builtin-error.test.sh

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