From 33097bf3ed278c9414fce6f49e9e75cdf2fccd2b Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Tue, 20 May 2014 13:27:11 -0700 Subject: [PATCH] go.tools/go/types: exclude newly added std test (fix build) TBR=adonovan TBR=adonovan R=adonovan CC=golang-codereviews https://golang.org/cl/99410045 --- 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 86da7797..940dc819 100644 --- a/go/types/stdlib_test.go +++ b/go/types/stdlib_test.go @@ -119,6 +119,7 @@ func TestStdTest(t *testing.T) { testTestDir(t, filepath.Join(runtime.GOROOT(), "test"), "cmplxdivide.go", // also needs file cmplxdivide1.go - ignore "sigchld.go", // don't work on Windows; testTestDir should consult build tags + "float_lit2.go", // TODO(gri) 340282356779733661637539395458142568447 not representable as float32 ) }