From: David Chase Date: Fri, 9 Apr 2021 13:49:15 +0000 (-0400) Subject: test/abi: disable test on windows for now X-Git-Tag: go1.17beta1~753 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d138ee2cfb;p=gostls13.git 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 Run-TryBot: David Chase Reviewed-by: Than McIntosh Reviewed-by: Cherry Zhang TryBot-Result: Go Bot --- 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.