Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/dist/threads-shared/t/
H A Dwait.t109 my ($testnum, $to) = @_;
122 $testnum = $thr->join();
125 return ($testnum);
138 my ($testnum, $to) = @_;
152 $testnum = $thr->join();
155 return ($testnum);
168 my ($testnum, $to) = @_;
188 return ($testnum);
258 return ($testnum);
288 return ($testnum);
[all …]
H A Dwaithires.t151 my ($testnum, $to) = @_;
172 ($testnum, $child_time) = $thr->join();
175 ok($testnum++, 1, "nothing to do here");
186 return ($testnum);
199 my ($testnum, $to) = @_;
219 return ($testnum);
286 my ($testnum, $to) = @_;
307 ($testnum, $child_time) = $thr->join();
321 return ($testnum);
334 my ($testnum, $to) = @_;
[all …]
/openbsd/regress/lib/libutil/fmt_scaled/
H A Dfmt_test.c22 static int assert_int(int testnum, int checknum, int expect, int result);
23 static int assert_errno(int testnum, int checknum, int expect, int result);
25 static int assert_str(int testnum, int checknum, char * expect, char * result);
301 assert_int(int testnum, int check, int expect, int result) in assert_int() argument
306 testnum, check, expect, result); in assert_int()
311 assert_errno(int testnum, int check, int expect, int result) in assert_errno() argument
316 testnum, check); in assert_errno()
325 assert_llong(int testnum, int check, long long expect, long long result) in assert_llong() argument
330 testnum, check, expect, result); in assert_llong()
335 assert_str(int testnum, int check, char * expect, char * result) in assert_str() argument
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Digest-SHA/t/
H A Dmethods.t15 my $testnum = 1;
18 print "ok ", $testnum++, "\n";
35 print "ok ", $testnum++, "\n";
45 print "ok ", $testnum++, "\n";
53 print "ok ", $testnum++, "\n";
59 print "ok ", $testnum++, "\n";
70 print "ok ", $testnum++, "\n";
73 print "ok ", $testnum++, " # skip: flaky -T\n";
76 print "not ok ", $testnum++, "\n";
87 print "ok ", $testnum++, "\n";
[all …]
H A Dbitbuf.t13 my $testnum = 1;
17 print "ok ", $testnum++, "\n";
29 print "ok ", $testnum++, "\n";
42 print "ok ", $testnum++, "\n";
59 print "ok ", $testnum++, "\n";
H A Dbitorder.t7 my $testnum = 1;
13 print "ok ", $testnum++, "\n";
18 print "ok ", $testnum++, "\n";
H A Dwoodbury.t29 my $testnum = 1;
35 print "ok ", $testnum++, "\n";
42 print "ok ", $testnum++,
50 print "ok ", $testnum++, "\n";
55 print "ok ", $testnum++,
63 print "ok ", $testnum++, "\n";
H A Dstate.t24 my $testnum = 1;
32 print "ok ", $testnum++, " # skip: no 64-bit\n";
38 print "not ok ", $testnum++, "\n";
45 print "ok ", $testnum++, "\n";
H A Dhmacsha.t42 my $testnum = 1;
45 print "ok ", $testnum++, "\n";
50 print "ok ", $testnum++, "\n";
H A Dfips198.t23 my $testnum = 1;
27 print "ok ", $testnum++, "\n";
H A Dbase64.t12 my $testnum = 1;
20 print "ok ", $testnum++, $skip ? " # skip: no 64-bit" : "", "\n";
H A Dnistbit.t37 my $testnum = 1;
55 print "ok ", $testnum++, "\n";
H A Dnistbyte.t37 my $testnum = 1;
56 print "ok ", $testnum++, "\n";
H A Drfc2202.t29 my $testnum = 1;
33 print "ok ", $testnum++, "\n";
H A Dgglong.t43 my $testnum = 1;
51 print "ok ", $testnum++, "\n";
59 print "ok ", $testnum++, "\n";
H A Dgg.t45 my $testnum = 1;
55 print "ok ", $testnum++, "\n";
/openbsd/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/
H A Dselfcheck.t22 my $testnum = 1;
37 print "not ok $testnum\n";
40 print "ok $testnum\n";
42 $testnum++;
/openbsd/regress/sys/kern/flock/
H A Dlockf.c115 int testnum = 0; in main() local
130 testnum = strtonum(argv[0], 1, test_count, &errstr); in main()
131 if (testnum == 0) in main()
139 if (testnum == 0 || i + 1 == testnum) in main()
H A Dflock.c1897 int testnum = 0; in main() local
1912 testnum = strtonum(argv[0], 1, test_count, &errstr); in main()
1913 if (testnum == 0) in main()
1925 if (testnum == 0 || testnum == i + 1) in main()
/openbsd/gnu/usr.bin/perl/cpan/podlators/t/man/
H A Dheading.t28 my $testnum = 1;
42 is($heading, $data->{output}, "Test $testnum");
43 $testnum++;
/openbsd/gnu/usr.bin/perl/cpan/DB_File/t/
H A Ddb-recno.t1321 my $testnum = 194;
1330 ok($testnum++, 0);
1332 else { ok($testnum++, 1) }
1337 print STDERR '# skipping ', $testnum++, "\n";
1355 ok($testnum++, not $failed);
1358 die "testnum ($testnum) != total_tests ($total_tests) + 1"
1359 if $testnum != $total_tests + 1;
/openbsd/regress/sys/netinet/in_pcbbind/
H A Druntest.c188 int testnum = 1; in mcast_reuse_testsuite() local
275 int testnum = 1; in mcast6_testsuite() local