From c85695a117f1ec3b800ba14570876cfcd2075c1f Mon Sep 17 00:00:00 2001 From: Matthew Dempsky Date: Wed, 18 Aug 2021 14:36:45 -0700 Subject: 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 Run-TryBot: Matthew Dempsky TryBot-Result: Go Bot Reviewed-by: Cherry Mui --- test/run.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') 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 -- cgit v1.2.3-54-g00ecf