aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKeith Randall <khr@golang.org>2021-07-19 16:49:32 -0700
committerKeith Randall <khr@golang.org>2021-07-21 21:04:29 +0000
commit73af5f718f6012c0a76cabd43c91505d5a80c169 (patch)
tree64edc9f303b8623dd2293f9017410fadac7be891 /test
parenta7a17f0ca86d252dc1ef20b5852c352ade5f8610 (diff)
downloadgo-73af5f718f6012c0a76cabd43c91505d5a80c169.tar.gz
go-73af5f718f6012c0a76cabd43c91505d5a80c169.zip
[dev.typeparams] cmd/compile: disable failing generic tests
We'll have to revisit eventually, but disabling for now. Change-Id: Ic34cfe451939d61884079bb125b9290db1e05e47 Reviewed-on: https://go-review.googlesource.com/c/go/+/335829 Run-TryBot: Keith Randall <khr@golang.org> Trust: Keith Randall <khr@golang.org> Trust: Dan Scales <danscales@google.com> Reviewed-by: Dan Scales <danscales@google.com>
Diffstat (limited to 'test')
-rw-r--r--test/run.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/run.go b/test/run.go
index ce0d645985..6e0c12d46b 100644
--- a/test/run.go
+++ b/test/run.go
@@ -2173,6 +2173,11 @@ var g3Failures = setOf(
"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
+
+ "typeparam/cons.go", // causes an unreachable method
+ "typeparam/dictionaryCapture.go", // segv, dictionary access failure?
+ "typeparam/issue44688.go", // interface conversion fails due to missing method
+ "typeparam/mdempsky/14.go", // interface comparison failure
)
var unifiedFailures = setOf(