Lines Matching refs:test_num
902 my $test_num = $$current_test_num;
937 $old_test_num = $test_num;
940 $test_num += $repeat;
984 $repeat_tests{"$test_num"} = $repeat;
999 $test_num = $old_test_num;
1054 if (__read_config($file, \$test_num)) {
1068 my $val = "$lvalue\[$test_num\]";
1087 if ($test_num) {
1099 my $val = "$lvalue\[$test_num\]";
1127 if ($test_num) {
1128 $test_num += $repeat - 1;
1129 $opt{"NUM_TESTS"} = $test_num;
1134 $$current_test_num = $test_num;
1152 my $test_num = 0;
1154 $test_case = __read_config $config, \$test_num;