Lines Matching refs:test_num
953 my $test_num = $$current_test_num;
988 $old_test_num = $test_num;
991 $test_num += $repeat;
1035 $repeat_tests{"$test_num"} = $repeat;
1050 $test_num = $old_test_num;
1105 if (__read_config($file, \$test_num)) {
1119 my $val = "$lvalue\[$test_num\]";
1138 if ($test_num) {
1150 my $val = "$lvalue\[$test_num\]";
1178 if ($test_num) {
1179 $test_num += $repeat - 1;
1180 $opt{"NUM_TESTS"} = $test_num;
1185 $$current_test_num = $test_num;
1204 my $test_num = 0;
1206 $test_case = __read_config $config, \$test_num;