Skip Menu |

This queue is for tickets about the Moose CPAN distribution.

Report information
The Basics
Id: 78086
Status: resolved
Priority: 0/
Queue: Moose

People
Owner: Nobody in particular
Requestors: chip [...] pobox.com
Cc:
AdminCc:

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



Subject: self test missing plan, build fails
t/type_constraints/util_std_type_constraints.t seems not to output a TAP plan at the top.. Thus: t/type_constraints/util_std_type_constraints.t (Wstat: 11 Tests: 5447 Failed: 0) Non-zero wait status: 11 Parse errors: No plan found in TAP output
Subject: Re: [rt.cpan.org #78086] self test missing plan, build fails
Date: Thu, 28 Jun 2012 09:05:24 -0500
To: Chip Salzenberg via RT <bug-Moose [...] rt.cpan.org>
From: Jesse Luehrs <doy [...] tozt.net>
On Thu, Jun 28, 2012 at 03:54:02AM -0400, Chip Salzenberg via RT wrote: Show quoted text
> t/type_constraints/util_std_type_constraints.t seems not to output a TAP > plan at the top.. Thus: > > > t/type_constraints/util_std_type_constraints.t (Wstat: 11 > Tests: 5447 Failed: 0) > Non-zero wait status: 11 > Parse errors: No plan found in TAP output
Not a bug. Moose uses done_testing for all of its tests, which outputs the test plan at the end, rather than at the beginning. The issue here is the non-zero wait status, which is indicating that the test is segfaulting before it reaches the end (signal 11 is SEGV). This is already reported here https://rt.perl.org/rt3/Ticket/Display.html?id=113812 and seems to already have been fixed. -doy
Subject: Re: [rt.cpan.org #78086] self test missing plan, build fails
Date: Thu, 28 Jun 2012 09:33:43 -0500 (CDT)
To: Chip Salzenberg via RT <bug-Moose [...] rt.cpan.org>
From: Dave Rolsky <autarch [...] urth.org>
On Thu, 28 Jun 2012, Chip Salzenberg via RT wrote: Show quoted text
> t/type_constraints/util_std_type_constraints.t seems not to output a TAP > plan at the top.. Thus: > > > t/type_constraints/util_std_type_constraints.t (Wstat: 11 > Tests: 5447 Failed: 0) > Non-zero wait status: 11 > Parse errors: No plan found in TAP output
None of our tests output a plan at the top. They all use "done_testing()" at the end. -dave /*============================================================ http://VegGuide.org http://blog.urth.org Your guide to all that's veg House Absolute(ly Pointless) ============================================================*/