Subject: | Assertion failures |
On some systems (debugging perls?) the test suite fails with assertion errors. Here's a sample report on CPAN Testers: http://www.cpantesters.org/cpan/report/96189c64-fbe2-11e8-8263-3254f9389739
On one of my smokers (perl 5.18.1 with -DDEBUGGING) the test suite also fails with slightly differently looking errors:
...
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
...