From d138ee2cfbd2be3edde22ad8a69da7657d0b0b7a Mon Sep 17 00:00:00 2001 From: David Chase Date: Fri, 9 Apr 2021 09:49:15 -0400 Subject: [PATCH] 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 --- test/abi/bad_select_crash.go | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.50.0