/openbsd/gnu/usr.bin/perl/dist/threads-shared/t/ |
H A D | wait.t | 109 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 D | waithires.t | 151 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 D | fmt_test.c | 22 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 D | methods.t | 15 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 D | bitbuf.t | 13 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 D | bitorder.t | 7 my $testnum = 1; 13 print "ok ", $testnum++, "\n"; 18 print "ok ", $testnum++, "\n";
|
H A D | woodbury.t | 29 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 D | state.t | 24 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 D | hmacsha.t | 42 my $testnum = 1; 45 print "ok ", $testnum++, "\n"; 50 print "ok ", $testnum++, "\n";
|
H A D | fips198.t | 23 my $testnum = 1; 27 print "ok ", $testnum++, "\n";
|
H A D | base64.t | 12 my $testnum = 1; 20 print "ok ", $testnum++, $skip ? " # skip: no 64-bit" : "", "\n";
|
H A D | nistbit.t | 37 my $testnum = 1; 55 print "ok ", $testnum++, "\n";
|
H A D | nistbyte.t | 37 my $testnum = 1; 56 print "ok ", $testnum++, "\n";
|
H A D | rfc2202.t | 29 my $testnum = 1; 33 print "ok ", $testnum++, "\n";
|
H A D | gglong.t | 43 my $testnum = 1; 51 print "ok ", $testnum++, "\n"; 59 print "ok ", $testnum++, "\n";
|
H A D | gg.t | 45 my $testnum = 1; 55 print "ok ", $testnum++, "\n";
|
/openbsd/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/ |
H A D | selfcheck.t | 22 my $testnum = 1; 37 print "not ok $testnum\n"; 40 print "ok $testnum\n"; 42 $testnum++;
|
/openbsd/regress/sys/kern/flock/ |
H A D | lockf.c | 115 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 D | flock.c | 1897 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 D | heading.t | 28 my $testnum = 1; 42 is($heading, $data->{output}, "Test $testnum"); 43 $testnum++;
|
/openbsd/gnu/usr.bin/perl/cpan/DB_File/t/ |
H A D | db-recno.t | 1321 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 D | runtest.c | 188 int testnum = 1; in mcast_reuse_testsuite() local 275 int testnum = 1; in mcast6_testsuite() local
|