From 8c8390201da5f9e2d3cb713b554613f2e7ccec80 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Thu, 28 May 2015 12:08:21 -0700 Subject: [PATCH] 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 --- go/types/stdlib_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/go/types/stdlib_test.go b/go/types/stdlib_test.go index 363bb6fb..848e7100 100644 --- a/go/types/stdlib_test.go +++ b/go/types/stdlib_test.go @@ -140,6 +140,7 @@ func TestStdFixed(t *testing.T) { "bug459.go", // possibly incorrect test - see issue 6703 (pending spec clarification) "issue3924.go", // possibly incorrect test - see issue 6671 (pending spec clarification) "issue6889.go", // gc-specific test + "issue7746.go", // large constants - consumes too much memory ) }