summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2022-06-02 22:44:48 (GMT)
committerGitHub <noreply@github.com>2022-06-02 22:44:48 (GMT)
commit069c96f84ccd302436be180c8628289cc0efa977 (patch)
treea012983468dcd35f92f451daf8c18cc16d6caa51 /configure
parent94b1586ca538d24388a159de6dda7eff1c230364 (diff)
downloadcpython-069c96f84ccd302436be180c8628289cc0efa977.zip
cpython-069c96f84ccd302436be180c8628289cc0efa977.tar.gz
cpython-069c96f84ccd302436be180c8628289cc0efa977.tar.bz2
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index de2983a..7497284 100755
--- a/configure
+++ b/configure
@@ -22472,6 +22472,9 @@ case $ac_sys_system in #(
py_cv_module__ctypes_test=n/a
py_cv_module_fcntl=n/a
+ py_cv_module_mmap=n/a
+ py_cv_module_resource=n/a
+ py_cv_module_termios=n/a
py_cv_module_=n/a