go/types: exclude test/fixedbugs/issue7746.go from tests

This backports an anlogous change made to std repo go/types and
enables running the tests again in a reasonable amount of time.

Change-Id: Ied59f6788b7b180f34c918a3c94d50c892b15f32
Reviewed-on: https://go-review.googlesource.com/10467
Reviewed-by: Alan Donovan <adonovan@google.com>
This commit is contained in:
Robert Griesemer 2015-05-28 12:08:21 -07:00
parent cd3ef3b6f0
commit 8c8390201d
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ func TestStdFixed(t *testing.T) {
"bug459.go", // possibly incorrect test - see issue 6703 (pending spec clarification) "bug459.go", // possibly incorrect test - see issue 6703 (pending spec clarification)
"issue3924.go", // possibly incorrect test - see issue 6671 (pending spec clarification) "issue3924.go", // possibly incorrect test - see issue 6671 (pending spec clarification)
"issue6889.go", // gc-specific test "issue6889.go", // gc-specific test
"issue7746.go", // large constants - consumes too much memory
) )
} }