Skip to content

Commit af66aa2

Browse files
bors[bot]asomers
andauthored
Merge #1345
1345: Disable test-aio-drop in GNU environments r=asomers a=asomers This test occasionally fails in Travis on x86_64-unknown-linux-gnu. The failure takes the form of the test executable receiving a random signal. Sometimes SIGHUP, sometimes SIGKILL, etc. I think this must be a bug in glibc, even though I can't reproduce it in my development environment. But it interferes with CI too much to leave enabled. Co-authored-by: Alan Somers <asomers@gmail.com>
2 parents 1d43b2b + 4ff5595 commit af66aa2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/sys/test_aio_drop.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
target_os = "macos",
1010
target_os = "freebsd",
1111
target_os = "netbsd")))]
12+
#[cfg_attr(target_env = "gnu", ignore = "Occasionally fails in Travis; glibc bug suspected")]
1213
fn test_drop() {
1314
use nix::sys::aio::*;
1415
use nix::sys::signal::*;

0 commit comments

Comments
 (0)