From: Bart Van Assche Date: Mon, 2 Jul 2012 18:47:44 +0000 (+0000) Subject: drd/tests: Follow-up for r12690 X-Git-Tag: svn/VALGRIND_3_8_0~168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0eec2595ca115d3a639c3c2f737be2f3b00a9893;p=thirdparty%2Fvalgrind.git drd/tests: Follow-up for r12690 git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12700 --- diff --git a/drd/tests/filter_stderr b/drd/tests/filter_stderr index 2376e17e3f..70ffae0c00 100755 --- a/drd/tests/filter_stderr +++ b/drd/tests/filter_stderr @@ -32,7 +32,7 @@ sed \ -e "s/ (\([a-zA-Z_]*\.h\):[0-9]*)/ (\1:?)/" \ -e "s/ (\([a-zA-Z_]*\.cpp\):[0-9]*)/ (\1:?)/" \ -e "s/\( name [^ ]*\)-[0-9]*\( oflag \)/\1\2/" \ --e '/^ by 0x[0-9a-fA-F]*: process_dl_debug \(in \/lib.*\/ld-[0-9.]*\.so\)$/d' \ +-e '/^ by 0x[0-9a-fA-F.]*: process_dl_debug \(in \/lib.*\/ld-[0-9.]*\.so\)$/d' \ -e "/^For counts of detected and suppressed errors, rerun with: -v$/d" | # Remove the message that more than hundred errors have been detected