|
From: <sv...@va...> - 2016-09-14 15:50:55
|
Author: carll
Date: Wed Sep 14 16:50:48 2016
New Revision: 15955
Log:
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
Added:
trunk/massif/tests/mmapunmap.post.exp-ppc64
Added: trunk/massif/tests/mmapunmap.post.exp-ppc64
==============================================================================
--- trunk/massif/tests/mmapunmap.post.exp-ppc64 (added)
+++ trunk/massif/tests/mmapunmap.post.exp-ppc64 Wed Sep 14 16:50:48 2016
@@ -0,0 +1 @@
+ n1: 81920000 0x........: generic_start_main.isra.0 (in /...libc...)
|