aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Clements <austin@google.com>2014-11-03 17:25:03 -0500
committerAustin Clements <austin@google.com>2014-11-03 17:25:03 -0500
commitd10a115ef9511b9be8b1f7b0fb5a292a9917aab9 (patch)
tree5935636e4d752ba58070a23419344c5191b89499
parent473bfae5ae3c4adccebc14bca40d0fb0a2ff09ab (diff)
downloadgo-d10a115ef9511b9be8b1f7b0fb5a292a9917aab9.tar.gz
go-d10a115ef9511b9be8b1f7b0fb5a292a9917aab9.zip
[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
-rw-r--r--test/nilptr3.go2
1 files changed, 2 insertions, 0 deletions
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