Subject: | 'make test' failes under Cygwin |
PathTools v3.16 fails on 'make test' under Cygwin with Perl 5.8.8 RC1
Show quoted text
> make test
/usr/bin/perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0,
'blib/lib', 'blib/arch')" t/*.t
t/crossplatform....ok
7/50 skipped: Can't load File::Spec::VMS
t/cwd..............ok 1/30Usage: Cwd::cwd() at t/cwd.t line 132.
# Looks like you planned 30 tests but only ran 18.
# Looks like your test died just after 18.
t/cwd..............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 19-30
Failed 12/30 tests, 60.00% okay
t/Functions........ok
t/rel2abs2rel......ok
t/Spec.............ok
83/473 skipped: various reasons
t/taint............ok
t/tmpdir...........ok
t/win32............skipped
all skipped: this is not win32
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/cwd.t 255 65280 30 24 80.00% 19-30
1 test and 90 subtests skipped.
Failed 1/8 test scripts, 87.50% okay. 12/580 subtests failed, 97.93% okay.
make: *** [test_dynamic] Error 255
Show quoted text> perl -Mblib t/cwd.t
1..30
not ok 1 - Cwd should be loaded from blib/ during testing
# Failed test (t/cwd.t at line 30)
# '/usr/lib/perl5/5.8/cygwin/Cwd.pm'
# doesn't match '(?i-xsm:blib)'
ok 2 - main->can(...)
ok 3 - chdir() not exported by default
ok 4 - nor abs_path()
ok 5 - nor fast_abs_path()
ok 6 - cwd() shouldn't create spurious entries in %ENV
# native pwd = '/usr/bin/pwd.exe'
ok 7 - cwd()
ok 8 - getcwd()
ok 9 - fastcwd()
ok 10 - fastgetcwd()
ok 11
ok 12 - cwd()
ok 13
ok 14 - getcwd()
ok 15
ok 16 - fastcwd()
ok 17
ok 18 - fastgetcwd()
Usage: Cwd::cwd() at t/cwd.t line 132.
# Looks like you planned 30 tests but only ran 18.
# Looks like your test died just after 18.
My system:
Show quoted text> perl -V
Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
Platform:
osname=cygwin, osvers=1.5.19(0.15042),
archname=cygwin-thread-multi-64int
uname='cygwin_nt-5.0 pn100-02-2-054p 1.5.19(0.15042) 2006-01-20
13:28 i686 cygwin '
config_args='-de -Duse64bitint -Dusethreads -DPERL_DONT_CREATE_GVSV
-Uusemymalloc -A define:optimize=-O3 -pipe -frename-registers
-fomit-frame-pointer -march=pentium4 -mfpmath=sse -mmmx -msse -msse2 -A
define:ld=/usr/bin/ld2'
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=define use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='gcc', ccflags ='-DPERL_USE_SAFE_PUTENV -fno-strict-aliasing
-pipe -Wdeclaration-after-statement',
optimize='-O3 -pipe -frename-registers -fomit-frame-pointer
-march=pentium4 -mfpmath=sse -mmmx -msse -msse2',
cppflags='-DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe
-Wdeclaration-after-statement'
ccversion='', gccversion='3.4.4 (cygming special) (gdc 0.12, using
dmd 0.125)', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long long', ivsize=8, nvtype='double', nvsize=8,
Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='/usr/bin/ld2', ldflags =' -s -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib /lib
libs=-lgdbm -ldb -lcrypt -lgdbm_compat
perllibs=-lcrypt -lgdbm_compat
libc=/usr/lib/libc.a, so=dll, useshrplib=true, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' -s'
cccdlflags=' ', lddlflags=' -s -L/usr/local/lib'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY PERL_IMPLICIT_CONTEXT
PERL_USE_SAFE_PUTENV SPRINTF_RETURNS_STRLEN
USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES
USE_PERLIO USE_REENTRANT_API
Locally applied patches:
MAINT26907
26934
Built under cygwin
Compiled at Jan 24 2006 13:26:21
%ENV:
PERLIO="perlio"
CYGWIN="server ntsec forkchunk:32768"
@INC:
/usr/lib/perl5/5.8/cygwin
/usr/lib/perl5/5.8
.