Skip to content

Commit

Permalink
runtime: re-enable TestParForParallel
Browse files Browse the repository at this point in the history
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
  • Loading branch information
robpike committed Aug 29, 2013
1 parent e4bb139 commit 7c7d22a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/pkg/runtime/parfor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c7d22a

Please sign in to comment.