From: Austin Clements Date: Mon, 3 Nov 2014 22:25:03 +0000 (-0500) Subject: [dev.power64] test: disable nilptr3 test on power64x X-Git-Tag: go1.5beta1~2684^2~11^2~13 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d10a115ef9511b9be8b1f7b0fb5a292a9917aab9;p=gostls13.git [dev.power64] test: disable nilptr3 test on power64x The remaining failures in this test are because of incomplete optimization support on power64x. Tracked in issue 9058. LGTM=rsc R=rsc CC=golang-codereviews https://golang.org/cl/168130043 --- diff --git a/test/nilptr3.go b/test/nilptr3.go index 2757daef0b..9d65e1e91b 100644 --- a/test/nilptr3.go +++ b/test/nilptr3.go @@ -1,4 +1,6 @@ // errorcheck -0 -d=nil +// Fails on power64x because of incomplete optimization. See issue 9058. +// +build !power64,!power64le // Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style