From 58d84f73cef84679acbe0f0a26d1407dddb8b8a5 Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Mon, 3 Nov 2014 17:25:03 -0500 Subject: [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://codereview.appspot.com/168130043 --- test/nilptr3.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/nilptr3.go b/test/nilptr3.go index 2757daef0..9d65e1e91 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 -- cgit v1.2.1