]> Cypherpunks.ru repositories - gostls13.git/commit
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)
commitd11968012c81e6eef3a1f3ff4c19a610222fc305
tree5f686cc46ee9289b4c48648ffedc58b07852e46e
parent6951da56b0ae2cd4250fc1b0350d090aed633ac1
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 <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