Lines Matching refs:testname
426 my ($runnerid, $testnum, $testname, $subject, $firstref, $secondref)=@_;
444 logmsg "FAIL: $testnum - $testname - $subject\n";
931 my $testname= (getpart("client", "name"))[0];
932 chomp $testname;
936 $AZURE_RESULT_ID = azure_create_test_result($ACURL, $AZURE_RUN_ID, $testnum, $testname);
939 appveyor_create_test_result($ACURL, $testnum, $testname);
1166 my $testname= (getpart("client", "name"))[0];
1167 chomp $testname;
1168 logmsg "[$testname]\n" if(!$short);
1195 my $testname= (getpart("client", "name"))[0];
1196 chomp $testname;
1254 $res = compare($runnerid, $testnum, $testname, "stdout", \@actual, \@validstdout);
1306 $res = compare($runnerid, $testnum, $testname, "stderr", \@actual, \@validstderr);
1364 $res = compare($runnerid, $testnum, $testname, "protocol", \@out, \@protocol);
1430 $res = compare($runnerid, $testnum, $testname, "data", \@out, \@reply);
1458 $res = compare($runnerid, $testnum, $testname, "upload", \@out, \@upload);
1501 $res = compare($runnerid, $testnum, $testname, "proxy", \@out, \@proxyprot);
1582 $res = compare($runnerid, $testnum, $testname, "output ($filename)",
1598 $res = compare($runnerid, $testnum, $testname, "socks", \@out, \@socksprot);
1689 logmsg "FAIL: $testnum - $testname - valgrind\n";
1742 my $testname= (getpart("client", "name"))[0];
1743 chomp $testname;
1744 logmsg "PASS: $testnum - $testname\n";