diff options
author | Christian Heimes <christian@python.org> | 2022-06-02 22:44:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-02 22:44:48 (GMT) |
commit | 069c96f84ccd302436be180c8628289cc0efa977 (patch) | |
tree | a012983468dcd35f92f451daf8c18cc16d6caa51 /configure | |
parent | 94b1586ca538d24388a159de6dda7eff1c230364 (diff) | |
download | cpython-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-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |