Skip Menu |

This queue is for tickets about the Syntax-Keyword-Try CPAN distribution.

Report information
The Basics
Id: 119095
Status: resolved
Priority: 0/
Queue: Syntax-Keyword-Try

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

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



Subject: Assertion failure in t/11loop.t
t/11loop.t fails if perl assertions are enabled (e.g. if compiled with -DDEBUGGING): ... perl: op.c:2597: S_finalize_op: Assertion `kid == ((LISTOP*)(o))->op_last' failed. t/11loop.t ............. No subtests run ... A sample test report from another tester on CPAN Testers: http://www.cpantesters.org/cpan/report/e1701aa4-b330-11e6-b5f7-d4cb4a3cd12f
On 2016-12-02 01:57:17, SREZIC wrote: Show quoted text
> t/11loop.t fails if perl assertions are enabled (e.g. if compiled with > -DDEBUGGING): > > ... > perl: op.c:2597: S_finalize_op: Assertion `kid == ((LISTOP*)(o))-
> >op_last' failed.
> t/11loop.t ............. > No subtests run > ... > > A sample test report from another tester on CPAN Testers: > http://www.cpantesters.org/cpan/report/e1701aa4-b330-11e6-b5f7- > d4cb4a3cd12f
On another configuration (5.18.1 @ debian/wheezy) I see more violated assertions: ... perl5.18.1: op.c:4873: Perl_newSVOP: Assertion `(PL_opargs[type] & (15 << 8)) == (6 << 8) || (PL_opargs[type] & (15 << 8)) == (8 << 8) || (PL_opargs[type] & (15 << 8)) == (12 << 8)' failed. t/02tryfinally.t ....... No subtests run perl5.18.1: op.c:4873: Perl_newSVOP: Assertion `(PL_opargs[type] & (15 << 8)) == (6 << 8) || (PL_opargs[type] & (15 << 8)) == (8 << 8) || (PL_opargs[type] & (15 << 8)) == (12 << 8)' failed. t/03trycatchfinally.t .. No subtests run ... perl5.18.1: op.c:4873: Perl_newSVOP: Assertion `(PL_opargs[type] & (15 << 8)) == (6 << 8) || (PL_opargs[type] & (15 << 8)) == (8 << 8) || (PL_opargs[type] & (15 << 8)) == (12 << 8)' failed. t/13die-in-finally.t ... No subtests run ...
On Fri Dec 02 02:01:31 2016, SREZIC wrote: Show quoted text
> On 2016-12-02 01:57:17, SREZIC wrote:
> > t/11loop.t fails if perl assertions are enabled (e.g. if compiled > > with > > -DDEBUGGING):
Thanks. Now fixed in 0.05. -- Paul Evans
Fixed -- Paul Evans