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

testing: document that T and B are safe for concurrent calls #13108

Closed
bradfitz opened this issue Oct 30, 2015 · 1 comment
Closed

testing: document that T and B are safe for concurrent calls #13108

bradfitz opened this issue Oct 30, 2015 · 1 comment

Comments

@bradfitz
Copy link
Contributor

We never documented that t.Errorf and friends are safe to call concurrently from different goroutines.

This came up in review, with unnecessary locking around calling methods on t.

@bradfitz bradfitz added this to the Go1.6 milestone Oct 30, 2015
@gopherbot
Copy link

CL https://golang.org/cl/17235 mentions this issue.

@rsc rsc closed this as completed in e2071ec Dec 1, 2015
@golang golang locked and limited conversation to collaborators Dec 1, 2016
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

2 participants