spec test index / oilshell.org
| status | osh | osh-cpp | |
| pass | 12 | 12 | |
| ok | 1 | 1 | |
| 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 | ok | ok | Locations when sourcing |
| details | details | ||
| 12 | pass | pass | Sourcing inside function grows the debug stack |
24 passed, 2 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped
| osh | 11 Locations when sourcing stdout: F G STACK:spec/testdata/bash-source-pushtemp.sh:g:3 STACK:spec/testdata/bash-source-pushtemp.sh:f:19 STACK:spec/testdata/bash-source-pushtemp.sh:source:2stderr: |
| osh-cpp | 11 Locations when sourcing stdout: F G STACK:spec/testdata/bash-source-pushtemp.sh:g:3 STACK:spec/testdata/bash-source-pushtemp.sh:f:19 STACK:spec/testdata/bash-source-pushtemp.sh:source:2stderr: |