Lines Matching refs:test_num
1013 my $test_num = $$current_test_num;
1047 $old_test_num = $test_num;
1050 $test_num += $repeat;
1094 $repeat_tests{"$test_num"} = $repeat;
1109 $test_num = $old_test_num;
1163 if (__read_config($file, \$test_num)) {
1177 my $val = "$lvalue\[$test_num\]";
1196 if ($test_num) {
1208 my $val = "$lvalue\[$test_num\]";
1236 if ($test_num) {
1237 $test_num += $repeat - 1;
1238 $opt{"NUM_TESTS"} = $test_num;
1243 $$current_test_num = $test_num;
1262 my $test_num = 0;
1264 $test_case = __read_config $config, \$test_num;