Searched refs:test_count (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/t/base/
H A Drs.t6 $test_count = 1;
18 $test_count_start = $test_count; # Needed to know how many tests to skip
35 $test_count_end = $test_count; # Needed to know how many tests to skip
42 "ok $test_count # \$/ preserved when set to bad value\n";
43 ++$test_count;
67 if ($bar eq "foo\n") {print "ok $test_count\n";} else {print "not ok $test_count\n";}
68 $test_count++;
70 if ($bar eq "foobar\n") {print "ok $test_count\n";} else {print "not ok $test_count\
[all...]
/openbsd-current/regress/sys/netinet6/autoport/
H A Dautoport.pl20 my ($af, $test_listen, $test_first, $test_count) = @ARGV;
22 $test_count = SOMAXCONN if (not defined $test_count);
24 my $test_last = $test_first + $test_count;
/openbsd-current/gnu/usr.bin/perl/t/porting/
H A Dcheckcase.t15 my $test_count = 0;
/openbsd-current/regress/sys/kern/flock/
H A Dlockf.c108 static int test_count = sizeof(tests) / sizeof(tests[0]); variable
130 testnum = strtonum(argv[0], 1, test_count, &errstr);
138 for (i = 0; i < test_count; i++) {
H A Dflock.c1888 static int test_count = sizeof(tests) / sizeof(tests[0]); variable
1912 testnum = strtonum(argv[0], 1, test_count, &errstr);
1924 for (i = 0; i < test_count; i++) {
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dcharnames.t1278 my $test_count = 0;
1280 $test_count += int($regular_names_count[$block] * $percentage_of_algorithmic_names / 100 + .5);
1281 $test_count = 1 unless $test_count; # Make sure at least one
1284 $test_count += int($regular_names_count[$block] * $percentage_of_regular_names / 100 + .5);
1285 $test_count = 1 unless $test_count;
1290 $test_count = $block_size if $test_count > $block_size;
1297 if ($test_count
[all...]
/openbsd-current/gnu/llvm/llvm/utils/lit/lit/
H A Dmain.py154 test_count = sum(1 for _ in test_iter)
155 print(' %s - %d tests' % (suite.name, test_count))
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dutf8_warn_base.pl782 my $test_count = -1;
984 $test_count++;
985 next if $test_count % $num_test_files != $::TEST_CHUNK;

Completed in 141 milliseconds