Skip to content

Commit 1313e79

Browse files
committed
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 <[email protected]>
1 parent 506615d commit 1313e79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/recover4.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// +build linux darwin
2+
// +build !ppc64,!ppc64le
23
// run
34

45
// Copyright 2015 The Go Authors. All rights reserved.

0 commit comments

Comments
 (0)