]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: enable race detector test on Linux/ARM64
authorCherry Zhang <cherryyz@google.com>
Sat, 17 Nov 2018 18:58:38 +0000 (13:58 -0500)
committerCherry Zhang <cherryyz@google.com>
Tue, 18 Dec 2018 20:50:43 +0000 (20:50 +0000)
commitd063b7c6d342815f196c183693e2300ac3925334
treebc186837ae682bbacd341ad126bc745e4929003b
parent4e9b3ba84df34263f1d423c739c14a3acddd3dc0
cmd/dist: enable race detector test on Linux/ARM64

CL 138675 added the race detector support on Linux/ARM64, but it
didn't enable the race detector tests in cmd/dist (therefore in
all.bash). Enable them.

Updates #28848

Change-Id: I4306dad2fb4167021d568436076b9f535d7f6e07
Reviewed-on: https://go-review.googlesource.com/c/149967
Run-TryBot: Cherry Zhang <cherryyz@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/dist/test.go