Skip to content

std: Fix a flaky test on OSX 10.10 #18985

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 16, 2014
Merged

Conversation

alexcrichton
Copy link
Member

This test was somewhat sketchy already with a loop around write, so this
just adds some explicit synchronization to only call write once and guarantee
that the error happens.

Closes #18900

This test was somewhat sketchy already with a `loop` around `write`, so this
just adds some explicit synchronization to only call `write` once and guarantee
that the error happens.

Closes rust-lang#18900
@bors bors merged commit 3e0368e into rust-lang:master Nov 16, 2014
@alexcrichton alexcrichton deleted the issue-18900 branch November 20, 2014 03:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

io::net::tcp::test::write_close_ip4 failing on OS X 10.10
2 participants