aboutsummaryrefslogtreecommitdiff
path: root/test/nilptr3.go
diff options
context:
space:
mode:
authorYao Zhang <lunaria21@gmail.com>2015-09-28 17:30:32 -0400
committerMinux Ma <minux@golang.org>2015-11-12 04:52:31 +0000
commit15676b51a54f0284355a8866fa5520fdd74b76cc (patch)
tree88dc137fb9bcf79661b0b7c55a327454a6427db2 /test/nilptr3.go
parentfa61945cf21cce6d435ec69e8167400aa55bc108 (diff)
downloadgo-15676b51a54f0284355a8866fa5520fdd74b76cc.tar.gz
go-15676b51a54f0284355a8866fa5520fdd74b76cc.zip
test: fix nosplit.go, fixedbugs/issue11656.go and skip two tests for mips64{,le}
Skip fixedbugs/issue10607.go because external linking is not supported yet. Skip nilptr3.go because of issue #9058 (same as ppc64). Change-Id: Ib3dfbd9a03ee4052871cf57c74b3cc5e745e1f80 Reviewed-on: https://go-review.googlesource.com/14461 Reviewed-by: Minux Ma <minux@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org> Run-TryBot: Minux Ma <minux@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'test/nilptr3.go')
-rw-r--r--test/nilptr3.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/nilptr3.go b/test/nilptr3.go
index 607c6fb984..6c8aab32cb 100644
--- a/test/nilptr3.go
+++ b/test/nilptr3.go
@@ -1,7 +1,8 @@
// errorcheck -0 -d=nil
// Fails on ppc64x because of incomplete optimization.
// See issues 9058.
-// +build !ppc64,!ppc64le
+// Same reason for mips64x.
+// +build !ppc64,!ppc64le,!mips64,!mips64le
// Copyright 2013 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style