]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90473: Skip and document more failing tests on WASI (GH-93436)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 3 Jun 2022 06:50:44 +0000 (23:50 -0700)
committerGitHub <noreply@github.com>
Fri, 3 Jun 2022 06:50:44 +0000 (23:50 -0700)
commit1d2b766100e1807d5fb7df858776a755644ed41b
treeaaf70d02279849700d5383a911490cd1b484abdb
parente798f698e51727d1e6596b4780e876e2b5db7528
gh-90473: Skip and document more failing tests on WASI (GH-93436)

- Mark more ``umask()`` cases
- ``dup()`` is not supported
- ``/dev/null`` is not available
- document missing features
- mark more modules as not available
(cherry picked from commit 069c96f84ccd302436be180c8628289cc0efa977)

Co-authored-by: Christian Heimes <christian@python.org>
Lib/test/test_compileall.py
Lib/test/test_import/__init__.py
Lib/test/test_os.py
Lib/test/test_pathlib.py
Lib/test/test_shutil.py
Tools/wasm/README.md
Tools/wasm/config.site-wasm32-wasi
configure
configure.ac