Skip Menu |

This queue is for tickets about the libwww-perl CPAN distribution.

Report information
The Basics
Id: 64315
Status: resolved
Priority: 0/
Queue: libwww-perl

People
Owner: Nobody in particular
Requestors: MSTEVENS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 5.837
Fixed in: (no value)



Subject: fails tests on os x 10.6.5
local/http.t .............. 1/54 # Test 23 got: "" (local/http.t at line 168) # Expected: "text/html" # local/http.t line 168 is: ok($res->content_type, 'text/html'); # Test 24 got: <UNDEF> (local/http.t at line 169) # Expected: "147" # local/http.t line 169 is: ok($res->content_length, 147); # Test 25 got: <UNDEF> (local/http.t at line 170) # Expected: "En pr\xF8ve" # local/http.t line 170 is: ok($res->title, 'En pr?ve'); # Failed test 30 in local/http.t at line 198 # local/http.t line 198 is: ok($res->is_success); # Test 31 got: "500 Server closed connection without sending any data back\n" (local/http.t at line 199) # Expected: "(?-xism:/echo/redirect)" # local/http.t line 199 is: ok($res->content, qr|/echo/redirect|); local/http.t .............. Failed 5/54 subtests Michael-Stevenss-iMac:~ mstevens$ tools/perl/bin/perl -V Summary of my perl5 (revision 5 version 12 subversion 2) configuration: Platform: osname=darwin, osvers=10.5.0, archname=darwin-2level uname='darwin michael-stevenss-imac.local 10.5.0 darwin kernel version 10.5.0: fri nov 5 23:20:39 pdt 2010; root:xnu-1504.9.17~1release_i386 i386 ' config_args='-des -Dprefix=/Users/mstevens/tools/perl' 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-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -fstack-protector -I/opt/local/include', optimize='-O3', cppflags='-no-cpp-precomp -fno-common -DPERL_DARWIN -no-cpp-precomp -fno- strict-aliasing -pipe -fstack-protector -I/opt/local/include' ccversion='', gccversion='4.2.1 (Apple Inc. build 5664)', 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='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags =' -fstack-protector - L/opt/local/lib' libpth=/opt/local/lib /usr/lib libs=-lgdbm -ldbm -ldl -lm -lutil -lc perllibs=-ldl -lm -lutil -lc libc=/usr/lib/libc.dylib, so=dylib, useshrplib=false, libperl=libperl.a gnulibc_version='' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' ' cccdlflags=' ', lddlflags=' -bundle -undefined dynamic_lookup -L/opt/local/lib -fstack- protector' Characteristics of this binary (from libperl): Compile-time options: PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP USE_64_BIT_ALL USE_64_BIT_INT USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF Built under darwin Compiled at Dec 29 2010 20:53:44 @INC: /Users/mstevens/tools/perl/lib/site_perl/5.12.2/darwin-2level /Users/mstevens/tools/perl/lib/site_perl/5.12.2 /Users/mstevens/tools/perl/lib/5.12.2/darwin-2level /Users/mstevens/tools/perl/lib/5.12.2 . Michael-Stevenss-iMac:~ mstevens$