Skip to content
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: Skip more tests/features that don't apply to Emscripten (GH-31791) #31791

Merged
merged 1 commit into from
Mar 10, 2022

Conversation

tiran
Copy link
Member

@tiran tiran commented Mar 10, 2022

  • fd inheritance can't be modified because Emscripten doesn't support subprocesses anyway.
  • setpriority always fails
  • geteuid no longer causes problems with latest emsdk
  • umask is a stub
  • geteuid / getuid always return 0, but process cannot chown to random uid.

https://bugs.python.org/issue40280

- fd inheritance can't be modified because Emscripten doesn't support
  subprocesses anyway.
- setpriority always fails
- geteuid no longer causes problems with latest emsdk
- umask is a stub
- geteuid / getuid always return 0, but process cannot chown to random
  uid.
@tiran tiran requested a review from ethanfurman as a code owner March 10, 2022 09:22
@tiran tiran changed the title bpo-40280: Skip more tests/features that don't apply to Emscripten bpo-40280: Skip more tests/features that don't apply to Emscripten (GH-31791) Mar 10, 2022
@tiran tiran merged commit de554d6 into python:main Mar 10, 2022
@tiran tiran deleted the bpo-40280-more-subprocess branch March 10, 2022 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants