aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatthew Dempsky <mdempsky@google.com>2021-08-18 14:36:45 -0700
committerMatthew Dempsky <mdempsky@google.com>2021-08-19 00:26:22 +0000
commitc85695a117f1ec3b800ba14570876cfcd2075c1f (patch)
tree4e89dc7f4910ebf53edc916c1835a793b75593ab /test
parent322879d5c9dc34975a42ac77fbef7b4a8b255e8a (diff)
downloadgo-c85695a117f1ec3b800ba14570876cfcd2075c1f.tar.gz
go-c85695a117f1ec3b800ba14570876cfcd2075c1f.zip
cmd/compile: add support for //go:nointerface for -G=3
This is used within Google's internal code repo, so getting it working is a pre-req for enabling -G=3 by default. Change-Id: Icbc570948c852ca09cdb2a59f778140f620244b2 Reviewed-on: https://go-review.googlesource.com/c/go/+/343429 Trust: Matthew Dempsky <mdempsky@google.com> Run-TryBot: Matthew Dempsky <mdempsky@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Cherry Mui <cherryyz@google.com>
Diffstat (limited to 'test')
-rw-r--r--test/run.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/run.go b/test/run.go
index 5d5adc3623..f5971d2d15 100644
--- a/test/run.go
+++ b/test/run.go
@@ -2180,8 +2180,6 @@ var types2Failures32Bit = setOf(
var g3Failures = setOf(
"writebarrier.go", // correct diagnostics, but different lines (probably irgen's fault)
- "fixedbugs/issue30862.go", // -G=3 doesn't handle //go:nointerface
-
"typeparam/nested.go", // -G=3 doesn't support function-local types with generics
"typeparam/mdempsky/4.go", // -G=3 can't export functions with labeled breaks in loops