summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-12-22Skip test_aio_cancel_all on muslAlan Somers
2019-12-01ScmCredentials now wraps UnixCredentials instead of libc::ucredAlan Somers
2019-12-01Merge #1157bors[bot]
2019-12-01Fix some race conditions in the integration testsAlan Somers
2019-12-01Remove the last use of mem::uninitializedAlan Somers
2019-12-01Allow signal injection in ptrace::{syscall, detach}Francisco Giordano
2019-11-21Implement sched::sched_getaffinity()Thibaut Ackermann
2019-11-03Implment linkatJohnnie Birch
2019-10-28Fix sys::socket::recvfrom for TCP socketsAlan Somers
2019-09-30refactored test casesZhang Miaolei
2019-09-30add mkfifoatZhang Miaolei
2019-09-28Merge #1121 #1130bors[bot]
2019-09-28Merge #1105bors[bot]
2019-09-23fix #1093Ta Thanh Dinh
2019-09-19Where relevant, replace equality checks in assert! with assert_eq!Xavier L'Heureux
2019-09-19Fix test breakage in Seccomp mode.Alan Somers
2019-09-19Require CAP_SYS_PTRACE for certain testsAlan Somers
2019-09-12use slices for array comparisonDing Xiang Fei
2019-09-12better wordingDing Xiang Fei
2019-09-12posix_fallocateDing Xiang Fei
2019-09-04Merge #1120bors[bot]
2019-09-04Fix length of abstract socket addressYuxuan Shui
2019-09-04Replace Signal::from_c_int by Signal::try_fromAlan Somers
2019-09-03Skip the aio_suspend test on LinuxAlan Somers
2019-09-03Replace most instances of mem::uninitialized with mem::MaybeUninitAlan Somers
2019-08-28Fix some ioctl tests on muslAlan Somers
2019-08-22update readlink to return the path instead of mangling the bufferSendil Kumar
2019-08-22fix readlink/readlinkat to return too long only when it is longSendil Kumar
2019-07-17Add renameatScott Lamb
2019-07-16Merge #1058bors[bot]
2019-07-14Implement unlinkatJohnnie Birch
2019-07-13Merge #1095bors[bot]
2019-07-13Temporarily allow deprecated itemsAlan Somers
2019-07-13Fix warnings on Rust 1.37.0Alan Somers
2019-07-12test_socket: add AddressFamily::Vsock testStefano Garzarella
2019-07-09implement posix_fadviseKevin Wern
2019-06-15sys/stat: implement mkdiratKevin Wern
2019-06-12Implement `copy_file_range()`Árni Dagur
2019-06-11Fix tests for abstract socketsBryant Mairs
2019-06-09Improve debugging of mq tests by using assert_* macrosBryant Mairs
2019-06-09Remove test of impl Debug for PollFdBryant Mairs
2019-06-09Add extra traits for all typesBryant Mairs
2019-06-06Fix an "unused use statement" warning on non-musl platformsAlan Somers
2019-06-06Fix some bugs with multithreaded tests:Alan Somers
2019-06-06Fix multiple problems with the test_acct testAlan Somers
2019-06-06Fix kmod tests on in Linux containersAlan Somers
2019-06-06Fix the is_so_mark_functional test in Linux containersAlan Somers
2019-06-02Fix test_pthread_self on muslAlan Somers
2019-04-29Restored the bytes field on RecvMsg in order to know the amount of bytes rece...Vincent Dagonneau
2019-04-23pty: Add forkptyKevin Kuehler