mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-40280: Skip more tests on Emscripten (GH-31947)
- lchmod, lchown are not fully implemented - skip umask tests - cannot fstat unlinked or renamed files yet - ignore musl libc issues that affect Emscripten
This commit is contained in:
parent
c2e3c06139
commit
ef1327e3b6
16 changed files with 63 additions and 8 deletions
|
@ -53,6 +53,9 @@ ac_cv_func_symlinkat=no
|
|||
ac_cv_func_readlinkat=no
|
||||
ac_cv_func_fchmodat=no
|
||||
ac_cv_func_dup3=no
|
||||
# lchmod/lchown are implemented, but fail with ENOTSUP.
|
||||
ac_cv_func_lchmod=no
|
||||
ac_cv_func_lchown=no
|
||||
|
||||
# Syscalls not implemented in emscripten
|
||||
# [Errno 52] Function not implemented
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue