Author: sewardj
Date: 2008-02-27 02:04:05 +0000 (Wed, 27 Feb 2008)
New Revision: 7487

Log:
Oops, this should have been part of r7485 ("Fix robustness problem in
varinfo3.")



Added:
   branches/DATASYMS/memcheck/tests/filter_varinfo3


Added: branches/DATASYMS/memcheck/tests/filter_varinfo3
===================================================================
--- branches/DATASYMS/memcheck/tests/filter_varinfo3                            
(rev 0)
+++ branches/DATASYMS/memcheck/tests/filter_varinfo3    2008-02-27 02:04:05 UTC 
(rev 7487)
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+# See comment at top of varinfo3.c for why these hacks are necessary
+
+./filter_stderr |
+sed "s/static_local_def\.[0-9]*/static_local_def\.XXXX/g" |
+sed "s/static_local_undef\.[0-9]*/static_local_undef\.XXXX/g"


Property changes on: branches/DATASYMS/memcheck/tests/filter_varinfo3
___________________________________________________________________
Name: svn:executable
   + *


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Valgrind-developers mailing list
Valgrind-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to