A few linux stubtest fixes (#5381)

This commit is contained in:
hatal175
2021-05-08 22:49:42 +03:00
committed by GitHub
parent 9cdd5220c2
commit 653191e514
3 changed files with 9 additions and 19 deletions

View File

@@ -1,15 +1,14 @@
_posixsubprocess.cloexec_pipe
_?curses.ACS_.* # ACS codes are initialized only after initscr call.
curses.COLORS
curses.COLOR_PAIRS
curses.COLS
curses.LINES
curses.COLORS # Initialized after start_color
curses.COLOR_PAIRS # Initialized after start_color
curses.COLS # Initialized only after initscr call.
curses.LINES # Initialized only after initscr call.
distutils.command.bdist_msi # msi is only available on windows
grp.getgrgid
grp.struct_group._asdict
grp.struct_group._make
grp.struct_group._replace
ntpath.realpath
os.EX_NOTFOUND
os.SF_MNOWAIT
os.SF_NODISKIO
@@ -17,7 +16,6 @@ os.SF_SYNC
os.chflags
os.lchflags
os.lchmod
os.listxattr
os.plock
posix.EX_NOTFOUND
select.EPOLL_RDHUP