-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
Buildbot failure in test_importlib UTF-16 tests #123994
Comments
It looks like maybe an issue with byte ordering? Previously, these UTF-16 files were stored statically in the repo. Now they're dynamically generated. Perhaps all that's needed is to make sure the generation is byte-order agnostic. |
One of the failing tests mentions ignoring the architecture-specific BOM:
|
See #117569, where that was created. Now the question is - should the test fixtures be made to restore the expectation that the resources use utf-16-le? My guess is probably so, given that other tests are opening this utf-16 file using utf-8 or latin-1 to perform assertions. |
) (#123986) * gh-121735: Fix module-adjacent references in zip files (GH-123037) * gh-116608: Apply style and compatibility changes from importlib_metadata. * gh-121735: Ensure module-adjacent resources are loadable from a zipfile. * gh-121735: Allow all modules to be processed by the ZipReader. * Add blurb * Remove update-zips script, unneeded. * Remove unnecessary references to removed static fixtures. * Remove zipdata fixtures, unused. (cherry picked from commit ba687d9) * gh-123994: Generate utf-16 file using little endian and BOM. (#123995) Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Hi! The buildbot s390x RHEL9 Refleaks 3.x has failed when building commit ba687d9.
What do you need to do:
You can take a look at the buildbot page here:
https://buildbot.python.org/#/builders/1589/builds/145
Failed tests:
Failed subtests:
Summary of the results of the build (if available):
==
Click to see traceback logs
Originally posted by @bedevere-bot in #123037 (comment)
Linked PRs
The text was updated successfully, but these errors were encountered: