Lines Matching refs:test_num
940 my $test_num = $$current_test_num;
975 $old_test_num = $test_num;
978 $test_num += $repeat;
1022 $repeat_tests{"$test_num"} = $repeat;
1037 $test_num = $old_test_num;
1092 if (__read_config($file, \$test_num)) {
1106 my $val = "$lvalue\[$test_num\]";
1125 if ($test_num) {
1137 my $val = "$lvalue\[$test_num\]";
1165 if ($test_num) {
1166 $test_num += $repeat - 1;
1167 $opt{"NUM_TESTS"} = $test_num;
1172 $$current_test_num = $test_num;
1191 my $test_num = 0;
1193 $test_case = __read_config $config, \$test_num;