-
Notifications
You must be signed in to change notification settings - Fork 578
mingw64 failing test re/uniprops01.t in github CI #18866
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
I could reproduce it by RDPing into github actions. Even there, it fails only when not started under a debugger, so I had to run the test like this: It looks like yet another instance of #17521 :( I expect this could be worked around by shifting some code around somewhere near the part that leads to croak(). For example, in #17496 a similar crash was fixed with this change: 99c9ca9 Here's the stacktrace:
|
It seems ffea747 made it pass again. |
Module:
Description
Since 1e870be, up to at least 9085b4e mingw64 tests have been failing:
I haven't been able to reproduce this locally.
Reverting the change and pushing to a test branch:
https://github.com/tonycoz/perl5/tree/revert_is_utf8_char
does successfully pass on github's CI.
The 1e870be change looks fine.
The text was updated successfully, but these errors were encountered: