Rollup merge of #94714 - ChrisDenton:win-close_read_wakes_up, r=Mark-Simulacrum
Enable `close_read_wakes_up` test on Windows I wonder if we could/should try enabling this again? It was closed by #38867 due to #31657. I've tried running this test (along with other tests) on my machine a number of times and haven't seen this fail yet, Caveat: the worst that can happen is this succeeds initially but then causes random hangs in CI. This is not a great failure mode and would be a reason not to do this. If this does work out, closes #39006 r? `@Mark-Simulacrum`
This commit is contained in:
commit
ee8109d12d
1 changed files with 0 additions and 1 deletions
|
@ -508,7 +508,6 @@ fn close_readwrite_smoke() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(unix)] // test doesn't work on Windows, see #31657
|
||||
fn close_read_wakes_up() {
|
||||
each_ip(&mut |addr| {
|
||||
let a = t!(TcpListener::bind(&addr));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue