]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: mark a few more tests as parallel
authorJosh Bleecher Snyder <josharian@gmail.com>
Mon, 13 May 2019 19:29:58 +0000 (12:29 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Mon, 13 May 2019 20:36:21 +0000 (20:36 +0000)
commit5d983303540c0ba12a323c89d05581c76baa2206
tree16a2f10e33bad0409a8837e219ad97161601a879
parentf68244e6660d86b3d0be9258a5d35c109abc749f
cmd/compile: mark a few more tests as parallel

Reduces the time on my machine for

go clean -cache; go test -short -count=1 cmd/compile/internal/gc

from 4.7s to 3.7s.

Updates #26473

Change-Id: I9f9573675ffd6519da63961f48f61260ae4717fd
Reviewed-on: https://go-review.googlesource.com/c/go/+/176937
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/gc/builtin_test.go
src/cmd/compile/internal/gc/global_test.go
src/cmd/compile/internal/gc/scope_test.go