summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-07-04Merge pull request #629 from Kixunil/newtypesAlan Somers
2017-07-02Merge #642bors[bot]
2017-07-02Newtypes for uid_t, gid_t and pid_t.Martin Habovštiak
2017-07-01Skip the mount tests on buggy Linux kernelsAlan Somers
2017-07-01Handle short reads in pty testsAlan Somers
2017-06-19Support powerpc64Luca Barbato
2017-06-12Add openpty()Kelvin Ly
2017-06-06Fix x86_64 Linux/musl testsBryant Mairs
2017-06-06Fix i686 Linux/musl buildsBryant Mairs
2017-06-06Skip failing MIPS testsBryant Mairs
2017-06-06Skip failing tests for Linux/PowerPCBryant Mairs
2017-06-04Add pthread_selfking6cong
2017-05-16Add various pty functionsBryant Mairs
2017-04-15Add AioCb::from_boxed_sliceAlan Somers
2017-04-15tests should protect concurrent access to signal handlersAlan Somers
2017-04-09Fixed failing ioctl tests.Zac Berkowitz
2017-03-22add support `readlink|readlinkat`Jörg Thalheim
2017-03-21add support for `fstatat`Jörg Thalheim
2017-03-21add support for `openat`Jörg Thalheim
2017-03-02Remove revents from PollFd::newBryant Mairs
2017-02-24impl Debug for AioCb and SigevNotifyAlan Somers
2017-02-05Implement Drop for AioCbAlan Somers
2017-02-05Add runtime checks to AioCb methodsAlan Somers
2017-01-26Turn most aio functions into AioCb methodsAlan Somers
2017-01-26Auto merge of #483 - asomers:aio2, r=posborneHomu
2017-01-25Add PhantomData to AioCb to track buffer's lifetimeAlan Somers
2017-01-19unistd: add fchdir(2)Luca Bruno
2016-12-19fix all and update CHANGELOG.mdqupeng
2016-12-19Merge branch 'nix-rust'qupeng
2016-12-16Add POSIX AIO supportAlan Somers
2016-12-12epoll: improve EpollEvent::empty() by using mem::uninitialized.qupeng
2016-12-11test/mod.rs: only test epoll on linux.qupeng
2016-12-11fix #480 and add simple test cases for that.qupeng
2016-12-10Add support for system control sockets for XNUConrad Kramer
2016-12-10Add ioctl support for BSDConrad Kramer
2016-11-19Add TimeSpec, a Newtype around libc::timespecAlan Somers
2016-11-18Improve portability of test_getsocknameAlan Somers
2016-11-18Fix Unix domain sockets.Alan Somers
2016-11-16Fix intermittency in test_selectAlan Somers
2016-11-15Auto merge of #466 - fiveop:warnings, r=posborneHomu
2016-11-14Get rid of a few test compilation warningsPhilipp Matthias Schaefer
2016-11-14Make signal argument to kill optionalPhilipp Matthias Schaefer
2016-11-13Avoid TempDir::into_path(), because it doesn't cleanup on DropAlan Somers
2016-10-24mount: Run test_mount_bind in CIKamal Marhubi
2016-10-23use tempfile in test_pwrite.Alan Somers
2016-09-28Apparently not all mkstemp implementation require the X at the end (despite i...Philipp Keller
2016-09-27test also that mkstemp fails when there's no X at the endPhilipp Keller
2016-09-16made it running with rust 1.2, added documentation to mkstempPhilipp Keller
2016-09-08Auto merge of #416 - philippkeller:master, r=posborneHomu
2016-09-07fixed indentationPhilipp Keller