Subject: | Test failure in current blead due to removal of OP_PUSHRE |
Hello!
I'm testing perl modules against development versions of Perl, in an attempt to identify backcompat changes and regressions. It looks like your module relies on some behaviour that is going to change.
Specifically, Perl 5 commit v5.25.5-65-g5012eeb changes the optree generated from code like "split(//, ...)". OP_SPLIT no longer has OP_PUSHRE as a child, OP_PUSHRE has been removed and OP_SPLIT has been changed from a listop to a pmop. You can find more information in the commit message here: http://perl5.git.perl.org/perl.git/commitdiff/5012eebe5586df96a1869edfedea1382aa254085
This has caused your testsuite to start failing when run with the current development "blead" version of perl, and this change will likely be incorporated in v5.25.6 (to be released about 2016-10-20) and v5.26.0 (2017-04-20).
I've attached two test reports of your module - one passing on v5.25.5, one failing on blead - to help diagnose the issue.
Respectfully,
Dan Collins
Subject: | fail.B-Debug-1.23.x86_64-linux-thread-multi.3.16.0-4-amd64.1476465238.32064.rpt |
Download fail.B-Debug-1.23.x86_64-linux-thread-multi.3.16.0-4-amd64.1476465238.32064.rpt
application/octet-stream 8k
application/octet-stream 8k
Message body not shown because it is not plain text.
Subject: | pass.B-Debug-1.23.x86_64-linux-thread-multi.3.16.0-4-amd64.1476465261.423.rpt |
Download pass.B-Debug-1.23.x86_64-linux-thread-multi.3.16.0-4-amd64.1476465261.423.rpt
application/octet-stream 7k
application/octet-stream 7k
Message body not shown because it is not plain text.