File-Random v0.21 Perl 5 v5.39.1 x86_64-linux
- Status
- Pass
- From
- Andreas J. König (ANDK)
- Dist
-
File-Random v0.21
- Platform
- Perl 5 v5.39.1 x86_64-linux
- Date
- 2023-08-19 11:32:21
- ID
- 0ffe2bdc-3e84-11ee-934e-3c00aa113ea8
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language. See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org
--
Dear Janek Schleicher,
This is a computer-generated report for File-Random-0.21
on perl 5.39.1, created by CPAN-Reporter-1.2019.
Thank you for uploading your work to CPAN. Congratulations!
All tests were successful.
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make test':
PERL_DL_NONLAZY=1 "/tmp/basesmoker-reloperl-AXeA/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl
1..284
ok 1 - Stupid Load test
# Test method random_line
ok 2 - random_file( Empty file )
Lines:Lines
randomly
but of course that's not neccessary
ok 3 - 1st returned line of random_line should be defined
ok 4 - 2nd returned line of random_line should be defined
ok 5 - 3rd returned line of random_line should be defined
ok 6 - 3 random lines should be a bit different
ok 7 - 1st returned line of random_line should be defined
ok 8 - 2nd returned line of random_line should be defined
ok 9 - 3rd returned line of random_line should be defined
ok 10 - 3 random lines should be a bit different
ok 11 - random_line( Normal File )
ok 12 - random_line( Normal File, 3 ) [expected files]
ok 13 - ($line1, $line2, $line3) = random_line $fname [expected files]
ok 14 - random_line( Normal File, 3 ) [expected files]
ok 15 - random_line(file, 100) should return a list of 100 elements
ok 16 - random_line(file, 100) - all lines should be defined
ok 17 - should give a warning random_line(fname,3) is called in scalar context
ok 18 - should give a warning random_line(fname,0)
ok 19 - should give a warning if random_line(fname) in list context
ok 20 - random_line( '' ) should die
ok 21 - random_line( '' ) should die
ok 22 - random_line(fname, '' ) should die
ok 23 - random_line( '&' ) should die
ok 24 - random_line(fname, '&' ) should die
#
# Test method random_file
ok 25 - Arguments passed to check with shift
ok 26 - Arguments passed to check with $_
ok 27 - Used RE (?^:\.) as Regexp
ok 28 - Used RE (?^:\.) as CODE
ok 29 - Used RE (?^:\d$) as Regexp
ok 30 - Used RE (?^:\d$) as CODE
ok 31 - Empty Dir: Argumente -path /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/empty -home /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test
ok 32 - Empty Dir: Argumente -dir /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/empty
ok 33 - Empty Dir: Argumente -dir /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/empty/
ok 34 - Simple Dir: Args -path /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir -home /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test
ok 35 - Simple Dir: Args -dir /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir
ok 36 - Simple Dir: Args -dir /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/
ok 37 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive',1];
ok 38 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive','on'];
ok 39 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive','true'];
ok 40 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive',9];
ok 41 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-dir','.','-recursive',1];
ok 42 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive',1,'-check',qr/[13579]$/];
ok 43 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive',0];
ok 44 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive',undef];
ok 45 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive','0'];
ok 46 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive',''];
ok 47 - samples are different
ok 48 - Arguments: recursive 1
ok 49 - Arguments: -Check CODE(0x55da483eeb40)
ok 50 - Arguments: -DIR /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir
ok 51 - Arguments: -ueberpruefe (?^:deutsch)
ok 52 - Arguments: check CODE(0x55da483eecf0)
ok 53 - Arguments: dir /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir
ok 54 - Arguments: -verzeichnis /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir
ok 55 - Arguments: -RECURSIVE 1
ok 56 - expected to die with Args $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir','-check',undef];
ok 57 - expected to die with Args $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir','-check',''];
ok 58 - expected to die with Args $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir','-check','/./'];
ok 59 - expected to die with Args $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir','-check',{}];
ok 60 - expected to die with Args $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir','-check',[]];
ok 61 - expected to die with Args $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir','-check',0];
ok 62 - -dir $X1 = '/foo/bar/nonsens/reallynonsens/';
ok 63 - -dir $X1 = undef;
ok 64 - -dir $X1 = '';
ok 65 - -dir $X1 = 0;
ok 66 - -dir $X1 = [];
ok 67 - -dir $X1 = {};
# Test aliases: -check-c-dir-d-recursive-r
ok 68 - Arguments passed to check with $_
ok 69 - Arguments passed to check with shift
ok 70 - Used RE (?^:\d$) as Regexp
ok 71 - Used RE (?^:\d$) as CODE
ok 72 - Used RE (?^:\.) as Regexp
ok 73 - Used RE (?^:\.) as CODE
ok 74 - Empty Dir: Argumente -path /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/empty -home /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test
ok 75 - Empty Dir: Argumente -dir /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/empty
ok 76 - Empty Dir: Argumente -dir /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/empty/
ok 77 - Simple Dir: Args -path /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir -home /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test
ok 78 - Simple Dir: Args -dir /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir
ok 79 - Simple Dir: Args -dir /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/
ok 80 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive',1];
ok 81 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive','on'];
ok 82 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive','true'];
ok 83 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive',9];
ok 84 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-dir','.','-recursive',1];
ok 85 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive',1,'-check',qr/[13579]$/];
ok 86 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive',0];
ok 87 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive',undef];
ok 88 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive','0'];
ok 89 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive',''];
ok 90 - samples are different
ok 91 - Arguments: -verzeichnis /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir
ok 92 - Arguments: dir /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir
ok 93 - Arguments: check CODE(0x55da483eecf0)
ok 94 - Arguments: -RECURSIVE 1
ok 95 - Arguments: -Check CODE(0x55da483eeb40)
ok 96 - Arguments: recursive 1
ok 97 - Arguments: -ueberpruefe (?^:deutsch)
ok 98 - Arguments: -DIR /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir
ok 99 - expected to die with Args $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir','-check',undef];
ok 100 - expected to die with Args $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir','-check',''];
ok 101 - expected to die with Args $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir','-check','/./'];
ok 102 - expected to die with Args $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir','-check',{}];
ok 103 - expected to die with Args $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir','-check',[]];
ok 104 - expected to die with Args $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir','-check',0];
ok 105 - -dir $X1 = '/foo/bar/nonsens/reallynonsens/';
ok 106 - -dir $X1 = undef;
ok 107 - -dir $X1 = '';
ok 108 - -dir $X1 = 0;
ok 109 - -dir $X1 = [];
ok 110 - -dir $X1 = {};
# Test aliases: -recursive-rec-dir-directory
ok 111 - Arguments passed to check with $_
ok 112 - Arguments passed to check with shift
ok 113 - Used RE (?^:\d$) as Regexp
ok 114 - Used RE (?^:\d$) as CODE
ok 115 - Used RE (?^:\.) as Regexp
ok 116 - Used RE (?^:\.) as CODE
ok 117 - Empty Dir: Argumente -path /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/empty -home /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test
ok 118 - Empty Dir: Argumente -dir /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/empty
ok 119 - Empty Dir: Argumente -dir /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/empty/
ok 120 - Simple Dir: Args -path /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir -home /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test
ok 121 - Simple Dir: Args -dir /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir
ok 122 - Simple Dir: Args -dir /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/
ok 123 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive',1];
ok 124 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive','on'];
ok 125 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive','true'];
ok 126 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive',9];
ok 127 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-dir','.','-recursive',1];
ok 128 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive',1,'-check',qr/[13579]$/];
ok 129 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive',0];
ok 130 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive',undef];
ok 131 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive','0'];
ok 132 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive',''];
ok 133 - samples are different
ok 134 - Arguments: -DIR /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir
ok 135 - Arguments: -ueberpruefe (?^:deutsch)
ok 136 - Arguments: -Check CODE(0x55da483eeb40)
ok 137 - Arguments: recursive 1
ok 138 - Arguments: -RECURSIVE 1
ok 139 - Arguments: dir /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir
ok 140 - Arguments: -verzeichnis /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir
ok 141 - Arguments: check CODE(0x55da483eecf0)
ok 142 - expected to die with Args $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir','-check',undef];
ok 143 - expected to die with Args $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir','-check',''];
ok 144 - expected to die with Args $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir','-check','/./'];
ok 145 - expected to die with Args $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir','-check',{}];
ok 146 - expected to die with Args $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir','-check',[]];
ok 147 - expected to die with Args $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir','-check',0];
ok 148 - -dir $X1 = '/foo/bar/nonsens/reallynonsens/';
ok 149 - -dir $X1 = undef;
ok 150 - -dir $X1 = '';
ok 151 - -dir $X1 = 0;
ok 152 - -dir $X1 = [];
ok 153 - -dir $X1 = {};
#
# Test method content_of_random_file
ok 154 - Arguments passed to check with $_
ok 155 - Arguments passed to check with shift
ok 156 - Used RE (?^:\.) as Regexp
ok 157 - Used RE (?^:\.) as CODE
ok 158 - Used RE (?^:\d$) as Regexp
ok 159 - Used RE (?^:\d$) as CODE
ok 160 - Empty Dir: Argumente -path /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/empty -home /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test
ok 161 - Empty Dir: Argumente -dir /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/empty
ok 162 - Empty Dir: Argumente -dir /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/empty/
ok 163 - Simple Dir: Args -path /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir -home /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test
ok 164 - Simple Dir: Args -dir /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir
ok 165 - Simple Dir: Args -dir /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/
ok 166 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive',1];
ok 167 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive','on'];
ok 168 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive','true'];
ok 169 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive',9];
ok 170 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-dir','.','-recursive',1];
ok 171 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive',1,'-check',qr/[13579]$/];
ok 172 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive',0];
ok 173 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive',undef];
ok 174 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive','0'];
ok 175 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive',''];
ok 176 - samples are different
ok 177 - Arguments: -DIR /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir
ok 178 - Arguments: -ueberpruefe (?^:deutsch)
ok 179 - Arguments: -Check CODE(0x55da483eeb40)
ok 180 - Arguments: recursive 1
ok 181 - Arguments: -RECURSIVE 1
ok 182 - Arguments: dir /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir
ok 183 - Arguments: -verzeichnis /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir
ok 184 - Arguments: check CODE(0x55da483eecf0)
ok 185 - expected to die with Args $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir','-check',undef];
ok 186 - expected to die with Args $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir','-check',''];
ok 187 - expected to die with Args $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir','-check','/./'];
ok 188 - expected to die with Args $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir','-check',{}];
ok 189 - expected to die with Args $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir','-check',[]];
ok 190 - expected to die with Args $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir','-check',0];
ok 191 - -dir $X1 = '/foo/bar/nonsens/reallynonsens/';
ok 192 - -dir $X1 = undef;
ok 193 - -dir $X1 = '';
ok 194 - -dir $X1 = 0;
ok 195 - -dir $X1 = [];
ok 196 - -dir $X1 = {};
# Test aliases: -recursive-r-dir-d-check-c
ok 197 - Arguments passed to check with $_
ok 198 - Arguments passed to check with shift
ok 199 - Used RE (?^:\d$) as Regexp
ok 200 - Used RE (?^:\d$) as CODE
ok 201 - Used RE (?^:\.) as Regexp
ok 202 - Used RE (?^:\.) as CODE
ok 203 - Empty Dir: Argumente -path /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/empty -home /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test
ok 204 - Empty Dir: Argumente -dir /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/empty
ok 205 - Empty Dir: Argumente -dir /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/empty/
ok 206 - Simple Dir: Args -path /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir -home /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test
ok 207 - Simple Dir: Args -dir /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir
ok 208 - Simple Dir: Args -dir /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/
ok 209 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive',1];
ok 210 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive','on'];
ok 211 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive','true'];
ok 212 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive',9];
ok 213 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-dir','.','-recursive',1];
ok 214 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive',1,'-check',qr/[13579]$/];
ok 215 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive',0];
ok 216 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive',undef];
ok 217 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive','0'];
ok 218 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive',''];
ok 219 - samples are different
ok 220 - Arguments: recursive 1
ok 221 - Arguments: -Check CODE(0x55da483eeb40)
ok 222 - Arguments: -DIR /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir
ok 223 - Arguments: -ueberpruefe (?^:deutsch)
ok 224 - Arguments: check CODE(0x55da483eecf0)
ok 225 - Arguments: -verzeichnis /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir
ok 226 - Arguments: dir /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir
ok 227 - Arguments: -RECURSIVE 1
ok 228 - expected to die with Args $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir','-check',undef];
ok 229 - expected to die with Args $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir','-check',''];
ok 230 - expected to die with Args $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir','-check','/./'];
ok 231 - expected to die with Args $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir','-check',{}];
ok 232 - expected to die with Args $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir','-check',[]];
ok 233 - expected to die with Args $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir','-check',0];
ok 234 - -dir $X1 = '/foo/bar/nonsens/reallynonsens/';
ok 235 - -dir $X1 = undef;
ok 236 - -dir $X1 = '';
ok 237 - -dir $X1 = 0;
ok 238 - -dir $X1 = [];
ok 239 - -dir $X1 = {};
# Test aliases: -recursive-rec-dir-directory
ok 240 - Arguments passed to check with shift
ok 241 - Arguments passed to check with $_
ok 242 - Used RE (?^:\.) as Regexp
ok 243 - Used RE (?^:\.) as CODE
ok 244 - Used RE (?^:\d$) as Regexp
ok 245 - Used RE (?^:\d$) as CODE
ok 246 - Empty Dir: Argumente -path /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/empty -home /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test
ok 247 - Empty Dir: Argumente -dir /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/empty
ok 248 - Empty Dir: Argumente -dir /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/empty/
ok 249 - Simple Dir: Args -path /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir -home /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test
ok 250 - Simple Dir: Args -dir /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir
ok 251 - Simple Dir: Args -dir /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/
ok 252 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive',1];
ok 253 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive','on'];
ok 254 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive','true'];
ok 255 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive',9];
ok 256 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-dir','.','-recursive',1];
ok 257 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive',1,'-check',qr/[13579]$/];
ok 258 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive',0];
ok 259 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive',undef];
ok 260 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive','0'];
ok 261 - Args: $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir/rec','-recursive',''];
ok 262 - samples are different
ok 263 - Arguments: -ueberpruefe (?^:deutsch)
ok 264 - Arguments: -DIR /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir
ok 265 - Arguments: -Check CODE(0x55da483eeb40)
ok 266 - Arguments: recursive 1
ok 267 - Arguments: -RECURSIVE 1
ok 268 - Arguments: dir /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir
ok 269 - Arguments: -verzeichnis /tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir
ok 270 - Arguments: check CODE(0x55da483eecf0)
ok 271 - expected to die with Args $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir','-check',undef];
ok 272 - expected to die with Args $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir','-check',''];
ok 273 - expected to die with Args $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir','-check','/./'];
ok 274 - expected to die with Args $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir','-check',{}];
ok 275 - expected to die with Args $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir','-check',[]];
ok 276 - expected to die with Args $X1 = ['-dir','/tmp/loop_over_bdir-461267-pTz0bG/File-Random-0.21-0/test/dir','-check',0];
ok 277 - -dir $X1 = '/foo/bar/nonsens/reallynonsens/';
ok 278 - -dir $X1 = undef;
ok 279 - -dir $X1 = '';
ok 280 - -dir $X1 = 0;
ok 281 - -dir $X1 = [];
ok 282 - -dir $X1 = {};
ok 283 - Simple Contents in scalar context
ok 284 - Recursive Contents in scalar context
#
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- ---- --------
File::Temp 0 0.2311
Set::Scalar 0 1.29
Test::Class 0.03 0.52
Test::Exception 0.1 0.43
Test::ManyParams 0 0.10
Test::More 0.44 1.302195
Test::Warn 0.05 0.37
Want 0 0.29
build_requires:
Module Need Have
------------------- ---- --------
ExtUtils::MakeMaker 0 7.70
configure_requires:
Module Need Have
------------------- ---- --------
ExtUtils::MakeMaker 0 7.70
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_US.UTF-8
PATH = /home/sand/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/perl/bin:/usr/X11/bin
PERL5LIB = /tmp/loop_over_bdir-461267-pTz0bG/CORBA-Python-2.66-0/blib/arch:/tmp/loop_over_bdir-461267-pTz0bG/CORBA-Python-2.66-0/blib/lib:/tmp/loop_over_bdir-461267-pTz0bG/EJBCA-CrlPublish-0.60-0/blib/arch:/tmp/loop_over_bdir-461267-pTz0bG/EJBCA-CrlPublish-0.60-0/blib/lib:/tmp/loop_over_bdir-461267-pTz0bG/DBIx-Migration-Directories-0.12-0/blib/arch:/tmp/loop_over_bdir-461267-pTz0bG/DBIx-Migration-Directories-0.12-0/blib/lib:/tmp/loop_over_bdir-461267-pTz0bG/Sysync-0.35-0/blib/arch:/tmp/loop_over_bdir-461267-pTz0bG/Sysync-0.35-0/blib/lib:/tmp/loop_over_bdir-461267-pTz0bG/js-app-0.13-0/blib/arch:/tmp/loop_over_bdir-461267-pTz0bG/js-app-0.13-0/blib/lib:/tmp/loop_over_bdir-461267-pTz0bG/dta-tokwrap-0.98-0/blib/arch:/tmp/loop_over_bdir-461267-pTz0bG/dta-tokwrap-0.98-0/blib/lib:/tmp/loop_over_bdir-461267-pTz0bG/Lingua-YaTeA-0.626-0/blib/arch:/tmp/loop_over_bdir-461267-pTz0bG/Lingua-YaTeA-0.626-0/blib/lib:/tmp/loop_over_bdir-461267-pTz0bG/triceps-2.1.0-0/blib/arch:/tmp/loop_over_bdir-461267-pTz0bG/triceps-2.1.0-0/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 461275
PERL5_CPAN_IS_RUNNING = 461275
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_MM_USE_DEFAULT = 1
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/bin/zsh
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /tmp/basesmoker-reloperl-AXeA/bin/perl
$UID/$EUID = 1005 / 1005
$GID = 1005 1005
$EGID = 1005 1005
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.36
CPAN::Meta 2.150010
Cwd 3.89
ExtUtils::CBuilder 0.280239
ExtUtils::Command 7.70
ExtUtils::Install 2.22
ExtUtils::MakeMaker 7.70
ExtUtils::Manifest 1.75
ExtUtils::ParseXS 3.51
File::Spec 3.88
JSON 4.10
JSON::PP 4.16
Module::Build 0.4234
Module::Signature 0.88
Parse::CPAN::Meta 2.150010
Test2 1.302195
Test::Harness 3.47
Test::More 1.302195
YAML 1.30
YAML::Syck 1.34
version 0.9929
--
Summary of my perl5 (revision 5 version 39 subversion 1) configuration:
Commit id: 8c6729f5e3d051878ec60933bcc19650d2dddb85
Platform:
osname=linux
osvers=5.4.0-155-generic
archname=x86_64-linux
uname='linux k93focal 5.4.0-155-generic #172-ubuntu smp fri jul 7 16:10:02 utc 2023 x86_64 x86_64 x86_64 gnulinux '
config_args='-Dprefix=/home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.39.1/b254 -Dmyhostname=k93focal -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Dlibswanted=cl pthread socket inet nsl gdbm dbm malloc dl ld sun m crypt sec util c cposix posix ucb BSD gdbm_compat -Uuseithreads -Uuselongdouble -DEBUGGING=both'
hint=recommended
useposix=true
d_sigaction=define
useithreads=undef
usemultiplicity=undef
use64bitint=define
use64bitall=define
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
Compiler:
cc='cc'
ccflags ='-fwrapv -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
optimize='-O2 -g'
cppflags='-fwrapv -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='9.4.0'
gccosandvers=''
intsize=4
longsize=8
ptrsize=8
doublesize=8
byteorder=12345678
doublekind=3
d_longlong=define
longlongsize=8
d_longdbl=define
longdblsize=16
longdblkind=3
ivtype='long'
ivsize=8
nvtype='double'
nvsize=8
Off_t='off_t'
lseeksize=8
alignbytes=8
prototype=define
Linker and Libraries:
ld='cc'
ldflags =' -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib/x86_64-linux-gnu /usr/lib /usr/lib64
libs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
libc=libc-2.31.so
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version='2.31'
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=so
d_dlsymun=undef
ccdlflags='-Wl,-E'
cccdlflags='-fPIC'
lddlflags='-shared -O2 -g -L/usr/local/lib -fstack-protector-strong'
Characteristics of this binary (from libperl):
Compile-time options:
DEBUGGING
HAS_LONG_DOUBLE
HAS_STRTOLD
HAS_TIMES
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_SIPHASH13
PERL_HASH_USE_SBOX32
PERL_MALLOC_WRAP
PERL_OP_PARENT
PERL_PRESERVE_IVUV
PERL_USE_DEVEL
PERL_USE_SAFE_PUTENV
USE_64_BIT_ALL
USE_64_BIT_INT
USE_LARGE_FILES
USE_LOCALE
USE_LOCALE_COLLATE
USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC
USE_LOCALE_TIME
USE_PERLIO
USE_PERL_ATOF
Built under linux
Compiled at Aug 16 2023 04:01:54
%ENV:
PERL5LIB="/tmp/loop_over_bdir-461267-pTz0bG/CORBA-Python-2.66-0/blib/arch:/tmp/loop_over_bdir-461267-pTz0bG/CORBA-Python-2.66-0/blib/lib:/tmp/loop_over_bdir-461267-pTz0bG/EJBCA-CrlPublish-0.60-0/blib/arch:/tmp/loop_over_bdir-461267-pTz0bG/EJBCA-CrlPublish-0.60-0/blib/lib:/tmp/loop_over_bdir-461267-pTz0bG/DBIx-Migration-Directories-0.12-0/blib/arch:/tmp/loop_over_bdir-461267-pTz0bG/DBIx-Migration-Directories-0.12-0/blib/lib:/tmp/loop_over_bdir-461267-pTz0bG/Sysync-0.35-0/blib/arch:/tmp/loop_over_bdir-461267-pTz0bG/Sysync-0.35-0/blib/lib:/tmp/loop_over_bdir-461267-pTz0bG/js-app-0.13-0/blib/arch:/tmp/loop_over_bdir-461267-pTz0bG/js-app-0.13-0/blib/lib:/tmp/loop_over_bdir-461267-pTz0bG/dta-tokwrap-0.98-0/blib/arch:/tmp/loop_over_bdir-461267-pTz0bG/dta-tokwrap-0.98-0/blib/lib:/tmp/loop_over_bdir-461267-pTz0bG/Lingua-YaTeA-0.626-0/blib/arch:/tmp/loop_over_bdir-461267-pTz0bG/Lingua-YaTeA-0.626-0/blib/lib:/tmp/loop_over_bdir-461267-pTz0bG/triceps-2.1.0-0/blib/arch:/tmp/loop_over_bdir-461267-pTz0bG/triceps-2.1.0-0/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="461275"
PERL5_CPAN_IS_RUNNING="461275"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
/tmp/loop_over_bdir-461267-pTz0bG/CORBA-Python-2.66-0/blib/arch
/tmp/loop_over_bdir-461267-pTz0bG/CORBA-Python-2.66-0/blib/lib
/tmp/loop_over_bdir-461267-pTz0bG/EJBCA-CrlPublish-0.60-0/blib/arch
/tmp/loop_over_bdir-461267-pTz0bG/EJBCA-CrlPublish-0.60-0/blib/lib
/tmp/loop_over_bdir-461267-pTz0bG/DBIx-Migration-Directories-0.12-0/blib/arch
/tmp/loop_over_bdir-461267-pTz0bG/DBIx-Migration-Directories-0.12-0/blib/lib
/tmp/loop_over_bdir-461267-pTz0bG/Sysync-0.35-0/blib/arch
/tmp/loop_over_bdir-461267-pTz0bG/Sysync-0.35-0/blib/lib
/tmp/loop_over_bdir-461267-pTz0bG/js-app-0.13-0/blib/arch
/tmp/loop_over_bdir-461267-pTz0bG/js-app-0.13-0/blib/lib
/tmp/loop_over_bdir-461267-pTz0bG/dta-tokwrap-0.98-0/blib/arch
/tmp/loop_over_bdir-461267-pTz0bG/dta-tokwrap-0.98-0/blib/lib
/tmp/loop_over_bdir-461267-pTz0bG/Lingua-YaTeA-0.626-0/blib/arch
/tmp/loop_over_bdir-461267-pTz0bG/Lingua-YaTeA-0.626-0/blib/lib
/tmp/loop_over_bdir-461267-pTz0bG/triceps-2.1.0-0/blib/arch
/tmp/loop_over_bdir-461267-pTz0bG/triceps-2.1.0-0/blib/lib
/home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.39.1/b254/lib/site_perl/5.39.1/x86_64-linux
/home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.39.1/b254/lib/site_perl/5.39.1
/home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.39.1/b254/lib/5.39.1/x86_64-linux
/home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.39.1/b254/lib/5.39.1
.