Skip Menu |

This queue is for tickets about the Test-Trap CPAN distribution.

Report information
The Basics
Id: 122842
Status: rejected
Priority: 0/
Queue: Test-Trap

People
Owner: Nobody in particular
Requestors: mbakke [...] fastmail.com
Cc:
AdminCc:

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



Subject: Test failures with Perl 5.26
Date: Fri, 18 Aug 2017 23:48:39 +0200
To: bug-Test-Trap [...] rt.cpan.org
From: Marius Bakke <mbakke [...] fastmail.com>
Hi, After updating to Perl 5.26.0, I'm getting three test failures in t/10-tester.t: # Failed test '->did_die, TODO' # at t/10-tester.t line 264. # got: '0' # expected: '1' # Failed test 'type = todo' # at t/10-tester.t line 272. # got: '' # expected: 'todo' # Failed test 'reason' # at t/10-tester.t line 273. # got: '' # expected: 'Testing TODOs' # Looks like you failed 3 tests of 125. t/10-tester.t ..................... Dubious, test returned 3 (wstat 768, 0x300) Failed 3/125 subtests Any idea what's going on here? Thanks!
Download signature.asc
application/pgp-signature 487b

Message body not shown because it is not plain text.

On 2017-08-18 23:49:38, mbakke@fastmail.com wrote: Show quoted text
> Hi, > > After updating to Perl 5.26.0, I'm getting three test failures in > t/10-tester.t: > > # Failed test '->did_die, TODO' > # at t/10-tester.t line 264. > # got: '0' > # expected: '1' > > # Failed test 'type = todo' > # at t/10-tester.t line 272. > # got: '' > # expected: 'todo' > > # Failed test 'reason' > # at t/10-tester.t line 273. > # got: '' > # expected: 'Testing TODOs' > # Looks like you failed 3 tests of 125. > t/10-tester.t ..................... > Dubious, test returned 3 (wstat 768, 0x300) > Failed 3/125 subtests > > Any idea what's going on here? Thanks!
I've never seen this one before. What version of Test::Tester, Test::More, Test::Builder, etc are you using? For that matter, could you send an automated report to cpantesters.org? Such a report ought to include all that info and more. (If you aren't already, see http://wiki.cpantesters.org/wiki/GettingStarted for getting started reporting.) (Or if you prefer, just prepare such a report and send it directly to me instead.) -- Eirik Berg Hanssen, ebhanssen@cpan.org Just this .sig then nothing more
Subject: Re: [rt.cpan.org #122842] Test failures with Perl 5.26
Date: Sun, 20 Aug 2017 17:48:30 +0200
To: bug-Test-Trap [...] rt.cpan.org
From: Marius Bakke <mbakke [...] fastmail.com>
Eirik Berg Hanssen via RT <bug-Test-Trap@rt.cpan.org> writes: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=122842 > > > On 2017-08-18 23:49:38, mbakke@fastmail.com wrote:
>> Hi, >> >> After updating to Perl 5.26.0, I'm getting three test failures in >> t/10-tester.t: >> >> # Failed test '->did_die, TODO' >> # at t/10-tester.t line 264. >> # got: '0' >> # expected: '1' >> >> # Failed test 'type = todo' >> # at t/10-tester.t line 272. >> # got: '' >> # expected: 'todo' >> >> # Failed test 'reason' >> # at t/10-tester.t line 273. >> # got: '' >> # expected: 'Testing TODOs' >> # Looks like you failed 3 tests of 125. >> t/10-tester.t ..................... >> Dubious, test returned 3 (wstat 768, 0x300) >> Failed 3/125 subtests >> >> Any idea what's going on here? Thanks!
> > > I've never seen this one before. What version of Test::Tester, Test::More, Test::Builder, etc are you using? > > For that matter, could you send an automated report to cpantesters.org? Such a report ought to include all that info and more. (If you aren't already, see http://wiki.cpantesters.org/wiki/GettingStarted for getting started reporting.) > > (Or if you prefer, just prepare such a report and send it directly to me instead.)
Thanks for the reply. I got the tests passing after including Test-Simple. Not sure why it worked until the 5.26 upgrade. This bug can be closed now. Sorry for the spam! :-)
Download signature.asc
application/pgp-signature 487b

Message body not shown because it is not plain text.

On 2017-08-20 17:48:46, mbakke@fastmail.com wrote: Show quoted text
> Thanks for the reply. I got the tests passing after including > Test-Simple. Not sure why it worked until the 5.26 upgrade.
I'm more surprised you have Test::More installed without Test-Simple. But hey ... when upgrades go wrong, they go wrong. Show quoted text
> This bug can be closed now. Sorry for the spam! :-)
No problem. :) -- Eirik Berg Hanssen, ebhanssen@cpan.org Just this .sig then nothing more