]> Cypherpunks.ru repositories - gostls13.git/commit
test: disable recover4 test to fix ppc64 builds
authorDave Cheney <dave@cheney.net>
Tue, 17 Mar 2015 01:38:53 +0000 (12:38 +1100)
committerDave Cheney <dave@cheney.net>
Tue, 17 Mar 2015 02:58:17 +0000 (02:58 +0000)
commit1313e7982f44c24948e73c4795d9606265d36871
treebd0bf417e8e7a4e91810c3b945529037d07c0ec3
parent506615d83ebbbaba33aaf98d79a285b0b367a094
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>
test/recover4.go