-
Notifications
You must be signed in to change notification settings - Fork 53
perl 5.40.1 build: Possibly Error test t/08warndie.t will fail #240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Which module was it that produced http://www.cpantesters.org/cpan/report/faab977f-6d26-1014-8029-a7def125e0a9 ? |
The module that is failing the test is a module called Error. Relevant part of the log:
|
Also fails on perl 5.41.3 built using visual studio so is perhaps not a strawberry specific issue. This also looks similar to Test::Trap, reported in #231 (comment) Has anything been backported that changes stack behaviour? |
The
The passed test on 5.40.0 are problably done with version 0.17029 of the module |
I'm seeing the same issue with 0.17030. |
These are adapted from Perl/perl5#23179 Differences are: 1. The perldelta update is removed as it is 5.42 specific. 2. scope_types.h has been regenerated as its patch section did not apply cleanly.
This now passes with the beta release of SP 5.40.2.1. That build patches in most of Perl/perl5#23179 I'll do the same for 5.38.4.1 when it is built. I'll leave this open until the final releases are out. |
Hello,
I split my issue with #231 .
Sample fail report:
http://www.cpantesters.org/cpan/report/faab977f-6d26-1014-8029-a7def125e0a9
That test passes in perl 5.40.0 build .
Thank you,
The text was updated successfully, but these errors were encountered: