Skip to content

Commit ee8109d

Browse files
authored
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`
2 parents 568736b + 24ec0f2 commit ee8109d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/std/src/net/tcp/tests.rs

-1
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,6 @@ fn close_readwrite_smoke() {
508508
}
509509

510510
#[test]
511-
#[cfg(unix)] // test doesn't work on Windows, see #31657
512511
fn close_read_wakes_up() {
513512
each_ip(&mut |addr| {
514513
let a = t!(TcpListener::bind(&addr));

0 commit comments

Comments
 (0)