Subject: | 2.116 t/test_squares fails many tests |
With my self-comppiled Perl 5.8.4 make test fails:
t/test_squares..............FAILED tests 204-1003
Failed 800/1207 tests, 33.72% okay
Not too much information when running the tests by hand:
% perl -Ilib t/test_squares.t
...
ok 200 - 9801 (match; square)
ok 201 - 9801 (match; square - keep)
ok 202 - 10000 (match; square)
ok 203 - 10000 (match; square - keep)
not ok 204 - -1 (no match; square)
not ok 205 - -1 (no match; square - keep)
not ok 206 - -1 (no match; square)
not ok 207 - -1 (no match; square - keep)
not ok 208 - -1 (no match; square)
% perl -V
Summary of my perl5 (revision 5 version 8 subversion 4) configuration:
Platform:
osname=linux, osvers=2.4.20-31.9, archname=i686-linux-thread-multi
uname='linux orcaware.com 2.4.20-31.9 #1 tue apr 13 18:04:23 edt 2004 i686 i686 i386 gnulinux '
config_args='-Dprefix=/opt/i386-linux/installed/perl-5.8.4 -Dcc=/opt/i386-linux/gcc/bin/gcc -Doptimize=-O3 -march=i386 -mtune=i686 -Duseshrplib -Uinstallusrbinperl -Ulocincpth -Dcf_email=blair@orcaware.com -Ui_db -Uversiononly -Ubincompat5005 -Dusethreads -Duseithreads -Dlibpth=/lib /usr/lib -Dlibspath=/lib /usr/lib -Dd_dosuid'
hint=recommended, useposix=true, d_sigaction=define
usethreads=define use5005threads=undef 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='/opt/i386-linux/gcc/bin/gcc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm',
optimize='-O3 -march=i386 -mtune=i686',
cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -I/usr/include/gdbm'
ccversion='', gccversion='3.4.0', 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='/opt/i386-linux/gcc/bin/gcc', ldflags =''
libpth=/lib /usr/lib
libs=-lnsl -lgdbm -ldl -lm -lcrypt -lutil -lpthread -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
libc=/lib/libc-2.3.2.so, so=so, useshrplib=true, libperl=libperl.so
gnulibc_version='2.3.2'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E -Wl,-rpath,/opt/i386-linux/installed/perl-5.8.4/lib/5.8.4/i686-linux-thread-multi/CORE'
cccdlflags='-fpic', lddlflags='-shared'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES PERL_IMPLICIT_CONTEXT
Built under linux
Compiled at Apr 22 2004 11:43:11
@INC:
/opt/i386-linux/installed/perl-5.8.4/lib/5.8.4/i686-linux-thread-multi
/opt/i386-linux/installed/perl-5.8.4/lib/5.8.4
/opt/i386-linux/installed/perl-5.8.4/lib/site_perl/5.8.4/i686-linux-thread-multi
/opt/i386-linux/installed/perl-5.8.4/lib/site_perl/5.8.4
/opt/i386-linux/installed/perl-5.8.4/lib/site_perl
.