Home
last modified time | relevance | path

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

/external/curl/tests/
Druntests.pl568 my ($testcmd, $testnum, $gdbline) = @_;
626 $valgrindcmd .= "${valgrind_logfile}=$LOGDIR/valgrind$testnum";
652 my @e = valgrindparse("$LOGDIR/valgrind$testnum");
655 logmsg "FAIL: torture $testnum - valgrind\n";
2623 my ($testnum, $testname, $subject, $firstref, $secondref)=@_;
2629 $timevrfyend{$testnum} = Time::HiRes::time() if($timestats);
2632 logmsg "\n $testnum: $subject FAILED:\n";
2640 logmsg "FAIL: $testnum - $testname - $subject\n";
3148 my $testnum = $_[0];
3150 return if((not defined($testnum)) || ($testnum < 1));
[all …]
/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/curl/tests/server/
Dfake_ntlm.c120 long testnum; in main() local
169 testnum = lnum; in main()
177 msnprintf(logfilename, sizeof(logfilename), LOGFILE, testnum); in main()
189 filename = test2file(testnum); in main()
195 logmsg("Couldn't open test file %ld", testnum); in main()
213 logmsg("Couldn't open test file %ld", testnum); in main()
233 logmsg("Couldn't open test file %ld", testnum); in main()
255 logmsg("Couldn't open test file %ld", testnum); in main()
/external/u-boot/test/log/
Dlog_test.c26 static int log_test(int testnum) in log_test() argument
30 printf("test %d\n", testnum); in log_test()
31 switch (testnum) { in log_test()
192 int testnum = 0; in do_log_test() local
196 testnum = simple_strtoul(argv[1], NULL, 10); in do_log_test()
198 ret = log_test(testnum); in do_log_test()
/external/u-boot/test/py/tests/
Dtest_log.py34 def run_test(testnum): argument
43 output = u_boot_console.run_command('log test %d' % testnum)
46 assert 'test %d' % testnum == lines.next()
/external/ltp/testcases/network/nfsv4/acl/
Dacl1.c105 static void report(testnum, expected, result, fail) in report() argument
106 int testnum; /* test number */ in report()
119 printf("\ttest #%d - Expected: %s - Obtained: %s - %s\n", testnum,
/external/curl/tests/unit/
Dunit1609.c121 int testnum = sizeof(tests) / sizeof(struct testcase); variable
130 for(i = 0; i < testnum; ++i, curl_easy_reset(easy)) {
Dunit1607.c123 int testnum = sizeof(tests) / sizeof(struct testcase); variable
125 for(i = 0; i < testnum; ++i, curl_easy_reset(easy)) {
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/scapy/doc/scapy/
Ddevelopment.rst144 -n <testnum> : only tests whose numbers are given (eg. 1,3-7,12)
167 -n testnum Execute only those tests listed by number. Test numbers may be
/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()