Skip to content

Windows: failing unit tests in libstd\rt\io\net\tcp.rs #8811

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

Closed
vadimcn opened this issue Aug 28, 2013 · 0 comments · Fixed by #10093
Closed

Windows: failing unit tests in libstd\rt\io\net\tcp.rs #8811

vadimcn opened this issue Aug 28, 2013 · 0 comments · Fixed by #10093
Labels
A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows A-testsuite Area: The testsuite used to check the correctness of rustc O-windows Operating system: Windows

Comments

@vadimcn
Copy link
Contributor

vadimcn commented Aug 28, 2013

connect_error
task <unnamed> failed at 'assertion failed: (left == right) && (right == left)(left:OtherIoError, right: ConnectionRefused)', C:\Rust\src\libstd\rt\i o\net\tcp.rs:170
read_eof_twice_ip4 (hangs)
read_eof_twice_ip6 (hangs)
write_close_ip4
failed in non-task context at 'assertion failed: (left == right) && (right == left)(left:0i32, right: -4080i32)', C:\Rust\src\libstd\rt\uv\net.rs:161
write_close_ip6
failed in non-task context at 'assertion failed: (left == right) && (right == left)(left:0i32, right: -4080i32)', C:\Rust\src\libstd\rt\uv\net.rs:161

klutzy added a commit to klutzy/rust that referenced this issue Sep 15, 2013
klutzy added a commit to klutzy/rust that referenced this issue Oct 4, 2013
bors added a commit that referenced this issue Oct 17, 2013
See #9605 for detailed information.

This also fixes two tests of #8811.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows A-testsuite Area: The testsuite used to check the correctness of rustc O-windows Operating system: Windows
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant