We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e71ad commit 9f09844Copy full SHA for 9f09844
test/sys/test_uio.rs
@@ -195,6 +195,7 @@ fn test_preadv() {
195
#[cfg(any(target_os = "linux", target_os = "android"))]
196
// qemu-user does not yet implement process_vm_readv, cf. PR #568
197
#[cfg(not(all(travis, any(target_arch = "arm", target_arch = "aarch64"))))]
198
+#[cfg(not(travis))]
199
fn test_process_vm_readv() {
200
use nix::unistd::ForkResult::*;
201
use nix::sys::signal::*;
0 commit comments