Skip Menu |

This queue is for tickets about the Test-Warn CPAN distribution.

Report information
The Basics
Id: 63247
Status: resolved
Priority: 0/
Queue: Test-Warn

People
Owner: Nobody in particular
Requestors: jjore [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.22
Fixed in: 0.23



Subject: warnings_exist.t + t/carped.t fail
These failures prevent automated installation. I've attached my `perl -V` in perl.txt. The complete successful tests in success.txt. The complete failing tests in failure.txt. + /home/josh/.kittyfs/bin/perl5.13.7 -Mblib t/warnings_exist.t not ok 10 + /home/josh/.kittyfs/bin/perl5.13.7 -Mblib t/carped.t 1..6 not ok 2 - Warnings and Carpings mixed, asked only for like carpings
Subject: success.txt

Message body is not shown because it is too large.

Subject: perl.txt
Summary of my perl5 (revision 5 version 13 subversion 7) configuration: Commit id: 0724ad8708be1f65187c03974a56fff4ff9b48c8 Platform: osname=linux, osvers=2.6.35-22-generic, archname=i686-linux-thread-multi uname='linux lik 2.6.35-22-generic #35-ubuntu smp sat oct 16 20:36:48 utc 2010 i686 gnulinux ' config_args='-Dprefix=/home/josh/.kittyfs -Dusethreads -Dusedevel -de' hint=recommended, useposix=true, d_sigaction=define useithreads=define, usemultiplicity=define useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef use64bitint=undef, use64bitall=undef, uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-O2', cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include' ccversion='', gccversion='4.4.5', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=4, prototype=define Linker and Libraries: ld='cc', ldflags =' -fstack-protector -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib /lib64 /usr/lib64 libs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc libc=/lib/libc-2.12.1.so, so=so, useshrplib=false, libperl=libperl.a gnulibc_version='2.12.1' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E' cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector' Characteristics of this binary (from libperl): Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP PERL_USE_DEVEL USE_ITHREADS USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF USE_REENTRANT_API Built under linux Compiled at Nov 22 2010 08:17:07 @INC: /home/josh/.kittyfs/lib/perl5/site_perl/5.13.7/i686-linux-thread-multi /home/josh/.kittyfs/lib/perl5/site_perl/5.13.7 /home/josh/.kittyfs/lib/perl5/5.13.7/i686-linux-thread-multi /home/josh/.kittyfs/lib/perl5/5.13.7 .
Subject: failure.txt
+ /home/josh/.kittyfs/bin/perl5.13.7 -Mblib t/warnings_exist.t ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 not ok 10 # Failed test at t/warnings_exist.t line 34. # got: 'Use of uninitialized value $a in addition (+) at t/warnings_exist1.pl line 36.' # expected: '(?^:^Use of uninitialized value (?:\$a\s+)?in addition \(\+\) at t\/warnings_exist1\.pl line 36\.$)' ok 11 ok 12 1..12 # Looks like you failed 1 test of 12. + /home/josh/.kittyfs/bin/perl5.13.7 -Mblib t/carped.t 1..6 ok 1 - Warnings and Carpings mixed, asked only for like warnings not ok 2 - Warnings and Carpings mixed, asked only for like carpings # Failed test 'Warnings and Carpings mixed, asked only for like carpings' # at t/carped.t line 41. # STDERR is: # # Failed test at t/carped.t line 40. # # found warning: Warning 1 at t/carped.t line 13. # # found carped warning: Carping 2 at t/carped.t line 14 # # found carped warning: Carping 3 at t/carped.t line 15 # # found warning: Warning 4 at t/carped.t line 16. # # expected to find carped warning: (?^:1) # # expected to find carped warning: (?^:2) # # expected to find carped warning: (?^:3) # # expected to find carped warning: (?^:4) #  # not: # /#\s+Failed\ test.*?\n?.*?at\ t\/carped\.t line 40.*\n?/ #  # # found warning: Warning 1 at t/carped.t line 13. #  # # found carped warning: Carping 2 at t/carped.t line 14 #  # # found carped warning: Carping 3 at t/carped.t line 15 #  # # found warning: Warning 4 at t/carped.t line 16. #  # # expected to find carped warning: (?-xism:1) #  # # expected to find carped warning: (?-xism:2) #  # # expected to find carped warning: (?-xism:3) #  # # expected to find carped warning: (?-xism:4) #  # as expected ok 3 - Warnings and Carpings mixed, asked for the right likes ok 4 - Warnings and Carpings mixed, asked only for warnings ok 5 - Warnings and Carpings mixed, asked only for carpings ok 6 - Warnings and Carpings mixed, asked for the right ones