mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 04:55:22 +03:00
disabling socking timing tests because openbsd/bitrig get/set are not congruent due to rounding errors
This commit is contained in:
@@ -902,6 +902,9 @@ fn debug() {
|
||||
assert_eq!(format!("{:?}", stream), compare);
|
||||
}
|
||||
|
||||
// FIXME: re-enabled bitrig/openbsd tests once their socket timeout code
|
||||
// no longer has rounding errors.
|
||||
#[cfg_attr(any(target_os = "bitrig", target_os = "openbsd"), ignore)]
|
||||
#[test]
|
||||
fn timeouts() {
|
||||
let addr = next_test_ip4();
|
||||
|
||||
@@ -360,6 +360,9 @@ fn debug() {
|
||||
assert_eq!(format!("{:?}", udpsock), compare);
|
||||
}
|
||||
|
||||
// FIXME: re-enabled bitrig/openbsd tests once their socket timeout code
|
||||
// no longer has rounding errors.
|
||||
#[cfg_attr(any(target_os = "bitrig", target_os = "openbsd"), ignore)]
|
||||
#[test]
|
||||
fn timeouts() {
|
||||
let addr = next_test_ip4();
|
||||
|
||||
Reference in New Issue
Block a user