Author: njn
Date: 2007-11-12 01:16:24 +0000 (Mon, 12 Nov 2007)
New Revision: 7152

Log:
Fix verbose output filtering for Massif.

Modified:
   trunk/massif/tests/filter_verbose


Modified: trunk/massif/tests/filter_verbose
===================================================================
--- trunk/massif/tests/filter_verbose   2007-11-12 01:01:08 UTC (rev 7151)
+++ trunk/massif/tests/filter_verbose   2007-11-12 01:16:24 UTC (rev 7152)
@@ -16,8 +16,8 @@
 # zero than other machines.  So filter them out.
 sed "s/\(Massif: XPts:\).*/\1                 .../" |
 sed "s/\(Massif: top-XPts:\).*/\1             .../" |
-sed "s/\(Massif: XPt-init-expansions:\).*/\1  .../" |
-sed "s/\(Massif: XPt-later-expansions:\).*/\1 .../" |
+sed "s/\(Massif: XPt init expansions:\).*/\1  .../" |
+sed "s/\(Massif: XPt later expansions:\).*/\1 .../" |
 sed "s/\(Massif: SXPt allocs:\).*/\1          .../" |
 sed "s/\(Massif: SXPt frees:\).*/\1           .../" |
 sed "s/\(Massif: XCon redos:\).*/\1           .../"


-------------------------------------------------------------------------
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
Valgrind-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to