Commit 1313e798 authored by Dave Cheney's avatar Dave Cheney

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/7652Reviewed-by: default avatarAndrew Gerrand <adg@golang.org>
parent 506615d8
// +build linux darwin
// +build !ppc64,!ppc64le
// run
// Copyright 2015 The Go Authors. All rights reserved.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment