Subject: | taint.t test fails on ActivePerl 5.6.1 build 633 |
M:\build\PathTools-3.24>perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for Cwd
M:\build\PathTools-3.24>nmake
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
cp lib/File/Spec/Win32.pm blib\lib\File\Spec\Win32.pm
cp lib/File/Spec/Unix.pm blib\lib\File\Spec\Unix.pm
cp lib/File/Spec/Cygwin.pm blib\lib\File\Spec\Cygwin.pm
cp lib/File/Spec.pm blib\lib\File\Spec.pm
cp lib/File/Spec/Epoc.pm blib\lib\File\Spec\Epoc.pm
cp Cwd.pm blib\lib\Cwd.pm
cp lib/File/Spec/Mac.pm blib\lib\File\Spec\Mac.pm
cp lib/File/Spec/OS2.pm blib\lib\File\Spec\OS2.pm
cp lib/File/Spec/VMS.pm blib\lib\File\Spec\VMS.pm
cp lib/File/Spec/Functions.pm blib\lib\File\Spec\Functions.pm
C:\Perl\bin\perl.exe W:\CPAN\release\lib\ExtUtils\xsubpp -
typemap C:\P
rl\lib\ExtUtils\typemap Cwd.xs > Cwd.xsc && C:\Perl\bin\perl.exe -
MExtUtils::C
mmand -e mv Cwd.xsc Cwd.c
cl -c -nologo -O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -
DNO_STRICT -DHAVE
DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -
DPERL_MSVCRT_READFIX -O
-MD -DNDEBUG -DVERSION=\"3.24\" -DXS_VERSION=\"3.24\" "-
IC:\Perl\lib\CORE
Cwd.c
Cwd.c
Running Mkbootstrap for Cwd ()
C:\Perl\bin\perl.exe -MExtUtils::Command -e chmod 644 Cwd.bs
C:\Perl\bin\perl.exe -MExtUtils::Mksymlists -e "Mksymlists
('NAME'=>\"C
d\", 'DLBASE' => 'Cwd', 'DL_FUNCS' => { }, 'FUNCLIST' =>
[], 'IMPORTS' => { }
'DL_VARS' => []);"
link -out:blib\arch\auto\Cwd\Cwd.dll -dll -nologo -
nodefaultlib -releas
-libpath:"C:\Perl\lib\CORE" -machine:x86 Cwd.obj
C:\Perl\lib\CORE\perl56.l
b oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib
comdlg32.lib adv
pi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib uuid.lib
wsock32.lib
pr.lib winmm.lib version.lib odbc32.lib odbccp32.lib msvcrt.lib -
def:Cwd.def
Creating library blib\arch\auto\Cwd\Cwd.lib and object
blib\arch\auto\Cwd\Cw
.exp
C:\Perl\bin\perl.exe -MExtUtils::Command -e chmod 755
blib\arch\auto\Cw
\Cwd.dll
C:\Perl\bin\perl.exe -MExtUtils::Command -e cp Cwd.bs
blib\arch\auto\Cw
\Cwd.bs
C:\Perl\bin\perl.exe -MExtUtils::Command -e chmod 644
blib\arch\auto\Cw
\Cwd.bs
M:\build\PathTools-3.24>nmake test
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-
e" "test_harness(0, 'b
ib\lib', 'blib\arch')" t/*.t
t/crossplatform....ok
7/50 skipped: Can't load File::Spec::VMS
t/cwd..............ok
2/30 skipped: no symlinks on this platform
t/Functions........ok
t/rel2abs2rel......ok
t/Spec.............ok
90/491 skipped: various reasons
t/taint............NOK 2
# Failed test (t/taint.t at line 31)
t/taint............NOK 4
# Failed test (t/taint.t at line 31)
t/taint............NOK 6
# Failed test (t/taint.t at line 31)
t/taint............NOK 8
# Failed test (t/taint.t at line 31)
t/taint............NOK 10
# Failed test (t/taint.t at line 31)
t/taint............NOK 12
# Failed test (t/taint.t at line 31)
t/taint............NOK 14
# Failed test (t/taint.t at line 31)
t/taint............NOK 16
# Failed test (t/taint.t at line 31)
# Looks like you failed 8 tests of 17.
t/taint............dubious
Test returned status 8 (wstat 2048, 0x800)
DIED. FAILED tests 2, 4, 6, 8, 10, 12, 14, 16
Failed 8/17 tests, 52.94% okay
t/tmpdir...........ok
t/win32............ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-----------------------------------------------------------------------
--------
t/taint.t 8 2048 17 8 47.06% 2 4 6 8 10 12 14 16
99 subtests skipped.
Failed 1/8 test scripts, 87.50% okay. 8/601 subtests failed, 98.67%
okay.
NMAKE : fatal error U1077: 'C:\Perl\bin\perl.exe' : return code '0xff'
Stop.
M:\build\PathTools-3.24>