Subject: | Fails tests on 5.8.1 |
With 5.8.1
=====================
rabbit@Thesaurus:~/.cpancache/build/URI-1.54$ perl -MTest::Harness -e
'warn "\nRunning perl $]\n\n"; Test::Harness::runtests("t/iri.t")'
Running perl 5.008001
t/iri.t .. 1/26
# Failed test at t/iri.t line 29.
# got: 'http://example.com/B%C3%BCcher'
# expected: 'http://example.com/B%FCcher'
# Failed test at t/iri.t line 30.
# got: 'http://example.com/Bücher'
# expected: 'http://example.com/B%FCcher'
# Looks like you failed 2 tests of 26.
t/iri.t .. Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/26 subtests
Test Summary Report
-------------------
t/iri.t (Wstat: 512 Tests: 26 Failed: 2)
Failed tests: 8-9
Non-zero exit status: 2
Files=1, Tests=26, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.07 cusr
0.01 csys = 0.11 CPU)
Result: FAIL
Failed 1/1 test programs. 2/26 subtests failed.
With 5.8.9
==================
rabbit@Thesaurus:~/.cpancache/build/URI-1.54$ perl -MTest::Harness -e
'warn "\nRunning perl $]\n\n"; Test::Harness::runtests("t/iri.t")'
Running perl 5.008009
t/iri....ok
All tests successful.
Files=1, Tests=26, 0 wallclock secs ( 0.07 cusr + 0.02 csys = 0.09 CPU)
My failing perl info:
==============================
Summary of my perl5 (revision 5 version 8 subversion 9) configuration:
Platform:
osname=linux, osvers=2.6.29.2.thes2, archname=i686-linux-thread-multi
uname='linux thesaurus 2.6.29.2.thes2 #1 preempt tue sep 8 11:27:43
cest 2009 i686 gnulinux '
config_args='-de -Dprefix=/home/rabbit/perl5/perlbrew/perls/5.8.9
-Dusethreads'
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='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS
-fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS
-fno-strict-aliasing -pipe -I/usr/local/include'
ccversion='', gccversion='4.4.4', 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 =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib /usr/lib64
libs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
libc=/lib/libc-2.11.1.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.11.1'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
THREADS_HAVE_PIDS USE_FAST_STDIO USE_ITHREADS
USE_LARGE_FILES USE_PERLIO USE_REENTRANT_API
Built under linux
Compiled at Jul 5 2010 13:09:55
%ENV:
PERL5LIB="/home/rabbit/devel/utils/perl:/home/rabbit/devel/utils/perl:/home/rabbit/devel/utils/perl:"
PERL_AUTOINSTALL_PREFER_CPAN="1"
@INC:
/home/rabbit/devel/utils/perl
/home/rabbit/devel/utils/perl
/home/rabbit/devel/utils/perl
/home/rabbit/perl5/perlbrew/perls/5.8.9/lib/5.8.9/i686-linux-thread-multi
/home/rabbit/perl5/perlbrew/perls/5.8.9/lib/5.8.9
/home/rabbit/perl5/perlbrew/perls/5.8.9/lib/site_perl/5.8.9/i686-linux-thread-multi
/home/rabbit/perl5/perlbrew/perls/5.8.9/lib/site_perl/5.8.9
.