Skip to content

Commit 45f3b4d

Browse files
authored
Unrolled build for #152029
Rollup merge of #152029 - RalfJung:miri-socket-tests, r=Mark-Simulacrum disable socket tests in Miri #150428 added some tests that do not work in Miri since we do not support sockets. r? @Mark-Simulacrum
2 parents 55407b8 + 079913e commit 45f3b4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/std/tests/windows_unix_socket.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#![cfg(windows)]
2+
#![cfg(not(miri))] // no socket support in Miri
23
#![feature(windows_unix_domain_sockets)]
34
// Now only test windows_unix_domain_sockets feature
45
// in the future, will test both unix and windows uds

0 commit comments

Comments
 (0)