From: Robert Griesemer Date: Thu, 8 Sep 2016 21:12:28 +0000 (-0700) Subject: cmd/compile: temporarily disable Formats test X-Git-Tag: go1.8beta1~1442 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b6948ce7c2ee7ab7bbb2377a8b76d1473075753c;p=gostls13.git cmd/compile: temporarily disable Formats test So we can submit a sequence of older changes that don't yet update the formats in this file. We will then re-enable the test with the updated formats. Change-Id: I6ed559b83adc891bbf4b3d855a7dc1e428366f7f Reviewed-on: https://go-review.googlesource.com/28776 Reviewed-by: Matthew Dempsky --- diff --git a/src/cmd/compile/internal/gc/fmt_test.go b/src/cmd/compile/internal/gc/fmt_test.go index 0975e85d89..8ec4b67c77 100644 --- a/src/cmd/compile/internal/gc/fmt_test.go +++ b/src/cmd/compile/internal/gc/fmt_test.go @@ -66,6 +66,8 @@ type CallSite struct { } func TestFormats(t *testing.T) { + return // temporarily disabled + testenv.MustHaveGoBuild(t) // more restrictive than necessary, but that's ok // determine .go files