Skip to content

Commit 8af68a2

Browse files
committed
Mark fixedbugs/issue15975.go as passing again.
By a happy accident gopherjs@2bf901a fixed the issue.
1 parent 9c7b3f9 commit 8af68a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/gorepo/run.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ var knownFails = map[string]failReason{
8585
"fixedbugs/issue14646.go": {category: unsureIfGopherJSSupportsThisFeature, desc: "tests runtime.Caller behavior in a deferred func in SSA backend... does GopherJS even support runtime.Caller?"},
8686
"fixedbugs/issue15039.go": {desc: "valid bug but deal with after Go 1.7 support is out? it's likely not a regression"},
8787
"fixedbugs/issue15281.go": {desc: "also looks valid but deal with after Go 1.7 support is out? it's likely not a regression"},
88-
"fixedbugs/issue15975.go": {desc: "also looks valid but deal with after Go 1.7 support is out?"},
8988

9089
// These are new tests in Go 1.8.
9190
"fixedbugs/issue17381.go": {category: unsureIfGopherJSSupportsThisFeature, desc: "tests runtime.{Callers,FuncForPC} behavior in a deferred func with garbage on stack... does GopherJS even support runtime.{Callers,FuncForPC}?"},

0 commit comments

Comments
 (0)