rust/src/libstd/net
bors 2782e8f8fc Auto merge of #38867 - alexcrichton:ignore-test-on-windows, r=brson
std: Ignore close_read_wakes_up on Windows

It looks like in practice at least this test will not pass on Windows.
Empirically it is prone to blocking forever, presumably because a call to
`shutdown` doesn't actually wake up other threads on Windows.

We don't document this as a guarantee for `shutdown`, nor do we internally rely
on it. This test originated in a time long since passed when it was leveraged
for canceling I/O, but nowadays there's nothing fancy happening in the standard
library so it's not really a productive test anyway, hence just ignoring it on
Windows.

Closes #31657
2017-01-12 03:13:48 +00:00
..
addr.rs Impl From<inner> for IpAddr and SocketAddr. 2016-12-25 18:10:03 -05:00
ip.rs Impl From<inner> for IpAddr and SocketAddr. 2016-12-25 18:10:03 -05:00
mod.rs Implement fmt::Debug for all structures in libstd. 2016-12-18 14:55:14 -08:00
parser.rs std: Correct stability attributes for some implementations 2016-10-01 23:58:14 +01:00
tcp.rs Auto merge of #38867 - alexcrichton:ignore-test-on-windows, r=brson 2017-01-12 03:13:48 +00:00
test.rs Add a platform-abstraction tidy script 2016-10-02 14:52:15 -07:00
udp.rs Rollup merge of #38067 - GuillaumeGomez:udp-doc, r=frewsxcv,nagisa 2016-12-12 14:10:32 -05:00