| /openbsd/src/gnu/usr.bin/perl/cpan/podlators/t/general/ |
| D | pod-parser.t | 38 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 …]
|
| D | filehandle.t | 46 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 …]
|
| D | basic.t | 103 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/ |
| D | Podlators.pm | 55 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 …]
|
| D | RRA.pm | 72 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/ |
| D | obsolete-strings.t | 72 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/ |
| D | commonsense.t | 14 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/ |
| D | encoding.t | 74 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/ |
| D | RRA.pm | 72 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/ |
| D | Config.pm | 53 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/ |
| D | Config.pm | 53 BAIL_OUT('cannot find data/perl.conf'); 71 BAIL_OUT("cannot load $PATH: $error");
|
| /openbsd/src/gnu/usr.bin/perl/cpan/podlators/t/docs/ |
| D | spdx-license.t | 107 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/ |
| D | numify_chkflags.t | 47 } 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/ |
| D | 05sigdie.t | 12 BAIL_OUT( q[Couldn't use module; can't continue.] );
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/ |
| D | bail_out.t | 38 BAIL_OUT("ROCKS FALL! EVERYONE DIES!");
|
| /openbsd/src/gnu/usr.bin/perl/ext/POSIX/t/ |
| D | iv_const.t | 36 eval { $str = capture_dump($_[0]); 1 } or BAIL_OUT $@;
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/ |
| D | bail_out.t | 48 BAIL_OUT("ROCKS FALL! EVERYONE DIES!");
|
| /openbsd/src/gnu/usr.bin/perl/ext/Errno/t/ |
| D | Errno.t | 12 BAIL_OUT("No errno's are exported") unless @Errno::EXPORT_OK;
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/ |
| D | More.pm | 1534 sub BAIL_OUT { subroutine 1538 $tb->BAIL_OUT($reason);
|
| /openbsd/src/gnu/usr.bin/perl/t/io/ |
| D | socket.t | 331 socket($sock, PF_INET, SOCK_STREAM, $tcp) or BAIL_OUT "socket: $!";
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/t/ |
| D | testutil.pl | 134 sub BAIL_OUT { subroutine
|
| /openbsd/src/gnu/usr.bin/perl/cpan/OpenBSD-MkTemp/t/ |
| D | OpenBSD-MkTemp.t | 25 BAIL_OUT("unable to create test directory: $!\n(is $tmpdir unwritable?)");
|
| /openbsd/src/gnu/usr.bin/perl/t/ |
| D | test.pl | 233 sub BAIL_OUT { subroutine
|