Skip to content

Commit 4c9dc65

Browse files
committed
Disable some fixedbug tests that don't work in GopherJS
1 parent c1eecf1 commit 4c9dc65

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/gorepo/run.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,12 @@ var knownFails = map[string]failReason{
141141
"fixedbugs/issue35073.go": {category: usesUnsupportedPackage, desc: "uses unsupported flag -gcflags=-d=checkptr"},
142142
"fixedbugs/issue35576.go": {category: lowLevelRuntimeDifference, desc: "GopherJS print/println format for floats differs from Go's"},
143143
"fixedbugs/issue40917.go": {category: notApplicable, desc: "uses pointer arithmetic and unsupported flag -gcflags=-d=checkptr"},
144+
145+
// These are new tests in Go 1.17
146+
"fixedbugs/issue45045.go": {category: notApplicable, desc: "GC related, not relevant to GopherJS"},
147+
"fixedbugs/issue5493.go": {category: notApplicable, desc: "GC related, not relevant to GopherJS"},
148+
"fixedbugs/issue46725.go": {category: notApplicable, desc: "GC related, not relevant to GopherJS"},
149+
"fixedbugs/issue43444.go": {category: lowLevelRuntimeDifference, desc: "GopherJS println format is different from Go's"},
144150
}
145151

146152
type failCategory uint8

0 commit comments

Comments
 (0)