]> Cypherpunks.ru repositories - gostls13.git/commitdiff
test/abi: disable test on windows for now
authorDavid Chase <drchase@google.com>
Fri, 9 Apr 2021 13:49:15 +0000 (09:49 -0400)
committerDavid Chase <drchase@google.com>
Fri, 9 Apr 2021 14:31:01 +0000 (14:31 +0000)
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>

test/abi/bad_select_crash.go

index 58ca463cb89bbfa268a674b1651a1a3bffad6ebb..7ad1d05a8c8c83ae20feba7850ea98aed754debc 100644 (file)
@@ -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.