Lines Matching refs:tests
375 compound -r -a tests=(
417 for testid in "${!tests[@]}" ; do
418 nameref test=tests[testid]
442 typeset -r -a tests=(
450 for (( i=0 ; i < ${#tests[@]} ; i++ )) ; do
451 out.stderr="${ { out.stdout="${ ${SHELL} -o nounset -c "${tests[i]}" ; (( out.res=$? )) ; }" ; } 2>&1 ; }"
465 typeset -r -a tests=(
470 for (( i=0 ; i < ${#tests[@]} ; i++ )) ; do
471 out.stderr="${ { out.stdout="${ ${SHELL} -o nounset -c "${tests[i]}" ; (( out.res=$? )) ; }" ; } 2>&1 ; }"
545 # - The tests should cover 3D and 5D indexed arrays and namerefs to sub-dimensions of a 5D indexed array
546 compound -r -a tests=(
576 # build list of variations of the tests above
577 for (( i=0 ; i < ${#tests[@]} ; i++ )) ; do
578 nameref tst=tests[i]
685 # tests done