when using select() instead of poll, skip the test if the number of
authorYang Tse <yangsita@gmail.com>
Wed, 31 Jan 2007 15:34:53 +0000 (15:34 +0000)
committerYang Tse <yangsita@gmail.com>
Wed, 31 Jan 2007 15:34:53 +0000 (15:34 +0000)
commitc2639e07388464dd920fe239358458e42658b278
tree476e61f6763ffdbd700d1521e3cc78783847fde8
parente485a23a3e24d6b8149bc87285ff46c6eee1266d
when using select() instead of poll, skip the test if the number of
open file descriptors is greater than FD_SETSIZE minus SAFETY_MARGIN,
also skip the test if any of the open file descriptors has a number
greater than FD_SETSIZE minus SAFETY_MARGIN.
tests/libtest/lib518.c
tests/libtest/lib537.c