]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534)
authorChristian Heimes <christian@python.org>
Mon, 6 Jun 2022 17:24:11 +0000 (19:24 +0200)
committerGitHub <noreply@github.com>
Mon, 6 Jun 2022 17:24:11 +0000 (19:24 +0200)
commit22fed605e096eb74f3aa33f6d25aee76fdc2a3fa
treecd15eb66416ec5aa0ad33e48b0c76f98bb811b45
parent56b5daf15970be449d44e91f08db84c698ac5506
gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534)

WASI does not have the ``chmod(2)`` syscall yet.
20 files changed:
Lib/test/support/os_helper.py
Lib/test/test_argparse.py
Lib/test/test_dbm_dumb.py
Lib/test/test_import/__init__.py
Lib/test/test_netrc.py
Lib/test/test_os.py
Lib/test/test_pathlib.py
Lib/test/test_posix.py
Lib/test/test_posixpath.py
Lib/test/test_py_compile.py
Lib/test/test_pydoc.py
Lib/test/test_shutil.py
Lib/test/test_stat.py
Lib/test/test_tarfile.py
Lib/test/test_tempfile.py
Lib/test/test_uu.py
Lib/test/test_zipapp.py
Misc/NEWS.d/next/Tests/2022-06-05-10-16-45.gh-issue-90473.QMu7A8.rst [new file with mode: 0644]
Modules/posixmodule.c
Tools/wasm/config.site-wasm32-wasi