mirror of
https://github.com/golang/go
synced 2024-11-11 20:20:23 -07:00
[dev.typeparams] test: exclude 32bit-specific test that fails on 32bit platforms (fix build)
Change-Id: I4f1d5d34dd9b26cea8e837a8ff7e833e02c913e1 Reviewed-on: https://go-review.googlesource.com/c/go/+/276815 Trust: Robert Griesemer <gri@golang.org> Run-TryBot: Robert Griesemer <gri@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Robert Findley <rfindley@google.com>
This commit is contained in:
parent
dbce27d29c
commit
ddf44904f1
@ -1969,7 +1969,8 @@ var excluded = map[string]bool{
|
|||||||
"fixedbugs/bug374.go": true,
|
"fixedbugs/bug374.go": true,
|
||||||
"fixedbugs/bug379.go": true,
|
"fixedbugs/bug379.go": true,
|
||||||
"fixedbugs/bug383.go": true,
|
"fixedbugs/bug383.go": true,
|
||||||
"fixedbugs/bug385_64.go": true,
|
"fixedbugs/bug385_32.go": true, // types2 doesn't produce "stack frame too large" error (32-bit specific)
|
||||||
|
"fixedbugs/bug385_64.go": true, // types2 doesn't produce "stack frame too large" error
|
||||||
"fixedbugs/bug386.go": true,
|
"fixedbugs/bug386.go": true,
|
||||||
"fixedbugs/bug388.go": true,
|
"fixedbugs/bug388.go": true,
|
||||||
"fixedbugs/bug389.go": true,
|
"fixedbugs/bug389.go": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user