Skip to content

Commit 600bf59

Browse files
Removing gorepo generics skip
1 parent 5affbfc commit 600bf59

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/gorepo/run.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,6 @@ 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-
161156
// These are new tests in Go 1.19
162157
"typeparam/issue51521.go": {category: lowLevelRuntimeDifference, desc: "different panic message when calling a method on nil interface"},
163158
"fixedbugs/issue50672.go": {category: other, desc: "https://github.com/gopherjs/gopherjs/issues/1271"},

0 commit comments

Comments
 (0)