Skip to content

Commit f1f543f

Browse files
putting skip for nested gorepo test back
1 parent 600bf59 commit f1f543f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/gorepo/run.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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"},

0 commit comments

Comments
 (0)