]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534) (GH-93550)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 6 Jun 2022 18:09:51 +0000 (11:09 -0700)
committerGitHub <noreply@github.com>
Mon, 6 Jun 2022 18:09:51 +0000 (20:09 +0200)
commit6787a8f1466737f813c5095df93ae4dcd699c6df
tree876cd1bcc8168baf081c344a4e92a5f65407074f
parent986ce4e6138d2d14f0f3d1ed394ee5ee69486b12
gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534) (GH-93550)

WASI does not have the ``chmod(2)`` syscall yet.
(cherry picked from commit 22fed605e096eb74f3aa33f6d25aee76fdc2a3fa)

Co-authored-by: Christian Heimes <christian@python.org>
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