Skip to content
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

Test suite fails in test_net_socketaddr_compact #1100

Closed
dtolnay opened this issue Nov 26, 2017 · 2 comments
Closed

Test suite fails in test_net_socketaddr_compact #1100

dtolnay opened this issue Nov 26, 2017 · 2 comments
Labels

Comments

@dtolnay
Copy link
Member

dtolnay commented Nov 26, 2017

thread 'test_net_socketaddr_compact' panicked at 'assertion failed: `(left == right)`
  left: `Compact(V6([3132:3334:3536:3738:3930:3132:3334:3536]:1234))`
 right: `Compact(V6([::5875:1e59:b67f:0]:1234))`'
@dtolnay
Copy link
Member Author

dtolnay commented Nov 26, 2017

Filed rust-lang/rust#46270.

@dtolnay
Copy link
Member Author

dtolnay commented Nov 30, 2017

Fixed by rust-lang/rust#46253.

@dtolnay dtolnay closed this as completed Nov 30, 2017
@dtolnay dtolnay added the tests label Nov 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant