File tree 1 file changed +6
-0
lines changed 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,12 @@ var knownFails = map[string]failReason{
141
141
"fixedbugs/issue35073.go" : {category : usesUnsupportedPackage , desc : "uses unsupported flag -gcflags=-d=checkptr" },
142
142
"fixedbugs/issue35576.go" : {category : lowLevelRuntimeDifference , desc : "GopherJS print/println format for floats differs from Go's" },
143
143
"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" },
144
150
}
145
151
146
152
type failCategory uint8
You can’t perform that action at this time.
0 commit comments