From: David Chase Date: Fri, 9 Apr 2021 16:53:27 +0000 (-0400) Subject: test/abi: disable test with old-style build tag known to run.go X-Git-Tag: go1.17beta1~749 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d11968012c81e6eef3a1f3ff4c19a610222fc305;p=gostls13.git 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 --- 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.