We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ab4f7 commit 4a2d4d3Copy full SHA for 4a2d4d3
src/libstd/net/tcp.rs
@@ -902,6 +902,9 @@ mod tests {
902
assert_eq!(format!("{:?}", stream), compare);
903
}
904
905
+ // FIXME: re-enabled bitrig/openbsd tests once their socket timeout code
906
+ // no longer has rounding errors.
907
+ #[cfg_attr(any(target_os = "bitrig", target_os = "openbsd"), ignore)]
908
#[test]
909
fn timeouts() {
910
let addr = next_test_ip4();
src/libstd/net/udp.rs
@@ -360,6 +360,9 @@ mod tests {
360
assert_eq!(format!("{:?}", udpsock), compare);
361
362
363
364
365
366
367
368
0 commit comments