Searched refs:testnum (Results 1 – 10 of 10) sorted by relevance
/curl/tests/ |
H A D | runtests.pl | 906 return if((not defined($testnum)) || ($testnum < 1)); 914 $timevrfyend{$testnum} = $timesrvrlog{$testnum}; 918 $timevrfyend{$testnum} = $timetoolend{$testnum}; 919 $timesrvrlog{$testnum} = $timetoolend{$testnum}; 2056 $timesrvrend{$testnum} - $timesrvrini{$testnum}, $testnum); 2059 ($timesrvrend{$testnum} - $timesrvrini{$testnum}), $testnum); 2061 $timetoolend{$testnum} - $timetoolini{$testnum}, $testnum); 2063 $timesrvrlog{$testnum} - $timetoolend{$testnum}, $testnum); 2065 $timevrfyend{$testnum} - $timesrvrlog{$testnum}, $testnum); 2067 $timevrfyend{$testnum} - $timeprepini{$testnum}, $testnum); [all …]
|
H A D | appveyor.pm | 52 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 D | runner.pm | 145 my ($logdir, $testnum)=@_; 146 return "$logdir/stdout$testnum"; 150 my ($logdir, $testnum)=@_; 151 return "$logdir/stderr$testnum"; 300 my $testnum = shift; 653 my $testnum = $_[0]; 719 my $testnum = $_[0]; 757 my ($testnum) = @_; 1140 my ($testnum)=@_; 1171 my ($testnum)=@_; [all …]
|
H A D | azure.pm | 76 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 D | servers.pm | 3056 my ($thing, $testnum, $prefix) = @_; 3115 $$thing =~ s/${prefix}TESTNUMBER/$testnum/g;
|
/curl/tests/unit/ |
H A D | unit1609.c | 104 int testnum = sizeof(tests) / sizeof(struct testcase); variable 113 for(i = 0; i < testnum; ++i) {
|
H A D | unit1607.c | 112 int testnum = sizeof(tests) / sizeof(struct testcase); variable 117 for(i = 0; i < testnum; ++i) {
|
H A D | unit1307.c | 278 int testnum = sizeof(tests) / sizeof(struct testcase); variable 295 for(i = 0; i < testnum; i++) {
|
/curl/tests/server/ |
H A D | mqttd.c | 108 int testnum; member 135 config.testnum = 0; in resetdefaults() 172 config.testnum = atoi(value); in getconfig() 173 logmsg("testnum = %d", config.testnum); in getconfig() 520 testno = config.testnum; in mqttit()
|
H A D | sws.c | 246 int testnum = DOCNUMBER_NOTHING; in parse_cmdfile() local 249 if(1 == sscanf(buf, "Testnum %d", &testnum)) { in parse_cmdfile() 250 logmsg("[%s] cmdfile says testnum %d", cmdfile, testnum); in parse_cmdfile() 251 req->testno = testnum; in parse_cmdfile()
|
Completed in 38 milliseconds