]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40280: Skip more tests/features that don't apply to Emscripten (GH-31791)
authorChristian Heimes <christian@python.org>
Thu, 10 Mar 2022 12:43:40 +0000 (14:43 +0200)
committerGitHub <noreply@github.com>
Thu, 10 Mar 2022 12:43:40 +0000 (13:43 +0100)
commitde554d6e02228b840eb6bffaf7d406c0ef368d5f
tree8e9cb21338d5fa7b71a3940d6c62c501d0f547a8
parent8714b6fa27271035dd6dd3514e283f92d669321d
bpo-40280: Skip more tests/features that don't apply to Emscripten (GH-31791)

- 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.
Lib/test/support/__init__.py
Lib/test/test_os.py
Lib/test/test_pathlib.py
Lib/test/test_posix.py
Lib/test/test_tarfile.py
Tools/wasm/config.site-wasm32-emscripten