From: Nicholas Nethercote Date: Fri, 2 Nov 2007 04:17:28 +0000 (+0000) Subject: Filter out libc differences. All Massif tests now pass on the AMD64 machine X-Git-Tag: svn/VALGRIND_3_3_0~184 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0a9d806a560b56b8f92c3c23d4a3037d96de1c36;p=thirdparty%2Fvalgrind.git Filter out libc differences. All Massif tests now pass on the AMD64 machine I just tested. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7081 --- diff --git a/massif/tests/deep-D.post.exp b/massif/tests/deep-D.post.exp index a6546406d5..7cf17c86c3 100644 --- a/massif/tests/deep-D.post.exp +++ b/massif/tests/deep-D.post.exp @@ -45,7 +45,7 @@ Number of snapshots: 11 8 864 864 800 64 0 9 972 972 900 72 0 92.59% (900B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. -->92.59% (900B) 0x........: (below main) (in /lib/libc-2.3.5.so) +->92.59% (900B) 0x........: (below main) (in /...libc...) -------------------------------------------------------------------------------- n time(B) total(B) useful-heap(B) admin-heap(B) stacks(B) diff --git a/massif/tests/deep-D.vgtest b/massif/tests/deep-D.vgtest index a0958945a3..681f8d203f 100644 --- a/massif/tests/deep-D.vgtest +++ b/massif/tests/deep-D.vgtest @@ -1,4 +1,4 @@ prog: deep vgopts: --stacks=no --time-unit=B --alloc-fn=a1 --alloc-fn=a2 --alloc-fn=a3 --alloc-fn=a4 --alloc-fn=a5 --alloc-fn=a6 --alloc-fn=a7 --alloc-fn=a8 --alloc-fn=a9 --alloc-fn=a10 --alloc-fn=a11 --alloc-fn=a12 --alloc-fn=main --depth=20 -post: perl ../../massif/ms_print massif.out | ../../tests/filter_addresses +post: perl ../../massif/ms_print massif.out | ../../tests/filter_addresses | ../../tests/filter_libc cleanup: rm massif.out