Home
last modified time | relevance | path

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

/external/curl/tests/
Druntests.pl617 my ($testcmd, $testnum, $gdbline) = @_;
696 $valgrindcmd .= "${valgrind_logfile}=$LOGDIR/valgrind$testnum";
722 my @e = valgrindparse("$LOGDIR/valgrind$testnum");
725 logmsg "FAIL: torture $testnum - valgrind\n";
2740 my ($testnum, $testname, $subject, $firstref, $secondref)=@_;
2746 $timevrfyend{$testnum} = Time::HiRes::time();
2749 logmsg "\n $testnum: $subject FAILED:\n";
2757 logmsg "FAIL: $testnum - $testname - $subject\n";
3339 my $testnum = $_[0];
3341 return if((not defined($testnum)) || ($testnum < 1));
[all …]
Dappveyor.pm37 my ($curl, $testnum, $testname)=@_;
48 'fileName': 'tests/data/test$testnum',
54 $APPVEYOR_TEST_NAMES{$testnum}=$testname;
58 my ($curl, $testnum, $error, $start, $stop)=@_;
59 my $testname=$APPVEYOR_TEST_NAMES{$testnum};
92 'fileName': 'tests/data/test$testnum',
95 'ErrorMessage': 'Test $testnum $appveyor_outcome'
107 'details': 'Test $testnum $appveyor_outcome'
Dazure.pm60 my ($curl, $azure_run_id, $testnum, $testname)=@_;
64 my $title_testnum=sprintf("%04d", $testnum);
73 'testCase': {'id': $testnum},
76 'automatedTestName': 'curl.tests.$testnum',
89 my ($curl, $azure_run_id, $azure_result_id, $testnum, $error, $start, $stop)=@_;
/external/curl/tests/server/
Dfake_ntlm.c119 long testnum; in main() local
168 testnum = lnum; in main()
176 msnprintf(logfilename, sizeof(logfilename), LOGFILE, testnum); in main()
188 stream = test2fopen(testnum); in main()
192 logmsg("Couldn't open test file %ld", testnum); in main()
205 stream = test2fopen(testnum); in main()
209 logmsg("Couldn't open test file %ld", testnum); in main()
223 stream = test2fopen(testnum); in main()
227 logmsg("Couldn't open test file %ld", testnum); in main()
244 stream = test2fopen(testnum); in main()
[all …]
Dmqttd.c110 int testnum; member
134 config.testnum = 0; in resetdefaults()
171 config.testnum = atoi(value); in getconfig()
172 logmsg("testnum = %d", config.testnum); in getconfig()
501 testno = config.testnum; in mqttit()
Dsws.c241 int testnum = DOCNUMBER_NOTHING; in parse_cmdfile() local
246 if(1 == sscanf(buf, "Testnum %d", &testnum)) { in parse_cmdfile()
247 logmsg("[%s] cmdfile says testnum %d", cmdfile, testnum); in parse_cmdfile()
248 req->testno = testnum; in parse_cmdfile()
/external/ltp/testcases/kernel/containers/utsname/
Dutstest.c121 int testnum; in P1() local
123 testnum = atoi((char *)vtest); in P1()
128 switch (testnum) { in P1()
230 int testnum; in P2() local
232 testnum = atoi((char *)vtest); in P2()
237 switch (testnum) { in P2()
267 tst_resm(TFAIL, "undefined test: %d", testnum); in P2()
290 int testnum; in main() local
317 testnum = atoi(argv[2]); in main()
320 switch (testnum) { in main()
/external/ltp/testcases/network/nfsv4/acl/
Dacl1.c104 static void report(testnum, expected, result, fail) in report() argument
105 int testnum; /* test number */ in report()
118 printf("\ttest #%d - Expected: %s - Obtained: %s - %s\n", testnum,
/external/curl/tests/unit/
Dunit1609.c102 int testnum = sizeof(tests) / sizeof(struct testcase); variable
111 for(i = 0; i < testnum; ++i) {
Dunit1607.c104 int testnum = sizeof(tests) / sizeof(struct testcase); variable
109 for(i = 0; i < testnum; ++i) {
Dunit1307.c276 int testnum = sizeof(tests) / sizeof(struct testcase); variable
293 for(i = 0; i < testnum; i++) {
/external/ltp/testcases/kernel/io/direct_io/
Ddiotest4.c97 runtest_f(int fd, char *buf, int offset, int count, int errnum, int testnum, in runtest_f() argument
139 int runtest_s(int fd, char *buf, int offset, int count, int testnum, char *msg) in runtest_s() argument
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/
DDiagBigDecimalTest.java5159 java.lang.String testnum; in mathtestcheck() local
5168 testnum = "gen" in mathtestcheck()
5172 TestFmwk.assertTrue(testnum, flag); in mathtestcheck()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DDiagBigDecimalTest.java5156 java.lang.String testnum; in mathtestcheck() local
5165 testnum = "gen" in mathtestcheck()
5169 TestFmwk.assertTrue(testnum, flag); in mathtestcheck()