Searched refs:skip_all (Results 1 - 25 of 29) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/
H A Dfork.t14 plan skip_all => "This system cannot fork";
H A Dtodo.t15 plan skip_all => 'Need Test::Harness 1.23 or up';
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dgrent.t14 unless ($hasgr) { plan skip_all => "no getgrgid"; }
17 unless ($hasgr) { plan skip_all => "no grp.h"; }
22 unless (@grent) { plan skip_all => "no gid 0"; }
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/t/
H A Dstrap.t66 ok( (!grep { exists $strap->{$_} } qw(max todo skip_all)),
67 " max, todo and skip_all are not set" );
71 my @attribs = qw(max skip_all todo);
76 skip_all => '',
79 skip_all => 'no leverage found',
82 skip_all => 'no leverage found',
85 skip_all => 'skip skip because',
101 skip_all => 'skip skip because'
112 is( $strap->{skip_all}, $expect->{skip_all}, ' skip_al
[all...]
H A Dstrap-analyze.t286 skip_all => 'rope',
304 skip_all => '',
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dcrypt.t14 skip_all("crypt unimplemented");
H A Dalarm.t12 skip_all("alarm() not implemented on this platform");
H A Dgrent.t11 skip_all "getgrgid unimplemented";
71 skip_all $reason;
H A Dexec.t20 skip_all("Tests mostly usesless on MacOS") if $^O eq 'MacOS';
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A Dstat.t14 unless ($hasst) { plan skip_all => "no stat"; exit 0 }
17 unless ($hasst) { plan skip_all => "no sys/stat.h"; exit 0 }
19 unless (@stat) { plan skip_all => "1..0 # Skip: no file TEST"; exit 0 }
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
H A Do.t16 mkpath( $path ) or skip_all( 'Cannot create fake module path' );
21 open(OUT, '>', $file) or skip_all( 'Cannot write fake backend module');
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A Dhostent.t15 plan skip_all => "Test uses Socket, Socket not built";
18 plan skip_all => "Test relies on resolution of localhost, fails on $^O ($Config{osvers})";
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/t/
H A Dconstants.t9 open(MACROS, $macrosall) or plan skip_all => "can't read '$macrosall': $!";
H A Dsyslog.t31 plan skip_all => "Sys::Syslog was not build"
36 plan skip_all => "Socket was not build"
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/t/
H A Dfail.t7 skip_all("No perlio") unless (find PerlIO::Layer 'perlio');
H A Dfallback.t8 skip_all("No perlio") unless (find PerlIO::Layer 'perlio');
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A Dprefixify.t17 plan skip_all => 'prefixify works differently on VMS';
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dopenpid.t17 skip_all("no multitasking");
H A Dcrlf.t77 skip_all("No perlio, so no :crlf");
H A Dpipe.t10 skip_all("fork required to pipe");
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/t/
H A Dsocketpair.t60 plan skip_all => "alarm() not implemented on this platform";
62 plan skip_all => "fork() not implemented on this platform";
68 plan skip_all => 'No socketpair (real or emulated)';
72 plan skip_all => 'No AF_UNIX';
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/t/
H A Drel2abs2rel.t8 : (skip_all => "Can't find an executable file")
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/
H A DStraps.pm144 $totals{skip_all} = $self->{skip_all} if defined $self->{skip_all};
146 my $passed = ($totals{max} == 0 && defined $totals{skip_all}) ||
507 C<< $strap->{skip_all} >> contains the reason.
534 $self->{skip_all} = $reason;
638 Resets things like C<< $strap->{max} >> , C<< $strap->{skip_all} >>,
646 delete @{$self}{qw(max skip_all todo)};
669 skip_all if the whole test was skipped, this will
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DCap.t28 plan skip_all => 'no termcap available to test';
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DBuilder.pm134 $Test->plan( skip_all => $reason );
157 elsif( $cmd eq 'skip_all' ) {
158 return $self->skip_all($arg);
234 =item B<skip_all>
236 $Test->skip_all;
237 $Test->skip_all($reason);
244 sub skip_all { subroutine

Completed in 209 milliseconds

12