Lines Matching refs:test_num
951 my $test_num = $$current_test_num;
986 $old_test_num = $test_num;
989 $test_num += $repeat;
1033 $repeat_tests{"$test_num"} = $repeat;
1048 $test_num = $old_test_num;
1103 if (__read_config($file, \$test_num)) {
1117 my $val = "$lvalue\[$test_num\]";
1136 if ($test_num) {
1148 my $val = "$lvalue\[$test_num\]";
1176 if ($test_num) {
1177 $test_num += $repeat - 1;
1178 $opt{"NUM_TESTS"} = $test_num;
1183 $$current_test_num = $test_num;
1202 my $test_num = 0;
1204 $test_case = __read_config $config, \$test_num;