Lines Matching refs:testnum
143 my ($logdir, $testnum)=@_;
144 return "$logdir/stdout$testnum";
148 my ($logdir, $testnum)=@_;
149 return "$logdir/stderr$testnum";
298 my $testnum = shift;
337 print STDERR "error: test$testnum:$line: %else no %if\n";
346 print STDERR "error: test$testnum:$line: %endif had no %if\n";
365 subvariables(\$s, $testnum, "%");
408 my ($testcmd, $testnum, $gdbline) = @_;
487 $valgrindcmd .= "${valgrind_logfile}=$LOGDIR/valgrind$testnum";
513 my @e = valgrindparse("$LOGDIR/valgrind$testnum");
516 logmsg "FAIL: torture $testnum - valgrind\n";
550 logmsg " $testnum: torture FAILED: function number $limit in test.\n",
584 my ($testnum, $testtimings) = @_;
599 warn "Test case $testnum has no server(s) specified";
624 my $testnum = $_[0];
629 my $otest = "$LOGDIR/test$testnum";
631 @entiretest = prepro($testnum, @entiretest);
641 loadtest("$LOGDIR/test${testnum}");
685 my $testnum = $_[0];
705 my @o = `$cmd 2> $LOGDIR/precheck-$testnum`;
723 my ($testnum) = @_;
736 push @ftpservercmd, "Testnum $testnum\n";
747 logmsg " $testnum: IGNORED: section client=>file has no name attribute\n";
787 my ($testnum, $testtimings) = @_;
801 my $CURLOUT="$LOGDIR/curl$testnum.out"; # curl output if not stdout
850 $cmdargs .= "--trace $LOGDIR/trace$testnum ";
853 $cmdargs .= "--trace-ascii $LOGDIR/trace$testnum ";
867 $CURLOUT = stdoutfilename($LOGDIR, $testnum); # sends received data to stdout
871 $tool="unit$testnum";
882 logmsg " $testnum: IGNORED: The tool set in the test case for this: '$tool' does not exist\n";
889 logmsg " $testnum: IGNORED: This test cannot run event based\n";
903 my $stdinfile="$LOGDIR/stdin-for-$testnum";
927 $valgrindcmd .= "${valgrind_logfile}=$LOGDIR/valgrind$testnum";
931 $CMDLINE .= "$cmdargs > " . stdoutfilename($LOGDIR, $testnum) .
932 " 2> " . stderrfilename($LOGDIR, $testnum);
946 my $gdbinit = "$TESTDIR/gdbinit$testnum";
970 $testnum,
1000 my ($testnum, $dumped_core, $testtimings)=@_;
1076 logmsg " $testnum: killserver FAILED\n";
1087 my ($testnum)=@_;
1100 logmsg " $testnum: postcheck FAILED\n";
1113 my ($testnum)=@_;
1130 loadtest("${TESTDIR}/test${testnum}");
1140 my ($why, $error) = singletest_startservers($testnum, \%testtimings);
1148 singletest_preprocess($testnum);
1157 $why = singletest_precheck($testnum);
1171 my ($testnum)=@_;
1179 my $error = singletest_prepare($testnum);
1192 ($error, $cmdres, $dumped_core, $CURLOUT, $tool, $usedvalgrind) = singletest_run($testnum, \%testtimings);
1199 $error = singletest_clean($testnum, $dumped_core, \%testtimings);
1206 $error = singletest_postcheck($testnum);