]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Adapt massif mmapunmap test to handle ppc64 backtrace
authorCarl Love <cel@us.ibm.com>
Wed, 14 Sep 2016 15:50:48 +0000 (15:50 +0000)
committerCarl Love <cel@us.ibm.com>
Wed, 14 Sep 2016 15:50:48 +0000 (15:50 +0000)
commitb6928573e90ec61d0853359e0bd42f1e84006dd8
tree1a91ac20e03b7873e60193ef33a208cfcf7021ad
parentdbbb036b4ad8bc064e69b6e06b477e2d83d59106
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 [new file with mode: 0644]