From b6928573e90ec61d0853359e0bd42f1e84006dd8 Mon Sep 17 00:00:00 2001 From: Carl Love Date: Wed, 14 Sep 2016 15:50:48 +0000 Subject: [PATCH] Adapt massif mmapunmap test to handle ppc64 backtrace The reported backtrace on ppc64 platform reports "generic_start_main.isra.0" in the backtrace, where other platforms typically see "main". Adjust the vgtest file to handle this variation. This is similar to existing changes as seen in deep-D.post.exp FORGOT to add the file massif/tests/mmapunmap.post.exp-ppc64 before doing commit 15950. Bugzilla 368461 git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15955 --- massif/tests/mmapunmap.post.exp-ppc64 | 1 + 1 file changed, 1 insertion(+) create mode 100644 massif/tests/mmapunmap.post.exp-ppc64 diff --git a/massif/tests/mmapunmap.post.exp-ppc64 b/massif/tests/mmapunmap.post.exp-ppc64 new file mode 100644 index 0000000000..59550a3b8e --- /dev/null +++ b/massif/tests/mmapunmap.post.exp-ppc64 @@ -0,0 +1 @@ + n1: 81920000 0x........: generic_start_main.isra.0 (in /...libc...) -- 2.47.2