Searched refs:tests (Results 1 - 25 of 374) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dapache.t4 use Test::More tests => 1;
H A Dswitch.t4 use Test::More tests => 1;
H A Dcan.t3 use Test::More tests => 2;
H A Dinit.t4 use Test::More tests => 1;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/
H A Dplan.t12 plan tests => 4;
13 eval { plan tests => 4 };
H A Dcurr_test.t4 # tests are run via Test::Builder it will blow up.
8 $TB->plan(tests => 2);
H A Dfork.t17 plan tests => 1;
H A Dfilehandles.t10 use Test::More tests => 1;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/sample-tests/
H A Dtaint4 use Test::More tests => 1;
H A Dinc_taint4 use Test::More tests => 1;
H A Dtaint_warn4 use Test::More tests => 1;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
H A Dbblock.t8 use Test::More tests => 1;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/t/
H A D00-load.t3 use Test::More tests => 1;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/t/
H A Dqr.t11 use Test; plan tests => 1;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dless.t8 use Test::More tests => 1;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/
H A Dharness24 # Let tests know they're running in the perl core. Useful for modules
48 my @tests = ();
52 @tests = map(glob($_),@ARGV);
55 @tests = @ARGV;
58 unless (@tests) {
59 push @tests, <base/*.t>;
60 push @tests, <comp/*.t>;
61 push @tests, <cmd/*.t>;
62 push @tests, <run/*.t>;
63 push @tests, <i
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A Dbackwards.t17 use Test::More tests => 2;
H A Dvmsish.t14 use Test::More tests => 1;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/t/
H A DFunctions.t5 plan tests => 2;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/bignum/t/
H A Dbiinfnan.t14 plan tests => 26;
H A Dbn_lite.t13 plan tests => 1;
H A Dbr_lite.t13 plan tests => 1;
H A Dbrinfnan.t14 plan tests => 26;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/t/
H A Dtest-harness.t18 ? File::Spec->catdir($Curdir, 'lib', 'sample-tests')
19 : File::Spec->catdir($Curdir, 't', 'sample-tests');
43 tests => 1,
59 tests => 1,
77 tests => 1,
93 tests => 1,
111 tests => 1,
127 tests => 1,
143 tests => 1,
159 tests
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dsub.t9 plan( tests => 4 );

Completed in 93 milliseconds

1234567891011>>