Skip Menu |

This queue is for tickets about the Module-Release CPAN distribution.

Report information
The Basics
Id: 26539
Status: resolved
Priority: 0/
Queue: Module-Release

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

Bug Information
Severity: (no value)
Broken in: 1.14
Fixed in: (no value)



Subject: Are you aware that 1.14 has only FAILs on cpantesters?
In case you didn't receive the emails... Please have a look at http://cpantesters.perl.org/show/Module-Release.html
On Sun Apr 22 04:16:18 2007, ANDK wrote: Show quoted text
> In case you didn't receive the emails... Please have a look at > > http://cpantesters.perl.org/show/Module-Release.html
Curious. It seems to be odd problems with the test suite, although I can't figure it out because it works on everything I have. I changed some things around, and let's see if 1.15 clears it up.
CC: ANDK [...] cpan.org
Subject: Re: [rt.cpan.org #26539] Are you aware that 1.14 has only FAILs on cpantesters?
Date: Wed, 02 May 2007 21:06:39 +0200
To: bug-Module-Release [...] rt.cpan.org
From: andreas.koenig.7os6VVqR [...] franz.ak.mind.de (Andreas J. Koenig)
Show quoted text
>>>>> On Tue, 01 May 2007 18:17:24 -0400, "brian_d_foy via RT" <bug-Module-Release@rt.cpan.org> said:
Show quoted text
Show quoted text
> On Sun Apr 22 04:16:18 2007, ANDK wrote:
>> In case you didn't receive the emails... Please have a look at >> >> http://cpantesters.perl.org/show/Module-Release.html
Show quoted text
> Curious. It seems to be odd problems with the test suite, although I > can't figure it out because it works on everything I have. I changed > some things around, and let's see if 1.15 clears it up.
No, it didn't. But this probably gives you a clue: $ make test TEST_VERBOSE=1 make[1]: Entering directory `/home/sand/.cpan/build/Module-Release-1.15-RgtgBG' PERL_DL_NONLAZY=1 /home/src/perl/repoperls/installed-perls/perl/pKbaKsC/perl-5.8.0@31117/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/compile.........# Looks like you planned 2 tests but ran 1 extra. 1..2 ok 1 # skip Need Module::Release::Subversion for this test ok 2 # skip Need Module::Release::Subversion for this test ok 3 # skip Need Module::Release::Subversion for this test dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 3 Failed 1/2 tests, 50.00% okay (less 3 skipped tests: -2 okay, -100.00%) t/pod.............1..2 ok 1 - blib/script/release ok 2 - blib/lib/Module/Release.pm ok t/pod_coverage....1..1 ok 1 - Pod coverage on Module::Release ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/compile.t 255 65280 2 1 3 3 subtests skipped. Failed 1/3 test scripts. -1/5 subtests failed. Files=3, Tests=5, 2 wallclock secs ( 1.02 cusr + 0.05 csys = 1.07 CPU) Failed 1/3 test programs. -1/5 subtests failed. make[1]: *** [test_dynamic] Error 255 -- andreas
1.16 passes tests but not if Test::Pod isn't installed in which case the tests say: PERL_DL_NONLAZY=1 /home/src/perl/repoperls/installed-perls/perl/p2VJt9O/perl-5.8 .0@31136/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'b lib/arch')" t/*.t t/compile.........ok 2/2 skipped: various reasons t/pod.............skipped all skipped: Test::Pod 1.00 required for testing POD t/pod_coverage....You tried to plan twice at t/pod_coverage.t line 4. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/pod_coverage.t 255 65280 1 2 1 1 test and 2 subtests skipped.
Version 1.17 seems to have cleared this up.