Subject: | Graph-0.94 tests fail under perl 5.18.0 |
Date: | Sun, 19 May 2013 15:42:18 -1000 |
To: | bug-Graph [...] rt.cpan.org |
From: | Joel Roth <joelz [...] pobox.com> |
Greetings,
t/61_connected.t ............... 1/209
# Failed test at t/61_connected.t line 178.
# got: 'b'
# expected: 'a'
# Failed test at t/61_connected.t line 179.
# got: 'b'
# expected: 'a'
# Failed test at t/61_connected.t line 207.
# got: 'a b'
# expected: 'b a'
# Looks like you failed 3 tests of 209.
t/61_connected.t ............... Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/209 subtests
t/62_bcc.t ..................... defined(@array) is deprecated at t/62_bcc.t line 37.
(Maybe you should just omit the defined()?)
defined(@array) is deprecated at t/62_bcc.t line 54.
(Maybe you should just omit the defined()?)
defined(@array) is deprecated at t/62_bcc.t line 71.
(Maybe you should just omit the defined()?)
defined(@array) is deprecated at t/62_bcc.t line 89.
(Maybe you should just omit the defined()?)
defined(@array) is deprecated at t/62_bcc.t line 108.
(Maybe you should just omit the defined()?)
defined(@array) is deprecated at t/62_bcc.t line 126.
(Maybe you should just omit the defined()?)
defined(@array) is deprecated at t/62_bcc.t line 144.
(Maybe you should just omit the defined()?)
defined(@array) is deprecated at t/62_bcc.t line 163.
(Maybe you should just omit the defined()?)
defined(@array) is deprecated at t/62_bcc.t line 183.
(Maybe you should just omit the defined()?)
defined(@array) is deprecated at t/62_bcc.t line 202.
(Maybe you should just omit the defined()?)
defined(@array) is deprecated at t/62_bcc.t line 222.
(Maybe you should just omit the defined()?)
defined(@array) is deprecated at t/62_bcc.t line 244.
(Maybe you should just omit the defined()?)
defined(@array) is deprecated at t/62_bcc.t line 264.
(Maybe you should just omit the defined()?)
Also,
t/u_bo_ap1.t ................... 1/228
hangs at 100% CPU consumption.
----
(master) ~/.cpanm/work/1369013885.6299/Graph-0.94 $ perl -V
Summary of my perl5 (revision 5 version 18 subversion 0) configuration:
Platform:
osname=linux, osvers=3.2.0-3-amd64, archname=x86_64-linux
uname='linux sprite 3.2.0-3-amd64 #1 smp thu jun 28 09:07:26 utc 2012 x86_64 gnulinux '
config_args='-de -Dprefix=/home/jroth/perl5/perlbrew/perls/perl-5.18.0 -Aeval:scriptdir=/home/jroth/perl5/perlbrew/perls/perl-5.18.0/bin'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.7.2', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
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 -L/usr/local/lib'
libpth=/usr/local/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /usr/lib
libs=-lnsl -ldl -lm -lcrypt -lutil -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.13'
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: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
PERL_PRESERVE_IVUV PERL_SAWAMPERSAND USE_64_BIT_ALL
USE_64_BIT_INT USE_LARGE_FILES USE_LOCALE
USE_LOCALE_COLLATE USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
Built under linux
Compiled at May 19 2013 14:50:48
%ENV:
PERLBREW_BASHRC_VERSION="0.63"
PERLBREW_HOME="/home/jroth/.perlbrew"
PERLBREW_MANPATH="/home/jroth/perl5/perlbrew/perls/perl-5.18.0/man"
PERLBREW_PATH="/home/jroth/perl5/perlbrew/bin:/home/jroth/perl5/perlbrew/perls/perl-5.18.0/bin"
PERLBREW_PERL="perl-5.18.0"
PERLBREW_ROOT="/home/jroth/perl5/perlbrew"
PERLBREW_VERSION="0.63"
@INC:
/home/jroth/perl5/perlbrew/perls/perl-5.18.0/lib/site_perl/5.18.0/x86_64-linux
/home/jroth/perl5/perlbrew/perls/perl-5.18.0/lib/site_perl/5.18.0
/home/jroth/perl5/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux
/home/jroth/perl5/perlbrew/perls/perl-5.18.0/lib/5.18.0
.
--
Joel Roth