]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40280: Skip more tests on Emscripten (GH-31947)
authorChristian Heimes <christian@python.org>
Thu, 17 Mar 2022 11:09:57 +0000 (13:09 +0200)
committerGitHub <noreply@github.com>
Thu, 17 Mar 2022 11:09:57 +0000 (12:09 +0100)
commitef1327e3b622e0cafdf8bfc1f480fed0dd386be6
tree30a0e34b5a38b7dd997e5223880618a9b3e5acbd
parentc2e3c06139e9468efb32629d147d99a1672d9e19
bpo-40280: Skip more tests on Emscripten (GH-31947)

- lchmod, lchown are not fully implemented
- skip umask tests
- cannot fstat unlinked or renamed files yet
- ignore musl libc issues that affect Emscripten
16 files changed:
Lib/distutils/tests/test_dir_util.py
Lib/test/test__locale.py
Lib/test/test__xxsubinterpreters.py
Lib/test/test_coroutines.py
Lib/test/test_interpreters.py
Lib/test/test_locale.py
Lib/test/test_logging.py
Lib/test/test_ntpath.py
Lib/test/test_os.py
Lib/test/test_re.py
Lib/test/test_select.py
Lib/test/test_strptime.py
Lib/test/test_support.py
Lib/test/test_tempfile.py
Lib/test/test_time.py
Tools/wasm/config.site-wasm32-emscripten