Skip Menu |

This queue is for tickets about the PerlInterp CPAN distribution.

Report information
The Basics
Id: 22687
Status: resolved
Priority: 0/
Queue: PerlInterp

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

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



Subject: Test failures under ActivePerl 5.8.8
C:\Perl\cpan\build\PerlInterp-0.03>nmake test Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'bl ib\lib', 'blib\arch')" t/*.t t/1inc......ok t/2base.....ok t/3inner....dubious Test returned status 5 (wstat 1280, 0x500) DIED. FAILED tests 5-8 Failed 4/8 tests, 50.00% okay t/4expr.....ok Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/3inner.t 5 1280 8 8 100.00% 5-8 Failed 1/4 test scripts, 75.00% okay. 4/18 subtests failed, 77.78% okay. NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0xff' Stop. C:\Perl\cpan\build\PerlInterp-0.03>perl -Mblib t\3inner.t 1..8 # In outer run ok 1 # In inner run ok 2 # Destroying Foo ok 3 # Inner end ok 4 # Outer end ok 5 # Hiya. I'm Pearl. Pearl Oneliner. Seeya. ok 6 # All done ok 7 ### Note that only 7 tests ran in the above.
Thanks for the report. I've just uploaded PerlInterp-0.04, which passes all tests under cygwin. Under AS Perl 5.8.8 and mingw perl 5.8.8 it fails the new tests I added testing Perl-with-threads; however, as these pass with blead built both with mingw and with vc6 I guess they were the result of the threading bugs you've been squashing lately :). Ben