Searched refs:testnum (Results 1 – 10 of 10) sorted by relevance
/curl/tests/ |
H A D | runtests.pl | 908 return if((not defined($testnum)) || ($testnum < 1)); 916 $timevrfyend{$testnum} = $timesrvrlog{$testnum}; 920 $timevrfyend{$testnum} = $timetoolend{$testnum}; 921 $timesrvrlog{$testnum} = $timetoolend{$testnum}; 2073 $timesrvrend{$testnum} - $timesrvrini{$testnum}, $testnum); 2076 ($timesrvrend{$testnum} - $timesrvrini{$testnum}), $testnum); 2078 $timetoolend{$testnum} - $timetoolini{$testnum}, $testnum); 2080 $timesrvrlog{$testnum} - $timetoolend{$testnum}, $testnum); 2082 $timevrfyend{$testnum} - $timesrvrlog{$testnum}, $testnum); 2084 $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; 654 my $testnum = $_[0]; 720 my $testnum = $_[0]; 758 my ($testnum) = @_; 1141 my ($testnum)=@_; 1172 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 | 106 int testnum; member 133 config.testnum = 0; in resetdefaults() 170 config.testnum = atoi(value); in getconfig() 171 logmsg("testnum = %d", config.testnum); in getconfig() 518 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 30 milliseconds