Lines Matching refs:test_num
1022 my $test_num = $$current_test_num;
1056 $old_test_num = $test_num;
1059 $test_num += $repeat;
1103 $repeat_tests{"$test_num"} = $repeat;
1118 $test_num = $old_test_num;
1172 if (__read_config($file, \$test_num)) {
1186 my $val = "$lvalue\[$test_num\]";
1205 if ($test_num) {
1217 my $val = "$lvalue\[$test_num\]";
1245 if ($test_num) {
1246 $test_num += $repeat - 1;
1247 $opt{"NUM_TESTS"} = $test_num;
1252 $$current_test_num = $test_num;
1271 my $test_num = 0;
1273 $test_case = __read_config $config, \$test_num;