]> Cypherpunks.ru repositories - gostls13.git/commitdiff
test/abi: disable test with old-style build tag known to run.go
authorDavid Chase <drchase@google.com>
Fri, 9 Apr 2021 16:53:27 +0000 (12:53 -0400)
committerDavid Chase <drchase@google.com>
Fri, 9 Apr 2021 17:37:22 +0000 (17:37 +0000)
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 <drchase@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Trust: David Chase <drchase@google.com>

test/abi/bad_select_crash.go

index 7ad1d05a8c8c83ae20feba7850ea98aed754debc..7786a56a02886dec93a15818b1cc8a4eac7440e5 100644 (file)
@@ -1,5 +1,6 @@
 // build -goexperiment regabi,regabiargs
 
+// +build !windows
 //go:build !windows
 
 // Copyright 2021 The Go Authors. All rights reserved.