Commit 7c7d22ac authored by Rob Pike's avatar Rob Pike

runtime: re-enable TestParForParallel

See how it flies. We'll disable it again if the underlying issue is not resolved.
See issue 4155 for details.

Fixes #4155.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/13368045
parent e4bb139e
......@@ -102,11 +102,6 @@ func TestParForSetup(t *testing.T) {
// Test parallel parallelfor.
func TestParForParallel(t *testing.T) {
if GOARCH != "amd64" {
t.Log("temporarily disabled, see http://golang.org/issue/4155")
return
}
N := uint64(1e7)
if testing.Short() {
N /= 10
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment