Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

Report information
The Basics
Id: 52138
Status: open
Worked: 15 min
Priority: 0/
Queue: CPANPLUS

People
Owner: BINGOS [...] cpan.org
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.89_09
Fixed in: (no value)



Subject: Grade should be UNKNOWN when test suite is missing
http://www.nntp.perl.org/group/perl.cpan.testers/2009/11/msg6152847.html CPANPLUS gives this distro without tests a PASS but should give an UNKNOWN according to http://wiki.cpantesters.org/wiki/Reports
Sorry, haven't had the time to investigate this properly. I'm stalling the ticket until after 0.90 is released, when we were be starting on refactoring the Internals::Report code, where we should be able to resolve issues such as this.
On Mon Dec 07 08:15:13 2009, BINGOS wrote: Show quoted text
> Sorry, haven't had the time to investigate this properly. > > I'm stalling the ticket until after 0.90 is released, when we were be > starting on refactoring the Internals::Report code, where we should be > able to resolve issues such as this.
Here's another case where I would expect an UNKNOWN instead of PASS: http://www.cpantesters.org/cpan/report/6759235 Regards, Slaven
Subject: Re: [rt.cpan.org #52138] Grade should be UNKNOWN when test suite is missing
Date: Thu, 4 Feb 2010 13:41:45 -0500
To: bug-CPANPLUS [...] rt.cpan.org
From: David Golden <dagolden [...] cpan.org>
On Thu, Feb 4, 2010 at 12:06 PM, Slaven_Rezic via RT <bug-CPANPLUS@rt.cpan.org> wrote: Show quoted text
> Here's another case where I would expect an UNKNOWN instead of PASS: > http://www.cpantesters.org/cpan/report/6759235
Tk has recursive Makefile.PL's. There is no way to reliably parse the output of recursive Makefile's to determine an overall test grade, so in such a case, only the exit code of "make test" is used to determine the grade and that can only result in "PASS" or "FAIL" David