]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.power64] test: disable nilptr3 test on power64x
authorAustin Clements <austin@google.com>
Mon, 3 Nov 2014 22:25:03 +0000 (17:25 -0500)
committerAustin Clements <austin@google.com>
Mon, 3 Nov 2014 22:25:03 +0000 (17:25 -0500)
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

test/nilptr3.go

index 2757daef0b7b564a9726c320ff60d8891904207b..9d65e1e91b6d0ced57642d662fe1a2d6c980eb07 100644 (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