]> Cypherpunks repositories - gostls13.git/commit
test: set GOMAXPROCS=1 in fixedbugs/issue9110
authorJosh Bleecher Snyder <josharian@gmail.com>
Mon, 27 Apr 2015 04:58:53 +0000 (21:58 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Tue, 28 Apr 2015 00:06:13 +0000 (00:06 +0000)
commit1fb948a0293526ac680785e74cad750571976f1f
tree9fb95763fd43fe59bd53c00bb0392aae01ce21ae
parent9bef5cfb9b6f8db3465f1b7e799db66599915096
test: set GOMAXPROCS=1 in fixedbugs/issue9110

With this fix,

GOMAXPROCS=8 ./all.bash

passes, at least on my machine.

Fixes #10216.

Change-Id: Ib5991950892a1399ec81aced0a52b435e6f83fdf
Reviewed-on: https://go-review.googlesource.com/9392
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
test/fixedbugs/issue9110.go