Lines Matching refs:opt_str
336 local opt_str=$1; shift
340 printf "TEST: %-60s [%s]\n" "$test_name $opt_str" "$result"
358 local opt_str=$1; shift
360 log_test_result "$test_name" "$opt_str" " OK "
366 local opt_str=$1; shift
368 log_test_result "$test_name" "$opt_str" FAIL "$retmsg"
375 local opt_str=$1; shift
377 log_test_result "$test_name" "$opt_str" XFAIL "$retmsg"
384 local opt_str=$1; shift
386 log_test_result "$test_name" "$opt_str" SKIP "$retmsg"
392 local opt_str=$2
395 opt_str="($opt_str)"
399 handle_test_result_pass "$test_name" "$opt_str"
401 handle_test_result_xfail "$test_name" "$opt_str"
403 handle_test_result_skip "$test_name" "$opt_str"
405 handle_test_result_fail "$test_name" "$opt_str"