summaryrefslogtreecommitdiff
path: root/test/sys/test_aio.rs
AgeCommit message (Expand)Author
2017-10-07Merge #773bors[bot]
2017-10-05Fix variable does not need to be mutable warning for aio testSanchayan Maity
2017-10-02Add more accessors for AioCbAlan Somers
2017-09-03Fixed error handling in `AioCb::{fsync,read,write}`Alan Somers
2017-09-03AioCb::Drop will now panic for in-progress AioCbAlan Somers
2017-07-24Disable failing tests on mips64Bryant Mairs
2017-07-18Remove signalfd feature in favor of conditional compilationBryant Mairs
2017-07-16Fix thread safety issues in aio, chdir, and wait testsAlan Somers
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-04-15Add AioCb::from_boxed_sliceAlan Somers
2017-04-15tests should protect concurrent access to signal handlersAlan Somers
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-25Add PhantomData to AioCb to track buffer's lifetimeAlan Somers
2016-12-16Add POSIX AIO supportAlan Somers