Lines Matching refs:test_num
929 my $test_num = $$current_test_num;
964 $old_test_num = $test_num;
967 $test_num += $repeat;
1011 $repeat_tests{"$test_num"} = $repeat;
1026 $test_num = $old_test_num;
1081 if (__read_config($file, \$test_num)) {
1095 my $val = "$lvalue\[$test_num\]";
1114 if ($test_num) {
1126 my $val = "$lvalue\[$test_num\]";
1154 if ($test_num) {
1155 $test_num += $repeat - 1;
1156 $opt{"NUM_TESTS"} = $test_num;
1161 $$current_test_num = $test_num;
1180 my $test_num = 0;
1182 $test_case = __read_config $config, \$test_num;