Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

Report information
The Basics
Id: 13111
Status: resolved
Priority: 0/
Queue: CPANPLUS

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

Bug Information
Severity: Important
Broken in: 0.054
Fixed in: (no value)



Subject: Failed test dies without reporting
When running Perl 5.8.7 on Win32: CPAN Terminal> t Win32::EventLog::Carp Testing Win32::EventLog::Carp [ERROR] No such module 'Carp::Heavy' found on CPAN Running [C:\perl5\5.8.7\bin\MSWin32-x86-multi-thread\nmake.exe]... Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. Running [C:\perl5\5.8.7\bin\MSWin32-x86-multi-thread\nmake.exe test]... C:\perl5\5.8.7\bin\MSWin32-x86-multi-thread\perl.exe "-MExtUtils::Comman d::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t t/01-basic.......dubious Test returned status 15 (wstat 3840, 0xf00) DIED. FAILED tests 48-62 Failed 15/62 tests, 75.81% okay t/02-optional....ok t/03-register....skipped all skipped: Win32::EventLog::Message not found Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/01-basic.t 15 3840 62 29 46.77% 48-62 (14 subtests UNEXPECTEDLY SUCCEEDED), 1 test skipped. Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. test,click,1,1118060904 at t/01-basic.t line 88 test,warn,1,1118060904 at t/01-basic.t line 100. test,carp,1,1118060904 at t/01-basic.t line 112 test,cluck,1,1118060904 at t/01-basic.t line 124 test,click,2,1118060904 at t/01-basic.t line 88 test,warn,2,1118060904 at t/01-basic.t line 100. test,carp,2,1118060904 at t/01-basic.t line 112 test,cluck,2,1118060904 at t/01-basic.t line 124 Use of uninitialized value in unpack at C:/perl5/site/5.8.7/lib/MSWin32-x86-mult i-thread/Win32/EventLog.pm line 126. # Failed test (t/01-basic.t at line 225) # Looks like you planned 62 tests but only ran 48. Failed 1/3 test scripts, 66.67% okay. 15/64 subtests failed, 76.56% okay. NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0xff' Stop. [ERROR] MAKE TEST failed: Bad file descriptor C:\perl5\5.8.7\bin\MSWin32-x86-m ulti-thread\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t t/01-basic.......dubious Test returned status 15 (wstat 3840, 0xf00) DIED. FAILED tests 48-62 Failed 15/62 tests, 75.81% okay t/02-optional....ok t/03-register....skipped all skipped: Win32::EventLog::Message not found Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/01-basic.t 15 3840 62 29 46.77% 48-62 (14 subtests UNEXPECTEDLY SUCCEEDED), 1 test skipped. Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. test,click,1,1118060904 at t/01-basic.t line 88 test,warn,1,1118060904 at t/01-basic.t line 100. test,carp,1,1118060904 at t/01-basic.t line 112 test,cluck,1,1118060904 at t/01-basic.t line 124 test,click,2,1118060904 at t/01-basic.t line 88 test,warn,2,1118060904 at t/01-basic.t line 100. test,carp,2,1118060904 at t/01-basic.t line 112 test,cluck,2,1118060904 at t/01-basic.t line 124 Use of uninitialized value in unpack at C:/perl5/site/5.8.7/lib/MSWin32-x86-mult i-thread/Win32/EventLog.pm line 126. # Failed test (t/01-basic.t at line 225) # Looks like you planned 62 tests but only ran 48. Failed 1/3 test scripts, 66.67% okay. 15/64 subtests failed, 76.56% okay. NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0xff' Stop. Can't call method "name" without a package or object reference at C:/perl5/site/ 5.8.7/lib/CPANPLUS/Internals/Constants/Report.pm line 307. CPAN Terminal>
[guest - Mon Jun 6 08:32:11 2005]: Show quoted text
> CPAN Terminal> t Win32::EventLog::Carp > > Testing Win32::EventLog::Carp > [ERROR] No such module 'Carp::Heavy' found on CPAN > Running [C:\perl5\5.8.7\bin\MSWin32-x86-multi-thread\nmake.exe]...
[...] Show quoted text
> [ERROR] MAKE TEST failed: Bad file descriptor > C:\perl5\5.8.7\bin\MSWin32-x86-m
This is 'by design' -- you get all information printed to the screen as it comes by. when an error occurs (which may be from a system() call whose output you've already seen) the error is added to the error stack and printed to the screen.
[guest - Mon Jun 6 08:32:11 2005]: Show quoted text
> Can't call method "name" without a package or object reference at > C:/perl5/site/ > 5.8.7/lib/CPANPLUS/Internals/Constants/Report.pm line 307.
Thanks for reporting, fixed @12069