-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
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
bpo-40280: Address more test failures on Emscripten (GH-31050) #31050
Conversation
e9d6e24
to
b34c808
Compare
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.
Most of the comments are about recording the known bugs in emscripten and musl so we can easily track when they are fixed.
Misc/NEWS.d/next/Build/2022-01-31-15-15-08.bpo-40280.r1AYNW.rst
Outdated
Show resolved
Hide resolved
Tools/wasm/README.md
Outdated
- Resource-related functions like ``os.nice`` and most functions of the | ||
``resource`` module are not available. | ||
- Some time and datetime features are broken. ``strftime`` and ``strptime`` | ||
have known bugs. Extended glibc formatting features are not available. |
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.
Link to the bugs?
Tools/wasm/README.md
Outdated
``resource`` module are not available. | ||
- Some time and datetime features are broken. ``strftime`` and ``strptime`` | ||
have known bugs. Extended glibc formatting features are not available. | ||
- ``locales`` module is affected by musl libc issues. |
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.
Link to the bug?
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.
I have added links to bpo and emscripten bug tracker.
Co-authored-by: Brett Cannon <[email protected]>
c00edf3
to
5f29e63
Compare
Thanks for the review! |
The failing Windows test is covered by GH-31146 |
Fix wasm32-emscripten test failures and platform issues.
wait, getrusage, prlimit, mkfifo, mknod, setres[gu]id, setgroups.
https://bugs.python.org/issue40280