mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-27 22:34:14 +00:00
Auto merge of #30092 - semarie:to_socket_addr_str_bad, r=alexcrichton
I don't reproduce it on severals hosts (virtual or real), so I can't debug it. As Bitrig has disabled this test too, I will follow the same here. r? @alexcrichton
This commit is contained in:
commit
7499558dd0
@ -496,9 +496,9 @@ mod tests {
|
||||
assert!(tsa("localhost:23924").unwrap().contains(&a));
|
||||
}
|
||||
|
||||
// FIXME: figure out why this fails on bitrig and fix it
|
||||
// FIXME: figure out why this fails on openbsd and bitrig and fix it
|
||||
#[test]
|
||||
#[cfg(not(any(windows, target_os = "bitrig")))]
|
||||
#[cfg(not(any(windows, target_os = "openbsd", target_os = "bitrig")))]
|
||||
fn to_socket_addr_str_bad() {
|
||||
assert!(tsa("1200::AB00:1234::2552:7777:1313:34300").is_err());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user