aboutsummaryrefslogtreecommitdiff
path: root/test/nilptr3.go
diff options
context:
space:
mode:
authorAram Hăvărneanu <aram@mgk.ro>2015-03-08 14:27:51 +0100
committerAram Hăvărneanu <aram@mgk.ro>2015-03-16 18:46:35 +0000
commitddf6d8005dc25ddc0a72e70cf3fc55343119867d (patch)
tree386ea56d14a854464b5b12834630b92348ce45ef /test/nilptr3.go
parent1abd8185b25d849e57fb6958f17ac8142e51984f (diff)
downloadgo-ddf6d8005dc25ddc0a72e70cf3fc55343119867d.tar.gz
go-ddf6d8005dc25ddc0a72e70cf3fc55343119867d.zip
test: fix nosplit test, and disable nilptr3 test on arm64
Change-Id: I5d40e04395de743a8fdcfa8bdc0e580729bc66a3 Reviewed-on: https://go-review.googlesource.com/7147 Reviewed-by: Minux Ma <minux@golang.org> Reviewed-by: Dave Cheney <dave@cheney.net> Reviewed-by: Russ Cox <rsc@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'test/nilptr3.go')
-rw-r--r--test/nilptr3.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/nilptr3.go b/test/nilptr3.go
index cf26993ef9..a62b262407 100644
--- a/test/nilptr3.go
+++ b/test/nilptr3.go
@@ -1,6 +1,7 @@
// errorcheck -0 -d=nil
-// Fails on ppc64x because of incomplete optimization. See issue 9058.
-// +build !ppc64,!ppc64le
+// Fails on ppc64x and arm64 because of incomplete optimization.
+// See issues 9058 and 10105.
+// +build !ppc64,!ppc64le,!arm64
// Copyright 2013 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style