Author: njn
Date: 2007-11-02 04:17:28 +0000 (Fri, 02 Nov 2007)
New Revision: 7081

Log:
Filter out libc differences.  All Massif tests now pass on the AMD64 machine
I just tested.

Modified:
   trunk/massif/tests/deep-D.post.exp
   trunk/massif/tests/deep-D.vgtest


Modified: trunk/massif/tests/deep-D.post.exp
===================================================================
--- trunk/massif/tests/deep-D.post.exp  2007-11-02 04:12:48 UTC (rev 7080)
+++ trunk/massif/tests/deep-D.post.exp  2007-11-02 04:17:28 UTC (rev 7081)
@@ -45,7 +45,7 @@
   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)

Modified: trunk/massif/tests/deep-D.vgtest
===================================================================
--- trunk/massif/tests/deep-D.vgtest    2007-11-02 04:12:48 UTC (rev 7080)
+++ trunk/massif/tests/deep-D.vgtest    2007-11-02 04:17:28 UTC (rev 7081)
@@ -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


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Valgrind-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to