]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Filter out libc differences. All Massif tests now pass on the AMD64 machine
authorNicholas Nethercote <njn@valgrind.org>
Fri, 2 Nov 2007 04:17:28 +0000 (04:17 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Fri, 2 Nov 2007 04:17:28 +0000 (04:17 +0000)
I just tested.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7081

massif/tests/deep-D.post.exp
massif/tests/deep-D.vgtest

index a6546406d59afb0a9d6b4d4f856cf16f79d83a20..7cf17c86c33e6a2527be18315efc9fe2e4c6b0b7 100644 (file)
@@ -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)
index a0958945a34895aa693e9146ba0260823b3b16cb..681f8d203f6d26ad04839c85fdaa677198def63e 100644 (file)
@@ -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