summaryrefslogtreecommitdiff
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
commit58d84f73cef84679acbe0f0a26d1407dddb8b8a5 (patch)
tree3be96c7fc7c4c504bff428e7975b079c7a72c8c5
parent9f8cf50faf3b9b087c875779e57ffeaa9d0b6309 (diff)
downloadgo-58d84f73cef84679acbe0f0a26d1407dddb8b8a5.tar.gz
[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
-rw-r--r--test/nilptr3.go2
1 files changed, 2 insertions, 0 deletions
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