Skip to content

Commit 68505dc

Browse files
committed
Skip fixedbugs/issue48898.go
This isn't a new regression in Go 1.18 and there seem to be several distinct bugs affecting it, so it's reasonable to address it as a separate issue: #1128.
1 parent 62b3001 commit 68505dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/gorepo/run.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ var knownFails = map[string]failReason{
154154
"fixedbugs/issue46938.go": {category: notApplicable, desc: "tests -d=checkptr compiler mode, which GopherJS doesn't support"},
155155
"fixedbugs/issue47928.go": {category: notApplicable, desc: "//go:nointerface is a part of GOEXPERIMENT=fieldtrack and is not supported by GopherJS"},
156156
"fixedbugs/issue49665.go": {category: other, desc: "attempts to pass -gcflags=-G=3 to enable generics, GopherJS doesn't expect the flag; re-enable in Go 1.19 where the flag is removed"},
157+
"fixedbugs/issue48898.go": {category: other, desc: "https://github.com/gopherjs/gopherjs/issues/1128"},
157158
}
158159

159160
type failCategory uint8

0 commit comments

Comments
 (0)