Home
last modified time | relevance | path

Searched refs:test_count (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/t/base/
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\n";}
71 $test_count++;
75 if ($bar eq "ba") {print "ok $test_count\n";} else {print "not ok $test_count\n";}
[all …]
/openbsd/src/gnu/usr.bin/perl/dist/threads-shared/t/
Dshared_attr.t42 my $test_count;
43 share($test_count);
44 $test_count = 2;
48 ok($test_count++, $foo eq "foo");
50 ok($test_count++, $foo eq "bar");
52 ok($test_count++, $foo[1] eq "bar");
53 threads->create(sub { ok($test_count++, shift(@foo) eq "foo")})->join();
54 ok($test_count++, $foo[0] eq "bar");
56 ok($test_count++, $foo{foo} eq "bar");
58 ok($test_count++, $foo{bar} eq "foo");
[all …]
/openbsd/src/regress/sys/netinet6/autoport/
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/src/regress/sys/kern/flock/
Dlockf.c108 static int test_count = sizeof(tests) / sizeof(tests[0]); variable
130 testnum = strtonum(argv[0], 1, test_count, &errstr); in main()
138 for (i = 0; i < test_count; i++) { in main()
Dflock.c1888 static int test_count = sizeof(tests) / sizeof(tests[0]); variable
1912 testnum = strtonum(argv[0], 1, test_count, &errstr); in main()
1924 for (i = 0; i < test_count; i++) { in main()
/openbsd/src/gnu/usr.bin/perl/lib/
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 == 0) {
1298 $test_count = 1;
1318 for (1 .. $test_count) {
/openbsd/src/gnu/usr.bin/perl/t/porting/
Dcheckcase.t15 my $test_count = 0;
/openbsd/src/gnu/llvm/llvm/utils/lit/lit/
Dmain.py154 test_count = sum(1 for _ in test_iter)
155 print(' %s - %d tests' % (suite.name, test_count))
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/t/
Dutf8_warn_base.pl782 my $test_count = -1;
984 $test_count++;
985 next if $test_count % $num_test_files != $::TEST_CHUNK;