summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-07-25Add tests of actual ioctl usageBryant Mairs
2017-07-25fix some tests for AndroidNicolas Dusart
2017-07-25Fix thread safety issues in pty and termios testsAlan Somers
2017-07-25Refactor ioctl! for buffersBryant Mairs
2017-07-25Add 'bad' prefixes for read, write_*, and readwrite ioctlsBryant Mairs
2017-07-25Split ioctl!(write ...) into write_ptr and write_intBryant Mairs
2017-07-25Add a "bad none" variant to the ioctl macroBryant Mairs
2017-07-25Re-add bad variant of ioctl!Bryant Mairs
2017-07-24Disable failing tests on mips64Bryant Mairs
2017-07-24Merge #693bors[bot]
2017-07-23Merge #661bors[bot]
2017-07-22Replace remaining process::exit with libc::_exitJonas Schievink
2017-07-22Remove unneeded localJonas Schievink
2017-07-22Document invariants of fork and fix testsJonas Schievink
2017-07-21Allow doc attributes in ioctl macroroblabla
2017-07-21use std::env::temp_dir() to retrieve the temp directory in test_mkstempNicolas Dusart
2017-07-21Get rid of the bulk importsMarcin Mielniczuk
2017-07-21Add WaitStatus::PtraceSyscall for use with PTRACE_O_TRACESYSGOODGeoffrey Thomas
2017-07-20Merge pull request #691 from asomers/ptsnameAlan Somers
2017-07-20Add tests of actual ioctl usageBryant Mairs
2017-07-20fix some tests for AndroidNicolas Dusart
2017-07-20Tidy up imports in test_ptrace.rsMarcin Mielniczuk
2017-07-20Fix testsMarcin Mielniczuk
2017-07-19Fix thread safety issues in pty and termios testsAlan Somers
2017-07-19Refactor ioctl! for buffersBryant Mairs
2017-07-19Add 'bad' prefixes for read, write_*, and readwrite ioctlsBryant Mairs
2017-07-19Split ioctl!(write ...) into write_ptr and write_intBryant Mairs
2017-07-19Add a "bad none" variant to the ioctl macroBryant Mairs
2017-07-19Re-add bad variant of ioctl!Bryant Mairs
2017-07-19Merge #681bors[bot]
2017-07-19Merge #686bors[bot]
2017-07-18Remove unused importsBryant Mairs
2017-07-18Remove broken execvpe implementationBryant Mairs
2017-07-18Remove signalfd feature in favor of conditional compilationBryant Mairs
2017-07-17Remove preadv_pwritev feature in favor of conditional includeBryant Mairs
2017-07-18Merge #638bors[bot]
2017-07-17Fix some bugs in the termios testsAlan Somers
2017-07-17Fix UnsupportedOperation when using ptrace_* functionsBryant Mairs
2017-07-16Don't fork in test_mq_send_receiveAlan Somers
2017-07-16Fix thread safety issues in aio, chdir, and wait testsAlan Somers
2017-07-16Merge #677bors[bot]
2017-07-15PtyMaster::drop should panic on EBADFAlan Somers
2017-07-15Merge #630bors[bot]
2017-07-15Add sysconf(3), pathconf(2), and fpathconf(2)Alan Somers
2017-07-10Add cfmakeraw and cfsetspeedBryant Mairs
2017-07-10Use libc types for termiosBryant Mairs
2017-07-10Fix sendmsg on macOS when passing a zero entry cmsgs array.Matthew Gregan
2017-07-09Merge #660bors[bot]
2017-07-09Fix double close bugs in test_lseek and test_lseek64Alan Somers
2017-07-08Enable ptrace on all Linux platformsGeoffrey Thomas