Skip Menu |

This queue is for tickets about the WWW-Mechanize-Shell CPAN distribution.

Report information
The Basics
Id: 2764
Status: resolved
Priority: 0/
Queue: WWW-Mechanize-Shell

People
Owner: corion [...] cpan.org
Requestors: mark [...] summersault.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.23
Fixed in: 0.26



Subject: ::Shell .24 fails "make test" with Perl 5.8 on Mac OS X
It fails like this: t/01-fallback-Win32-OLE...............# Looks like you planned 3 tests but ran 1 extra. dubious Test returned status 1 (wstat 256, 0x100) ##### Maybe the Win32 tests can be skipped completely unless it's a Win32 environment? Here's my perl version stuff: bash-2.05a$ perl -V Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration: Platform: osname=darwin, osvers=6.3, archname=darwin uname='darwin hoobella.summersault.com 6.3 darwin kernel version 6.3: sat dec 14 03:11:25 pst 2002; root:xnuxnu-344.23.obj~4release_ppc power macintosh powerpc ' config_args='-des -Dprefix=/sw -Dinstallprefix=/sw/src/root-perl580-5.8.0-1/sw -Dccflags=-I/sw/include -Dldflags=-L/sw/lib -Dperladmin=none -Ui_db -Uinstallusrbinperl -Dman3ext=3perl' 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 ='-I/sw/include -pipe -fno-common -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include', optimize='-O3', cppflags='-no-cpp-precomp -I/sw/include -pipe -fno-common -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include' ccversion='', gccversion='3.1 20020420 (prerelease)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='cc', ldflags ='-L/sw/lib -flat_namespace -L/usr/local/lib' libpth=/usr/local/lib /usr/lib libs=-ldl -lm -lc perllibs=-ldl -lm -lc libc=/usr/lib/libc.dylib, so=dylib, useshrplib=true, libperl=libperl.dylib gnulibc_version='' Dynamic Linking: dlsrc=dl_dyld.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' ' cccdlflags=' ', lddlflags='-L/sw/lib -flat_namespace -bundle -undefined suppress -L/usr/local/lib' Characteristics of this binary (from libperl): Compile-time options: USE_LARGE_FILES Built under darwin Compiled at May 28 2003 18:42:33
From: "Max Maischein" <corion [...] corion.net>
To: <bug-WWW-Mechanize-Shell [...] rt.cpan.org>
Subject: Re: [cpan #2764] ::Shell .24 fails "make test" with Perl 5.8 on Mac OS X
Date: Mon, 9 Jun 2003 23:53:42 +0200
RT-Send-Cc:
Show quoted text
> It fails like this: > > t/01-fallback-Win32-OLE...............# Looks like you planned 3 tests but
ran 1 extra. Show quoted text
> dubious > Test returned status 1 (wstat 256, 0x100) > > Maybe the Win32 tests can be skipped completely unless it's a Win32
environment? That's where the error lies - it skipped 4 tests where there were only three tests ... This is fixed in v0.25 (released shortly after) ... Sorry for the confusion, -max