-
Notifications
You must be signed in to change notification settings - Fork 584
maint-5.38: porting test failure; must run make regen #23347
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
maint-5.38: porting test failure; must run make regen #23347
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Apologies for not doing that myself. I should have realized since I had exactly the same issue yesterday!
This pull request has failed some of its jobs in our GH CI; I re-started those jobs. The job called "dist-modules (latest)" has failed a second time. See: https://github.com/Perl/perl5/actions/runs/15375891354/job/43267333140?pr=23347.
However, I wonder if this failure is relevant when what we're testing is a maintenance release for perl-5.38. |
[...]
Not sure what the problem there is, but the regen is definitely needed, so I've merged this PR. |
When smoke-testing the maint-5.38 branch on FreeBSD-14, I got failures in each run of
t/porting/regen.t
. See: https://perl.develop-help.com/db/5514634.The individual test failure looks like this:
I confirmed this failure on Ubuntu Linux.
Running
make regen
updateduconfig.h
and appears to have fixed the test failures. (This problem appears to be just on maint-5.38, not maint-5.40.) Please review.