Re-enable stdlib stubtest on macos (#6696)

This commit is contained in:
Akuli
2021-12-26 20:59:04 +02:00
committed by GitHub
parent a54e21992c
commit 66ed211691
7 changed files with 32 additions and 6 deletions

View File

@@ -10,3 +10,10 @@ os.CLD_STOPPED
os.POSIX_SPAWN_CLOSE
os.POSIX_SPAWN_DUP2
os.POSIX_SPAWN_OPEN
mmap.MADV_FREE
posix.CLD_KILLED
posix.CLD_STOPPED
posix.POSIX_SPAWN_CLOSE
posix.POSIX_SPAWN_DUP2
posix.POSIX_SPAWN_OPEN

View File

@@ -9,3 +9,5 @@ ntpath.splitunc
posix.stat_float_times
ssl.OP_ENABLE_MIDDLEBOX_COMPAT
ssl.Options.OP_ENABLE_MIDDLEBOX_COMPAT
uuid.lib

View File

@@ -4,3 +4,8 @@ _?curses.A_ITALIC
os.POSIX_SPAWN_CLOSE
os.POSIX_SPAWN_DUP2
os.POSIX_SPAWN_OPEN
mmap.MADV_FREE
posix.POSIX_SPAWN_CLOSE
posix.POSIX_SPAWN_DUP2
posix.POSIX_SPAWN_OPEN

View File

@@ -8,3 +8,10 @@ os.CLD_STOPPED
os.POSIX_SPAWN_CLOSE
os.POSIX_SPAWN_DUP2
os.POSIX_SPAWN_OPEN
mmap.MADV_FREE
posix.CLD_KILLED
posix.CLD_STOPPED
posix.POSIX_SPAWN_CLOSE
posix.POSIX_SPAWN_DUP2
posix.POSIX_SPAWN_OPEN

View File

@@ -53,3 +53,10 @@ socket.AddressInfo.AI_DEFAULT
socket.AddressInfo.AI_MASK
socket.AddressInfo.AI_V4MAPPED_CFG
socket.MsgFlag.MSG_EOF
posix.NGROUPS_MAX
posix.error.characters_written
resource.error.characters_written
select.POLLRDHUP
webbrowser.MacOSX.__init__
webbrowser.MacOSXOSAScript.__init__