summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-06-03 06:50:44 (GMT)
committerGitHub <noreply@github.com>2022-06-03 06:50:44 (GMT)
commit1d2b766100e1807d5fb7df858776a755644ed41b (patch)
treeaaf70d02279849700d5383a911490cd1b484abdb /configure
parente798f698e51727d1e6596b4780e876e2b5db7528 (diff)
downloadcpython-1d2b766100e1807d5fb7df858776a755644ed41b.zip
cpython-1d2b766100e1807d5fb7df858776a755644ed41b.tar.gz
cpython-1d2b766100e1807d5fb7df858776a755644ed41b.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 (cherry picked from commit 069c96f84ccd302436be180c8628289cc0efa977) Co-authored-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 5ee45f3..e91d04b 100755
--- a/configure
+++ b/configure
@@ -22584,6 +22584,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