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

Commits on Mar 10, 2022

  1. bpo-40280: Skip more tests/features that don't apply to Emscripten

    - 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 committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    903c3e6 View commit details
    Browse the repository at this point in the history