Searched refs:tests (Results 476 - 500 of 1430) sorted by relevance

<<11121314151617181920>>

/openbsd-current/
H A DMakefile48 regression-tests:
49 @echo Running regression tests...
113 build regression-tests includes beforeinstall afterinstall \
/openbsd-current/gnu/usr.bin/perl/cpan/Time-Local/t/
H A DLocal.t54 my %tests = (
79 $tests{'greater than 2**31 seconds'} = [ [ 2258, 8, 11, 1, 49, 17 ] ]
83 $tests{'simple times'}[0][2]++
86 $tests{'negative epoch'} = [
91 for my $group ( sort keys %tests ) {
94 sub { _test_group( $tests{$group} ) },
315 plan skip_all => 'These tests require support for large epoch values'
/openbsd-current/gnu/usr.bin/perl/cpan/autodie/t/
H A Dautodie.t6 use Test::More tests => 19;
H A Dunlink.t25 plan tests => 10;
H A Dversion_tag.t4 use Test::More tests => 10;
H A Drecv.t3 use Test::More tests => 8;
/openbsd-current/gnu/usr.bin/perl/dist/Attribute-Handlers/t/
H A Ddata_convert.t5 use Test::More tests => 8;
/openbsd-current/gnu/usr.bin/perl/dist/Locale-Maketext/t/
H A D20_get.t4 use Test::More tests => 10;
35 "# (Otherwise we can't run the subsequent tests)...\n";
/openbsd-current/gnu/usr.bin/perl/dist/Safe/t/
H A Dsafeuniversal.t16 plan(tests => 6);
/openbsd-current/gnu/usr.bin/perl/dist/base/t/
H A Dcompile-time.t4 use Test::More tests => 3;
/openbsd-current/gnu/usr.bin/perl/ext/File-Glob/t/
H A Dglobal.t13 use Test::More tests => 11;
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dmy_cxt.t17 use Test::More tests => 16;
/openbsd-current/gnu/usr.bin/perl/t/porting/
H A DFindExt.t49 plan(tests => 2);
56 plan(tests => 12);
/openbsd-current/gnu/usr.bin/perl/t/uni/
H A Dtie.t8 plan (tests => 10);
58 local $::TODO = "Need more tests!";
/openbsd-current/gnu/usr.bin/perl/t/mro/
H A Dnext_skip_utf8.t6 require q(./test.pl); plan(tests => 10);
13 This tests the classic diamond inheritance pattern.
/openbsd-current/regress/lib/libc/regex/
H A DMakefile12 TESTS= ${.CURDIR}/tests
/openbsd-current/gnu/usr.bin/perl/cpan/Sys-Syslog/t/
H A Dconstants.t10 plan tests => @names * 2 + 2;
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dtaint.t7 # Test that environment options are propagated to tainted tests
11 use Test::More ( $^O eq 'VMS' ? ( skip_all => 'VMS' ) : ( tests => 2 ) );
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/
H A Doutput.t20 $Test->plan( tests => 6 );
92 $tb->plan(tests => 5);
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dprotowarn.t12 plan( tests => 12 );
/openbsd-current/gnu/usr.bin/perl/t/re/
H A Dpat_special_cc.t18 plan tests => 9; # Update this when adding/deleting tests.
H A Dqr.t9 plan tests => 4;
/openbsd-current/gnu/usr.bin/perl/dist/Storable/t/
H A Dforgive.t33 plan(tests => 8);
H A Dinterwork56.t31 use Test::More tests=>30;
33 our (%tests);
46 $tests{$2} = $data;
68 my $real_thing = $tests{$name};
H A Dtied_items.t26 use Test::More tests => 8;

Completed in 130 milliseconds

<<11121314151617181920>>