Home
last modified time | relevance | path

Searched refs:testnum (Results 1 – 10 of 10) sorted by relevance

/curl/tests/
H A Druntests.pl904 return if((not defined($testnum)) || ($testnum < 1));
912 $timevrfyend{$testnum} = $timesrvrlog{$testnum};
916 $timevrfyend{$testnum} = $timetoolend{$testnum};
917 $timesrvrlog{$testnum} = $timetoolend{$testnum};
2050 $timesrvrend{$testnum} - $timesrvrini{$testnum}, $testnum);
2053 ($timesrvrend{$testnum} - $timesrvrini{$testnum}), $testnum);
2055 $timetoolend{$testnum} - $timetoolini{$testnum}, $testnum);
2057 $timesrvrlog{$testnum} - $timetoolend{$testnum}, $testnum);
2059 $timevrfyend{$testnum} - $timesrvrlog{$testnum}, $testnum);
2061 $timevrfyend{$testnum} - $timeprepini{$testnum}, $testnum);
[all …]
H A Dappveyor.pm52 my ($curl, $testnum, $testname)=@_;
63 "fileName": "tests/data/test$testnum",
69 $APPVEYOR_TEST_NAMES{$testnum}=$testname;
73 my ($curl, $testnum, $error, $start, $stop)=@_;
74 my $testname=$APPVEYOR_TEST_NAMES{$testnum};
107 "fileName": "tests/data/test$testnum",
110 "ErrorMessage": "Test $testnum $appveyor_outcome"
122 "details": "Test $testnum $appveyor_outcome"
H A Drunner.pm145 my ($logdir, $testnum)=@_;
146 return "$logdir/stdout$testnum";
150 my ($logdir, $testnum)=@_;
151 return "$logdir/stderr$testnum";
300 my $testnum = shift;
654 my $testnum = $_[0];
720 my $testnum = $_[0];
758 my ($testnum) = @_;
1112 my ($testnum)=@_;
1138 my ($testnum)=@_;
[all …]
H A Dazure.pm76 my ($curl, $azure_run_id, $testnum, $testname)=@_;
80 my $title_testnum=sprintf("%04d", $testnum);
89 "testCase": {"id": $testnum},
92 "automatedTestName": "curl.tests.$testnum",
105 my ($curl, $azure_run_id, $azure_result_id, $testnum, $error, $start, $stop)=@_;
H A Dservers.pm2953 my ($thing, $testnum, $prefix) = @_;
3007 $$thing =~ s/${prefix}TESTNUMBER/$testnum/g;
/curl/tests/unit/
H A Dunit1609.c104 int testnum = sizeof(tests) / sizeof(struct testcase); variable
113 for(i = 0; i < testnum; ++i) {
H A Dunit1607.c112 int testnum = sizeof(tests) / sizeof(struct testcase); variable
117 for(i = 0; i < testnum; ++i) {
H A Dunit1307.c278 int testnum = sizeof(tests) / sizeof(struct testcase); variable
295 for(i = 0; i < testnum; i++) {
/curl/tests/server/
H A Dmqttd.c106 int testnum; member
133 config.testnum = 0; in resetdefaults()
170 config.testnum = atoi(value); in getconfig()
171 logmsg("testnum = %d", config.testnum); in getconfig()
517 testno = config.testnum; in mqttit()
H A Dsws.c244 int testnum = DOCNUMBER_NOTHING; in parse_cmdfile() local
247 if(1 == sscanf(buf, "Testnum %d", &testnum)) { in parse_cmdfile()
248 logmsg("[%s] cmdfile says testnum %d", cmdfile, testnum); in parse_cmdfile()
249 req->testno = testnum; in parse_cmdfile()

Completed in 36 milliseconds