[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
This commit is contained in:
Austin Clements 2014-11-03 17:25:03 -05:00
parent 473bfae5ae
commit d10a115ef9

View file

@ -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