Skip to content

Commit d92466f

Browse files
committed
Skip fixedbugs/issue48536.go, which uses unsafe.Add().
Although we could support this function, we currently do not and the `unsafe` package generally has limited support status. Filed gopherjs#1130 to track this.
1 parent 68505dc commit d92466f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/gorepo/run.go

+1
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ var knownFails = map[string]failReason{
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"},
157157
"fixedbugs/issue48898.go": {category: other, desc: "https://github.com/gopherjs/gopherjs/issues/1128"},
158+
"fixedbugs/issue48536.go": {category: usesUnsupportedPackage, desc: "https://github.com/gopherjs/gopherjs/issues/1130"},
158159
}
159160

160161
type failCategory uint8

0 commit comments

Comments
 (0)