spec test index / oilshell.org
status | osh | osh-cpp | |
pass | 13 | 13 | |
total | 13 | 13 | |
case | osh | osh-cpp | description |
0 | pass | pass | ${FUNCNAME[@]} array |
1 | pass | pass | FUNCNAME with source (scalar or array) |
2 | pass | pass | BASH_SOURCE and BASH_LINENO scalar or array (e.g. for virtualenv) |
3 | pass | pass | ${FUNCNAME} with prefix/suffix operators |
4 | pass | pass | operators on FUNCNAME |
5 | pass | pass | ${FUNCNAME} and "set -u" (OSH regression) |
6 | pass | pass | $((BASH_LINENO)) (scalar form in arith) |
7 | pass | pass | ${BASH_SOURCE[@]} with source and function name |
8 | pass | pass | ${BASH_SOURCE[@]} with line numbers |
9 | pass | pass | ${BASH_LINENO[@]} is a stack of line numbers for function calls |
10 | pass | pass | Locations with temp frame |
11 | pass | pass | Locations when sourcing |
12 | pass | pass | Sourcing inside function grows the debug stack |
26 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped