Author: sewardj
Date: 2008-02-09 14:51:41 +0000 (Sat, 09 Feb 2008)
New Revision: 7388

Log:
Make exp-drd regression tests succeed when glibc-debuginfo is
installed.  (Bart Van Assche)



Modified:
   trunk/exp-drd/tests/filter_stderr


Modified: trunk/exp-drd/tests/filter_stderr
===================================================================
--- trunk/exp-drd/tests/filter_stderr   2008-02-09 12:07:40 UTC (rev 7387)
+++ trunk/exp-drd/tests/filter_stderr   2008-02-09 14:51:41 UTC (rev 7388)
@@ -12,6 +12,7 @@
 -e "/^exp-drd, a data race detector\.$/d" \
 -e "/^NOTE: This is an Experimental-Class Valgrind Tool.$/d"  \
 -e "/^Copyright (C) 2006-200., and GNU GPL'd, by Bart Van Assche.$/d" \
+-e "s/\(pthread_create.c:[0-9]*\)/in libpthread-?.?.so/" \
 -e "s/in [^ ]*libpthread-[0-9]*\.[0-9]*\.so/in libpthread-?.?.so/" \
 -e "s/in [^ ]*libpthread-[0-9]*\.[0-9]*\.[0-9]*\.so/in libpthread-?.?.so/" \
 -e "s/ (\([a-zA-Z_]*\.c\):[0-9]*)/ (\1:?)/" \


-------------------------------------------------------------------------
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