1
0
mirror of https://github.com/golang/go synced 2024-11-18 21:54:49 -07:00

go/types: skip two failing $GOROOT/test/fixedbugs tests

Change-Id: I7dfb95f34ae23c0b7905714b32068dc336a05656
Reviewed-on: https://go-review.googlesource.com/18192
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Alan Donovan 2015-12-28 13:59:28 -05:00
parent d6e83e534d
commit f75338cbc6

View File

@ -143,6 +143,8 @@ func TestStdFixed(t *testing.T) {
"issue7746.go", // large constants - consumes too much memory
"issue11326.go", // large constants
"issue11326b.go", // large constants
"issue11362.go", // canonical import path check is implementation-defined behavior
"issue13471.go", // large constants
)
}