File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -153,6 +153,11 @@ var knownFails = map[string]failReason{
153153 "typeparam/issue51733.go" : {category : usesUnsupportedPackage , desc : "unsafe: uintptr to struct pointer conversion is unsupported" },
154154 "typeparam/typeswitch5.go" : {category : lowLevelRuntimeDifference , desc : "GopherJS println format is different from Go's" },
155155
156+ // Failures related to the lack of generics support. Ideally, this section
157+ // should be emptied once https://github.com/gopherjs/gopherjs/issues/1013 is
158+ // fixed.
159+ "typeparam/nested.go" : {category : usesUnsupportedGenerics , desc : "incomplete support for generic types inside generic functions" },
160+
156161 // These are new tests in Go 1.19
157162 "typeparam/issue51521.go" : {category : lowLevelRuntimeDifference , desc : "different panic message when calling a method on nil interface" },
158163 "fixedbugs/issue50672.go" : {category : other , desc : "https://github.com/gopherjs/gopherjs/issues/1271" },
You can’t perform that action at this time.
0 commit comments