Lines Matching refs:test_num
1048 my $test_num = $$current_test_num;
1082 $old_test_num = $test_num;
1085 $test_num += $repeat;
1129 $repeat_tests{"$test_num"} = $repeat;
1144 $test_num = $old_test_num;
1198 if (__read_config($file, \$test_num)) {
1212 my $val = "$lvalue\[$test_num\]";
1231 if ($test_num) {
1243 my $val = "$lvalue\[$test_num\]";
1271 if ($test_num) {
1272 $test_num += $repeat - 1;
1273 $opt{"NUM_TESTS"} = $test_num;
1278 $$current_test_num = $test_num;
1297 my $test_num = 0;
1299 $test_case = __read_config $config, \$test_num;