mirror of
https://github.com/golang/go
synced 2024-11-23 19:40:08 -07:00
Revert "testing: document -race goroutine limits"
This reverts commit 4907c62f99
.
Reason for revert: Race detector v3, which we just upgraded to, no longer has a goroutine limit.
(small caveat: openbsd/amd64 can't be updated, windows/amd64 isn't updated yet but should be by release time.)
Change-Id: I90017834501e81d3990d888f1b2baf3432452846
Reviewed-on: https://go-review.googlesource.com/c/go/+/405595
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Keith Randall <khr@google.com>
Run-TryBot: Keith Randall <khr@golang.org>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
This commit is contained in:
parent
536282763f
commit
de9805c702
@ -295,9 +295,6 @@
|
||||
// }
|
||||
// }
|
||||
//
|
||||
// The race detector kills the program if it exceeds 8128 concurrent goroutines,
|
||||
// so use care when running parallel tests with the -race flag set.
|
||||
//
|
||||
// Run does not return until parallel subtests have completed, providing a way
|
||||
// to clean up after a group of parallel tests:
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user