mirror of
https://github.com/golang/go
synced 2024-11-26 07:17:59 -07:00
[dev.typeparams] test: exclude a failing test again (fix 32bit builds)
Change-Id: I6290bc4921ef17586b5028d3f40a88372b175014 Reviewed-on: https://go-review.googlesource.com/c/go/+/289269 Trust: Robert Griesemer <gri@golang.org> Trust: Dan Scales <danscales@google.com> Run-TryBot: Robert Griesemer <gri@golang.org> Reviewed-by: Dan Scales <danscales@google.com>
This commit is contained in:
parent
c910fd7b77
commit
dc122c7a9c
@ -1940,6 +1940,7 @@ var excluded = map[string]bool{
|
||||
"fixedbugs/bug255.go": true, // types2 reports extra errors
|
||||
"fixedbugs/bug351.go": true, // types2 reports extra errors
|
||||
"fixedbugs/bug374.go": true, // types2 reports extra errors
|
||||
"fixedbugs/bug385_32.go": true, // types2 doesn't produce missing error "type .* too large" (32-bit specific)
|
||||
"fixedbugs/bug388.go": true, // types2 not run due to syntax errors
|
||||
"fixedbugs/bug412.go": true, // types2 produces a follow-on error
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user