Package: rust-nix / 0.30.1-1

Metadata

Package Version Patches format
rust-nix 0.30.1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
relax dep.diff | (download)

Cargo.toml | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
disable kmod tests.diff | (download)

test/test_kmod/mod.rs | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
allow no dropped packets on s390x.diff | (download)

test/sys/test_socket.rs | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

---
skip test_recvmm2 on s390x.diff | (download)

test/sys/test_socket.rs | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---
skip tests prone to hang.diff | (download)

test/test_unistd.rs | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

---
make require kernel version more tolerant.diff | (download)

test/common/mod.rs | 6 4 + 2 - 0 !
1 file changed, 4 insertions(+), 2 deletions(-)

---
dont deny warnings.diff | (download)

src/lib.rs | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

---
dont fail tests no kernel support.diff | (download)

test/sys/test_fanotify.rs | 15 9 + 6 - 0 !
test/sys/test_socket.rs | 28 24 + 4 - 0 !
test/test_fcntl.rs | 26 21 + 5 - 0 !
3 files changed, 54 insertions(+), 15 deletions(-)

---
time_t_workarounds.diff | (download)

src/sys/time.rs | 8 4 + 4 - 0 !
test/sys/test_resource.rs | 2 1 + 1 - 0 !
2 files changed, 5 insertions(+), 5 deletions(-)

---
rand 0.8.diff | (download)

Cargo.toml | 2 1 + 1 - 0 !
test/sys/test_sockopt.rs | 5 3 + 2 - 0 !
test/sys/test_uio.rs | 37 23 + 14 - 0 !
3 files changed, 27 insertions(+), 17 deletions(-)

---
fix tests no default features.diff | (download)

src/sys/socket/addr.rs | 5 5 + 0 - 0 !
test/common/mod.rs | 4 4 + 0 - 0 !
test/mount/test_mount.rs | 8 6 + 2 - 0 !
test/sys/test_aio.rs | 1 1 + 0 - 0 !
test/sys/test_aio_drop.rs | 1 1 + 0 - 0 !
test/sys/test_epoll.rs | 1 1 + 0 - 0 !
test/sys/test_fanotify.rs | 1 1 + 0 - 0 !
test/sys/test_inotify.rs | 1 1 + 0 - 0 !
test/sys/test_ioctl.rs | 1 1 + 0 - 0 !
test/sys/test_mman.rs | 2 2 + 0 - 0 !
test/sys/test_prctl.rs | 1 1 + 0 - 0 !
test/sys/test_pthread.rs | 2 2 + 0 - 0 !
test/sys/test_ptrace.rs | 5 5 + 0 - 0 !
test/sys/test_resource.rs | 1 1 + 0 - 0 !
test/sys/test_select.rs | 4 4 + 0 - 0 !
test/sys/test_signal.rs | 1 1 + 0 - 0 !
test/sys/test_signalfd.rs | 1 1 + 0 - 0 !
test/sys/test_socket.rs | 61 57 + 4 - 0 !
test/sys/test_sockopt.rs | 7 7 + 0 - 0 !
test/sys/test_stat.rs | 2 2 + 0 - 0 !
test/sys/test_statfs.rs | 1 1 + 0 - 0 !
test/sys/test_statvfs.rs | 1 1 + 0 - 0 !
test/sys/test_termios.rs | 3 3 + 0 - 0 !
test/sys/test_timerfd.rs | 1 1 + 0 - 0 !
test/sys/test_uio.rs | 2 2 + 0 - 0 !
test/sys/test_utsname.rs | 1 1 + 0 - 0 !
test/sys/test_wait.rs | 5 5 + 0 - 0 !
test/test.rs | 9 8 + 1 - 0 !
test/test_clearenv.rs | 1 1 + 0 - 0 !
test/test_dir.rs | 1 1 + 0 - 0 !
test/test_fcntl.rs | 7 7 + 0 - 0 !
test/test_kmod/mod.rs | 1 1 + 0 - 0 !
test/test_mq.rs | 7 6 + 1 - 0 !
test/test_net.rs | 1 1 + 0 - 0 !
test/test_poll.rs | 3 3 + 0 - 0 !
test/test_pty.rs | 16 14 + 2 - 0 !
test/test_resource.rs | 1 1 + 0 - 0 !
test/test_sched.rs | 1 1 + 0 - 0 !
test/test_sendfile.rs | 1 1 + 0 - 0 !
test/test_spawn.rs | 3 3 + 0 - 0 !
test/test_syslog.rs | 1 1 + 0 - 0 !
test/test_time.rs | 9 9 + 0 - 0 !
test/test_unistd.rs | 87 78 + 9 - 0 !
43 files changed, 254 insertions(+), 19 deletions(-)

---