Rollup merge of #114512 - devnexen:fix_tests_fbsd, r=thomcc
std/tests: disable ancillary tests on freebsd since the feature itsel… …f is.
This commit is contained in:
commit
eb569400e5
@ -662,7 +662,7 @@ fn test_send_vectored_fds_unix_stream() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(any(target_os = "android", target_os = "linux", target_os = "freebsd"))]
|
#[cfg(any(target_os = "android", target_os = "linux"))]
|
||||||
#[test]
|
#[test]
|
||||||
#[cfg_attr(target_os = "android", ignore)] // Android SELinux rules prevent creating Unix sockets
|
#[cfg_attr(target_os = "android", ignore)] // Android SELinux rules prevent creating Unix sockets
|
||||||
fn test_send_vectored_with_ancillary_to_unix_datagram() {
|
fn test_send_vectored_with_ancillary_to_unix_datagram() {
|
||||||
|
Loading…
Reference in New Issue
Block a user