summaryrefslogtreecommitdiff
path: root/test/abi
diff options
context:
space:
mode:
authorDavid Chase <drchase@google.com>2021-04-09 09:49:15 -0400
committerDavid Chase <drchase@google.com>2021-04-09 14:31:01 +0000
commitd138ee2cfbd2be3edde22ad8a69da7657d0b0b7a (patch)
tree866d529e58ea9668380730ffea578c5ef0d33211 /test/abi
parentdcc801ef815263eae7f0780a0bbc2f2e753599b0 (diff)
downloadgo-git-d138ee2cfbd2be3edde22ad8a69da7657d0b0b7a.tar.gz
test/abi: disable test on windows for now
This tickles some other bug, do this to clear builders. Updates #40724. Updates #45465. Change-Id: Id51efbcf474865da231fcbc6216e5d604f99c296 Reviewed-on: https://go-review.googlesource.com/c/go/+/308889 Trust: David Chase <drchase@google.com> Run-TryBot: David Chase <drchase@google.com> Reviewed-by: Than McIntosh <thanm@google.com> Reviewed-by: Cherry Zhang <cherryyz@google.com> TryBot-Result: Go Bot <gobot@golang.org>
Diffstat (limited to 'test/abi')
-rw-r--r--test/abi/bad_select_crash.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/abi/bad_select_crash.go b/test/abi/bad_select_crash.go
index 58ca463cb8..7ad1d05a8c 100644
--- a/test/abi/bad_select_crash.go
+++ b/test/abi/bad_select_crash.go
@@ -1,5 +1,7 @@
// build -goexperiment regabi,regabiargs
+//go:build !windows
+
// Copyright 2021 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.