Home
last modified time | relevance | path

Searched refs:BAIL_OUT (Results 1 – 23 of 23) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/podlators/t/general/
Dpod-parser.t38 open(my $input, '>', $infile) or BAIL_OUT("cannot create $infile: $!");
40 or BAIL_OUT("cannot write to $infile: $!");
41 close($input) or BAIL_OUT("cannot write to $infile: $!");
47 open(my $output, '>', $outfile) or BAIL_OUT("cannot open $outfile: $!");
49 close($output) or BAIL_OUT("cannot write to $outfile: $!");
58 open($output, '>', $outfile) or BAIL_OUT("cannot open $outfile: $!");
60 close($output) or BAIL_OUT("cannot write to $outfile: $!");
67 open($input, '>', $infile) or BAIL_OUT("cannot create $infile: $!");
69 or BAIL_OUT("cannot write to $infile: $!");
70 close($input) or BAIL_OUT("cannot write to $infile: $!");
[all …]
Dfilehandle.t46 open(my $input, '>', $infile) or BAIL_OUT("cannot create $infile: $!");
48 or BAIL_OUT("cannot write to $infile: $!");
49 close($input) or BAIL_OUT("cannot write to $infile: $!");
53 open($input, '<', $infile) or BAIL_OUT("cannot open $infile: $!");
54 open(my $output, '>', $outfile) or BAIL_OUT("cannot open $outfile: $!");
57 close($input) or BAIL_OUT("cannot read from $infile: $!");
58 close($output) or BAIL_OUT("cannot write to $outfile: $!");
69 open($input, '<', $infile) or BAIL_OUT("cannot open $infile: $!");
70 open($output, '>', $outfile) or BAIL_OUT("cannot open $outfile: $!");
73 close($input) or BAIL_OUT("cannot read from $infile: $!");
[all …]
Dbasic.t103 or BAIL_OUT("cannot create $outfile for failed output: $!");
105 or BAIL_OUT("cannot write failed output to $outfile: $!");
107 or BAIL_OUT("cannot write failed output to $outfile: $!");
/openbsd/src/gnu/usr.bin/perl/cpan/podlators/t/lib/Test/
DPodlators.pm55 mkdir($tmpdir, 0777) or BAIL_OUT("cannot create $tmpdir: $!");
58 open($OLD_STDERR, '>&', STDERR) or BAIL_OUT("cannot dup STDERR: $!");
59 open(STDERR, '>', $path) or BAIL_OUT("cannot redirect STDERR: $!");
69 close(STDERR) or BAIL_OUT("cannot close STDERR: $!");
70 open(STDERR, '>&', $OLD_STDERR) or BAIL_OUT("cannot dup STDERR: $!");
71 close($OLD_STDERR) or BAIL_OUT("cannot close redirected STDERR: $!");
96 open(my $fh, '<', $path) or BAIL_OUT("cannot open $path: $!");
105 close($fh) or BAIL_OUT("cannot close $path: $!");
213 open(my $fh, '<', $file) or BAIL_OUT("cannot open $file: $!");
224 close($fh) or BAIL_OUT("cannot read from $file: $!");
[all …]
DRRA.pm72 open(my $fh, '<', $expected) or BAIL_OUT("Cannot open $expected: $!\n");
74 close($fh) or BAIL_OUT("Cannot close $expected: $!\n");
88 print {$tmp} $got or BAIL_OUT("Cannot write to $tmpname: $!\n");
/openbsd/src/gnu/usr.bin/perl/cpan/podlators/t/style/
Dobsolete-strings.t72 open(my $fh, '<', $filename) or BAIL_OUT("Cannot open $File::Find::name");
77 close($fh) or BAIL_OUT("Cannot close $File::Find::name");
84 close($fh) or BAIL_OUT("Cannot close $File::Find::name");
89 close($fh) or BAIL_OUT("Cannot close $File::Find::name");
/openbsd/src/gnu/usr.bin/perl/t/lib/
Dcommonsense.t14 BAIL_OUT("Perl configured without Fcntl module");
18 BAIL_OUT("Perl configured without IO module");
21 BAIL_OUT("Perl configured without File::Glob module");
/openbsd/src/gnu/usr.bin/perl/cpan/podlators/t/man/
Dencoding.t74 or BAIL_OUT("cannot create $outfile for failed output: $!");
76 or BAIL_OUT("cannot write failed output to $outfile: $!");
78 or BAIL_OUT("cannot write failed output to $outfile: $!");
/openbsd/src/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/lib/Test/
DRRA.pm72 open(my $fh, '<', $expected) or BAIL_OUT("Cannot open $expected: $!\n");
74 close($fh) or BAIL_OUT("Cannot close $expected: $!\n");
88 print {$tmp} $got or BAIL_OUT("Cannot write to $tmpname: $!\n");
/openbsd/src/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/lib/Test/RRA/
DConfig.pm53 BAIL_OUT('cannot find data/perl.conf');
71 BAIL_OUT("cannot load $PATH: $error");
/openbsd/src/gnu/usr.bin/perl/cpan/podlators/t/lib/Test/RRA/
DConfig.pm53 BAIL_OUT('cannot find data/perl.conf');
71 BAIL_OUT("cannot load $PATH: $error");
/openbsd/src/gnu/usr.bin/perl/cpan/podlators/t/docs/
Dspdx-license.t107 open(my $file, '<', $filename) or BAIL_OUT("Cannot open $path");
121 close($file) or BAIL_OUT("Cannot close $path");
/openbsd/src/gnu/usr.bin/perl/t/op/
Dnumify_chkflags.t47 } or BAIL_OUT $@; # Avoid die() under test.
58 or note($dump), BAIL_OUT 'Cannot parse Devel::Peek::Dump output';
/openbsd/src/gnu/usr.bin/perl/cpan/version/t/
D05sigdie.t12 BAIL_OUT( q[Couldn't use module; can't continue.] );
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/
Dbail_out.t38 BAIL_OUT("ROCKS FALL! EVERYONE DIES!");
/openbsd/src/gnu/usr.bin/perl/ext/POSIX/t/
Div_const.t36 eval { $str = capture_dump($_[0]); 1 } or BAIL_OUT $@;
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/
Dbail_out.t48 BAIL_OUT("ROCKS FALL! EVERYONE DIES!");
/openbsd/src/gnu/usr.bin/perl/ext/Errno/t/
DErrno.t12 BAIL_OUT("No errno's are exported") unless @Errno::EXPORT_OK;
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/
DMore.pm1534 sub BAIL_OUT { subroutine
1538 $tb->BAIL_OUT($reason);
/openbsd/src/gnu/usr.bin/perl/t/io/
Dsocket.t331 socket($sock, PF_INET, SOCK_STREAM, $tcp) or BAIL_OUT "socket: $!";
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/t/
Dtestutil.pl134 sub BAIL_OUT { subroutine
/openbsd/src/gnu/usr.bin/perl/cpan/OpenBSD-MkTemp/t/
DOpenBSD-MkTemp.t25 BAIL_OUT("unable to create test directory: $!\n(is $tmpdir unwritable?)");
/openbsd/src/gnu/usr.bin/perl/t/
Dtest.pl233 sub BAIL_OUT { subroutine