Skip to content

Commit

Permalink
test: disable recover4 test to fix ppc64 builds
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
davecheney committed Mar 17, 2015
1 parent 506615d commit 1313e79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/recover4.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// +build linux darwin
// +build !ppc64,!ppc64le
// run

// Copyright 2015 The Go Authors. All rights reserved.
Expand Down

0 comments on commit 1313e79

Please sign in to comment.