We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa62cd commit 063a7adCopy full SHA for 063a7ad
src/libstd/net_tcp.rs
@@ -1317,7 +1317,9 @@ pub mod test {
1317
fn test_gl_tcp_server_access_denied() unsafe {
1318
impl_gl_tcp_ipv4_server_access_denied();
1319
}
1320
+ // Strange failure on Windows. --pcwalton
1321
#[test]
1322
+ #[ignore(cfg(target_os = "windows"))]
1323
fn test_gl_tcp_ipv4_server_client_reader_writer() {
1324
impl_gl_tcp_ipv4_server_client_reader_writer();
1325
@@ -1358,6 +1360,7 @@ pub mod test {
1358
1360
1359
1361
1362
#[ignore(cfg(target_os = "linux"))]
1363
1364
1365
1366
0 commit comments