The test results in a post failure on ppc 64 machines Reproducible: Always
Created attachment 100988 [details] fix for mmapunmap test on ppc64 The attached patch fixes the post failure on ppc64. The patch was submitted by Will Schmidt Will post the patch to the developers mailing list for review as it touches arch independent files.
(In reply to Carl Love from comment #1) > Created attachment 100988 [details] > fix for mmapunmap test on ppc64 > > The attached patch fixes the post failure on ppc64. The patch was submitted > by Will Schmidt > > Will post the patch to the developers mailing list for review as it touches > arch independent files. This looks good to me.
Patch committed, valgrind commit 15950
The mmapunmap.post.exp-ppc64 file seems to be missing in the commit. make post-regtest-checks fails with massif/tests/Makefile.am:1: error: mmapunmap.post.exp-ppc64 is in EXTRA_DIST but doesn't exist
committed the missing file massif/tests/mmapunmap.post.exp-ppc64 in commit 15955 Retested, issue is resolved.