aboutsummaryrefslogtreecommitdiff
path: root/test/recover4.go
diff options
context:
space:
mode:
authorDave Cheney <dave@cheney.net>2015-03-17 12:38:53 +1100
committerDave Cheney <dave@cheney.net>2015-03-17 02:58:17 +0000
commit1313e7982f44c24948e73c4795d9606265d36871 (patch)
treebd0bf417e8e7a4e91810c3b945529037d07c0ec3 /test/recover4.go
parent506615d83ebbbaba33aaf98d79a285b0b367a094 (diff)
downloadgo-1313e7982f44c24948e73c4795d9606265d36871.tar.gz
go-1313e7982f44c24948e73c4795d9606265d36871.zip
test: disable recover4 test to fix ppc64 builds
Updates #10180 Temporarily disable this test on ppc64 systems as all our builders use 64k page size. We need a portable way to get the page size of the host so we can correctly size the mmap hole. Change-Id: Ibd36ebe2f54cf75a44667e2070c385f0daaca481 Reviewed-on: https://go-review.googlesource.com/7652 Reviewed-by: Andrew Gerrand <adg@golang.org>
Diffstat (limited to 'test/recover4.go')
-rw-r--r--test/recover4.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/recover4.go b/test/recover4.go
index 115d5a0eed..5f66a50e3f 100644
--- a/test/recover4.go
+++ b/test/recover4.go
@@ -1,4 +1,5 @@
// +build linux darwin
+// +build !ppc64,!ppc64le
// run
// Copyright 2015 The Go Authors. All rights reserved.