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
...