Home
last modified time | relevance | path

Searched refs:test_num (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/
H A DBuilder.t27 my $test_num = $Test->current_test + 1;
28 $Test->current_test( $test_num );
29 print "ok $test_num - current_test() set\n";
/openbsd-src/gnu/usr.bin/perl/lib/
H A Dlocale.t197 my $test_num = 0;
204 print "ok " . ++$test_num;
854 my $final_without_setlocale = $test_num;
921 print "1..$test_num\n";
2606 foreach $test_num ($first_locales_test_number..$final_locales_test_number) {
2607 my $has_non_global_failure = $Problem{$test_num}
2608 || ! defined $Okay{$test_num}
2609 || ! @{$Okay{$test_num}};
2611 print "ok $test_num";
2612 $test_names{$test_num}
[all...]
/openbsd-src/gnu/usr.bin/perl/t/re/
H A Dregexp.t109 my $test_num = 0;
120 return if $test_num >= $first_already_converted_test_num;
150 $test_num++;
155 print "ok $test_num # $comment\n";
163 die "Bad test definition on line $test_num: $_\n";
223 my $testname= $test_num;
252 $comment .= " $expanded_text $test_num";
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/
H A DTest.pm61 sub number { shift->{test_num} }
65 $self->{test_num} = $number;
/openbsd-src/gnu/usr.bin/perl/dist/Carp/t/
H A Dstack_after_err.t38 my ($test_num)= @ARGV;
39 if (!$test_num) {
52 eval $tests[$test_num-1][1] . <<'END_OF_TEST_CODE'
H A DCarp.t245 my $test_num = 1;
247 my $txt = "Carp::cluck($test_num)";
256 $test_num++;
/openbsd-src/gnu/usr.bin/perl/dist/base/t/
H A Dfields-5_6_0.t13 my $test_num = 1;
18 print "ok $test_num\n";
19 $test_num++;
27 print "ok $test_num";
30 $test_num++;
/openbsd-src/regress/sys/crypto/aes/
H A Daestest.c141 do_tests(const char *filename, int test_num, u_char *key, u_int keylen, in do_tests() argument
154 printf("OK encrypt test vector %s %u\n", filename, test_num); in do_tests()
163 printf("OK decrypt test vector %s %u\n", filename, test_num); in do_tests()
/openbsd-src/gnu/usr.bin/perl/cpan/Module-Metadata/t/
H A Dextract-package.t147 my $test_num = 0;
160 my $pm_info = Module::Metadata->new_from_file(generate_file(File::Spec->catfile($tmpdir, "Simple${test_num}"), 'Simple.pm', $code));
181 ++$test_num;
H A Dmetadata.t38 my $test_num = 0;
42 my $distname = 'Simple' . $test_num++;
325 my $test_num = 0;
354 …my ($vol, $dir, $basename) = File::Spec->splitpath(File::Spec->catfile($tmpdir, "Simple${test_num}…
H A Dextract-version.t688 my $test_num = 0;
709 my $pm_info = Module::Metadata->new_from_file(generate_file(File::Spec->catfile($tmpdir, "Simple${test_num}"), 'Simple.pm', $code));
771 ++$test_num;
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dresults.t189 test_num => 5,
237 test_num => 5,
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/
H A Dcapture.t23 $Test->ok($@, "can't set test_num");
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/
H A DGrammar.pm416 test_num => ( defined $num ? 0 + $num : undef ),
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/
H A DBuilder.pm2407 $tests[$test_num - 1] =