aboutsummaryrefslogtreecommitdiff
path: root/tests/sys_select_test.cpp
AgeCommit message (Expand)Author
2018-08-02Modernize codebase by replacing NULL with nullptrYi Kong
2017-12-04Make our fortify FD_ISSET const, and expose the fd_mask type.Elliott Hughes
2016-01-26Factor out the waiting for children in bionic tests.Elliott Hughes
2016-01-14Add comment for [p]select_smoke tests STDIN issue.Christopher Ferris
2016-01-13Fix select failures when STDIN is ready.Christopher Ferris
2014-04-01Include sys/types.h and sys/wait.h for waitpidBrian Carlstrom
2014-04-01Fix transient failure in select_smoke test.Christopher Ferris
2014-02-06Make sure that the same tests are on all platforms.Christopher Ferris
2013-10-24Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls.Elliott Hughes
2013-10-02Fix 32-bit issues in tests, and add a trivial test for the FD_* macros.Elliott Hughes