Skip Menu |

This queue is for tickets about the Scalar-List-Utils CPAN distribution.

Report information
The Basics
Id: 11676
Status: resolved
Priority: 0/
Queue: Scalar-List-Utils

People
Owner: Nobody in particular
Requestors: stas [...] stason.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.14
Fixed in: (no value)



Subject: t/dualvar.t test fails with 5.6.0
env PERL_DL_NONLAZY=1 /usr/bin/perl-5.6.0 "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/dualvar.t t/dualvar....1..11 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 not ok 8 not ok 9 ok 10 ok 11 FAILED tests 8-9 Failed 2/11 tests, 81.82% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/dualvar.t 11 2 18.18% 8-9 Failed 1/1 test scripts, 0.00% okay. 2/11 subtests failed, 81.82% okay. Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration: Platform: osname=linux, osvers=2.4.18-6mdksmp, archname=i686-linux uname='linux hope.stason.org 2.4.18-6mdksmp #1 smp fri mar 15 01:24:36 cet 2002 i686 unknown ' config_args='-des -Dprefix=/home/stas/perl/5.6.0 -Doptimize=-g -Duseshrplib -Dusedevel' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef useperlio=undef d_sfio=undef uselargefiles=define use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef Compiler: cc='cc', optimize='-g', gccversion=3.2 (Mandrake Linux 9.1 3.2-4mdk) cppflags='-DDEBUGGING -fno-strict-aliasing -I/usr/local/include' ccflags ='-DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' stdchar='char', d_stdstdio=define, usevfork=false intsize=4, longsize=4, ptrsize=4, doublesize=8 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, usemymalloc=n, prototype=define Linker and Libraries: ld='cc', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib libs=-lsfio -lnsl -lgdbm -ldb -ldl -lm -lc -lcrypt libc=/lib/libc-2.2.5.so, so=so, useshrplib=true, libperl=libperl.so Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic -Wl,-rpath,/home/stas/perl/5.6.0/lib/5.6.0/i686-linux/CORE' cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib' Characteristics of this binary (from libperl): Compile-time options: DEBUGGING USE_LARGE_FILES Built under linux Compiled at Nov 26 2002 11:24:43 %ENV: PERLDOC_PAGER="less -R" @INC: /home/stas/perl/5.6.0/lib/5.6.0/i686-linux /home/stas/perl/5.6.0/lib/5.6.0 /home/stas/perl/5.6.0/lib/site_perl/5.6.0/i686-linux /home/stas/perl/5.6.0/lib/site_perl/5.6.0 /home/stas/perl/5.6.0/lib/site_perl .
From: Graham Barr <gbarr [...] pobox.com>
Subject: Re: [cpan #11676] t/dualvar.t test fails with 5.6.0
Date: Mon, 28 Feb 2005 15:21:50 -0600
To: bug-Scalar-List-Utils [...] rt.cpan.org
RT-Send-Cc:
On Feb 27, 2005, at 10:28 AM, via RT wrote: Show quoted text
> env PERL_DL_NONLAZY=1 /usr/bin/perl-5.6.0 "-MExtUtils::Command::MM" > "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/dualvar.t > t/dualvar....1..11 > ok 1 > ok 2 > ok 3 > ok 4 > ok 5 > ok 6 > ok 7 > not ok 8 > not ok 9 > ok 10 > ok 11
This is known. The POD has the following under the KNOWN BUGS section There is a bug in perl5.6.0 with UV's that are >= 1<<31. This will show up as tests 8 and 9 of dualvar.t failing I deliberately do not mark the test as expected to fail so people do not install the module without knowing there is a bug. The bug is actually in perl5.6.0 Graham.