]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90473: WASI: skip gethostname tests (GH-93092)
authorChristian Heimes <christian@python.org>
Mon, 23 May 2022 08:39:57 +0000 (10:39 +0200)
committerGitHub <noreply@github.com>
Mon, 23 May 2022 08:39:57 +0000 (10:39 +0200)
commit760ec8940aabd6a7fc471bd913ea1ac501cc604b
treeee95f9ffb3214de69ea0e220c577a05c65d1e4e0
parent88f0d0c1e8fdda036f3f64b0048911ba28ce7f06
gh-90473: WASI: skip gethostname tests (GH-93092)

- WASI's ``gethostname()`` is a stub that always fails with OSError
  ``ENOTSUP``
- skip mailcap ``test`` if subprocess is not available
- WASI process_time clock does not work.
Lib/test/support/socket_helper.py
Lib/test/test_mailbox.py
Lib/test/test_mailcap.py
Lib/test/test_smtpd.py
Lib/test/test_support.py
Lib/test/test_time.py
Lib/test/test_urllib.py
Lib/test/test_urllib_response.py
Tools/wasm/README.md