Skip Menu |

This queue is for tickets about the URI CPAN distribution.

Report information
The Basics
Id: 12886
Status: rejected
Priority: 0/
Queue: URI

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

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



Subject: failing URI-1.35 tests
Hi Gisle, URI-1.35 fails 2 tests here. Sorry, I have no time to investigate now, hopefully you can reproduce it. If not on Monday... tried 5.8.7 and 5.8.6, with the same result... thanks. /tmp/URI-1.35> env PERL_DL_NONLAZY=1 /home/stas/perl/5.8.7/bin/perl5.8.7 "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/file.t t/old-file.t t/file........1..12 ok 1 ok 2 ok 3 ok 4 URI->new('file://foo/bar', 'file')->file('unix') ne //foo/bar, but /bar URI->new('file://foo/bar', 'file')->file('mac') ne foo:bar, but bar: not ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 FAILED test 5 Failed 1/12 tests, 91.67% okay t/old-file....1..12 ok 1 ok 2 ok 3 ok 4 URI->new('file://foo/bar', 'file')->file('unix') ne //foo/bar, but /bar URI->new('file://foo/bar', 'file')->file('mac') ne foo:bar, but bar: not ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 FAILED test 5 Failed 1/12 tests, 91.67% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/file.t 12 1 8.33% 5 t/old-file.t 12 1 8.33% 5 Failed 2/2 test scripts, 0.00% okay. 2/24 subtests failed, 91.67% okay. Summary of my perl5 (revision 5 version 8 subversion 7) configuration: Platform: osname=linux, osvers=2.6.11-6mdksmp, archname=i686-linux uname='linux foo.bar.org 2.6.11-6mdksmp #1 smp tue mar 22 15:40:42 cet 2005 i686 intel(r) pentium(r) 4 cpu 3.20ghz unknown gnulinux ' config_args='-des -Dprefix=/home/stas/perl/5.8.7 -Doptimize=-g -Duseshrplib -Dusedevel' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm', optimize='-g', cppflags='-DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include -I/usr/include/gdbm' ccversion='', gccversion='3.4.3 (Mandrakelinux 10.2 3.4.3-7mdk)', 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 libs=-lnsl -lndbm -lgdbm -ldl -lm -lcrypt -lutil -lc perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc libc=/lib/libc-2.3.4.so, so=so, useshrplib=true, libperl=libperl.so gnulibc_version='2.3.4' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E -Wl,-rpath,/home/stas/perl/5.8.7/lib/5.8.7/i686-linux/CORE' cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib' Characteristics of this binary (from libperl): Compile-time options: DEBUGGING USE_LARGE_FILES Locally applied patches: MAINT24305 Built under linux Compiled at May 13 2005 19:20:57 %ENV: PERLDOC_PAGER="less -R" @INC: /home/stas/perl/5.8.7/lib/5.8.7/i686-linux /home/stas/perl/5.8.7/lib/5.8.7 /home/stas/perl/5.8.7/lib/site_perl/5.8.7/i686-linux /home/stas/perl/5.8.7/lib/site_perl/5.8.7 /home/stas/perl/5.8.7/lib/site_perl .
Not able to reproduce.