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

crypto/tls: recent fix failing race tests #15864

Closed
dr2chase opened this issue May 27, 2016 · 1 comment
Closed

crypto/tls: recent fix failing race tests #15864

dr2chase opened this issue May 27, 2016 · 1 comment

Comments

@dr2chase
Copy link
Contributor

It seems likely that https://go-review.googlesource.com/c/23487/6/src/crypto/tls/tls_test.go
introduced code that does not pass the race detector (races are reported in code added there).

@dr2chase dr2chase self-assigned this May 27, 2016
@mikioh
Copy link
Contributor

mikioh commented May 27, 2016

@golang golang locked and limited conversation to collaborators May 27, 2017
FiloSottile pushed a commit to FiloSottile/go that referenced this issue Oct 12, 2018
Fixes golang#15864.

Change-Id: Ic12aa3654bf0b7e4a26df20ea92d07d7efe7339c
Reviewed-on: https://go-review.googlesource.com/23504
Reviewed-by: David Chase <drchase@google.com>
FiloSottile pushed a commit to FiloSottile/go that referenced this issue Oct 12, 2018
Fixes golang#15864.

Change-Id: Ic12aa3654bf0b7e4a26df20ea92d07d7efe7339c
Reviewed-on: https://go-review.googlesource.com/23504
Reviewed-by: David Chase <drchase@google.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants