-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-131853: Fix test_msgfmt on big-endian platforms #131879
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
gh-131853: Fix test_msgfmt on big-endian platforms #131879
Conversation
Use a generated .mo file instead of a checked in one.
!buildbot s390x RHEL9 3.x |
The regex 's390x RHEL9 3.x' did not match any buildbot builder. Is the requested builder in the list of stable builders? |
!buildbot s390x |
🤖 New build scheduled with the buildbot fleet by @serhiy-storchaka for commit 1bd13c8 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F131879%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
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, many thanks for fixing my error! Sadly there is no big-endian CI :-(
A simpler fix would be changing the "=" prefix to "<", but we don't test |
Buildbots passing :-) |
…1879) Use a generated .mo file instead of a checked in one.
Use a generated .mo file instead of a checked in one.
msgfmt.py
: Test validity of generated file #131853