From d11968012c81e6eef3a1f3ff4c19a610222fc305 Mon Sep 17 00:00:00 2001 From: David Chase Date: Fri, 9 Apr 2021 12:53:27 -0400 Subject: [PATCH] test/abi: disable test with old-style build tag known to run.go A quick check of the source to run.go suggests that it does not look for the new-style build tags. Updates #45465. Change-Id: Ib4be040935d71e732f81d52c4a22c2b514195f40 Reviewed-on: https://go-review.googlesource.com/c/go/+/308934 Run-TryBot: David Chase TryBot-Result: Go Bot Reviewed-by: Cherry Zhang Trust: David Chase --- test/abi/bad_select_crash.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/abi/bad_select_crash.go b/test/abi/bad_select_crash.go index 7ad1d05a8c..7786a56a02 100644 --- a/test/abi/bad_select_crash.go +++ b/test/abi/bad_select_crash.go @@ -1,5 +1,6 @@ // build -goexperiment regabi,regabiargs +// +build !windows //go:build !windows // Copyright 2021 The Go Authors. All rights reserved. -- 2.48.1