mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-17 07:14:12 +08:00
Re-enable stdlib stubtest on macos (#6696)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -9,3 +9,5 @@ ntpath.splitunc
|
||||
posix.stat_float_times
|
||||
ssl.OP_ENABLE_MIDDLEBOX_COMPAT
|
||||
ssl.Options.OP_ENABLE_MIDDLEBOX_COMPAT
|
||||
|
||||
uuid.lib
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user