Home
last modified time | relevance | path

Searched refs:testname (Results 1 – 5 of 5) sorted by relevance

/curl/tests/
H A Dappveyor.pm52 my ($curl, $testnum, $testname)=@_;
53 $testname =~ s/\\/\\\\/g;
54 $testname =~ s/\"/\\\"/g;
55 $testname =~ s/\'/'"'"'/g;
61 "testName": "$testname",
69 $APPVEYOR_TEST_NAMES{$testnum}=$testname;
74 my $testname=$APPVEYOR_TEST_NAMES{$testnum};
75 if(!defined $testname) {
105 "testName": "$testname",
120 "message": "$appveyor_outcome: $testname",
H A Dazure.pm76 my ($curl, $azure_run_id, $testnum, $testname)=@_;
77 $testname =~ s/\\/\\\\/g;
78 $testname =~ s/\"/\\\"/g;
79 $testname =~ s/\'/'"'"'/g;
90 "testCaseTitle": "$title_testnum: $testname",
H A Druntests.pl965 my $testname= (getpart("client", "name"))[0];
966 chomp $testname;
1200 my $testname= (getpart("client", "name"))[0];
1201 chomp $testname;
1202 logmsg "[$testname]\n" if(!$short);
1235 my $testname= (getpart("client", "name"))[0];
1236 chomp $testname;
1797 chomp $testname;
1798 logmsg "PASS: $testnum - $testname\n";
3140 chomp $testname;
[all …]
/curl/tests/libtest/
H A Dlib650.c31 static const char testname[] = "fieldname"; variable
84 CURLFORM_COPYNAME, &testname, in test()
106 CURLFORM_PTRNAME, testname, in test()
107 CURLFORM_NAMELENGTH, strlen(testname) - 1, in test()
H A Dlib670.c33 static const char testname[] = "field"; variable
142 res = curl_mime_name(part, testname); in test()
160 CURLFORM_COPYNAME, testname, in test()

Completed in 12 milliseconds