| /openbsd-src/gnu/usr.bin/perl/dist/threads-shared/t/ |
| H A D | wait.t | 109 my ($testnum, $to) = @_; 113 ok($testnum++, 1, "$test_type: obtained initial lock"); 115 my $thr = threads->create(\&signaller, $testnum); 122 $testnum = $thr->join(); 123 ok($testnum++, 1, "$test_type: condition obtained"); 125 return ($testnum); 138 my ($testnum, $to) = @_; 142 ok($testnum++, 1, "$test_type: obtained initial lock"); 144 my $thr = threads->create(\&signaller, $testnum); 152 $testnum = $thr->join(); [all …]
|
| H A D | waithires.t | 151 my ($testnum, $to) = @_; 155 ok($testnum++, 1, "$test_type: obtained initial lock"); 160 my ($thr) = threads->create(\&signaller, $testnum); 172 ($testnum, $child_time) = $thr->join(); 174 ok($testnum++, $ok, "$test_type: condition obtained"); 175 ok($testnum++, 1, "nothing to do here"); 181 ok($testnum++, $child_time >= $to, "test_type: child exceeded time"); 183 ok($testnum++, $t >= $to, "test_type: parent exceeded time"); 186 return ($testnum); 199 my ($testnum, $to) = @_; [all …]
|
| /openbsd-src/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); 24 static int assert_llong(int testnum, int checknum, long long expect, long long 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() [all …]
|
| /openbsd-src/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 | rfc2202.t | 29 my $testnum = 1; 33 print "ok ", $testnum++, "\n";
|
| H A D | nistbyte.t | 37 my $testnum = 1; 56 print "ok ", $testnum++, "\n";
|
| H A D | nistbit.t | 37 my $testnum = 1; 55 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-src/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-src/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-src/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-src/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-src/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
|