]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: skip -race w/ external linkage on windows 2008
authorThan McIntosh <thanm@google.com>
Tue, 22 Nov 2022 15:42:25 +0000 (10:42 -0500)
committerGopher Robot <gobot@golang.org>
Tue, 22 Nov 2022 16:07:28 +0000 (16:07 +0000)
commit9160e15494ed03967b86ddc1a601b659b3243fd0
treed0906d55085c06743f49c47968115ace2babb27e
parent5c9a506de17bdeb692e6e12d5ab56a06c11b042c
cmd/dist: skip -race w/ external linkage on windows 2008

Add a skip for the external-linkage part of the race detector test for
elderly versions of windows, until the underlying cause for the problem
can be determined.

Updates #56904.

Change-Id: I3e8650ff66f34efefabcd6bc343d57124539901b
Reviewed-on: https://go-review.googlesource.com/c/go/+/452763
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Than McIntosh <thanm@google.com>
Auto-Submit: Than McIntosh <thanm@google.com>
src/cmd/dist/test.go