Lines Matching refs:test_num
1036 my $test_num = $$current_test_num;
1070 $old_test_num = $test_num;
1073 $test_num += $repeat;
1117 $repeat_tests{"$test_num"} = $repeat;
1132 $test_num = $old_test_num;
1186 if (__read_config($file, \$test_num)) {
1200 my $val = "$lvalue\[$test_num\]";
1219 if ($test_num) {
1231 my $val = "$lvalue\[$test_num\]";
1259 if ($test_num) {
1260 $test_num += $repeat - 1;
1261 $opt{"NUM_TESTS"} = $test_num;
1266 $$current_test_num = $test_num;
1285 my $test_num = 0;
1287 $test_case = __read_config $config, \$test_num;