From: Bart Van Assche Date: Sat, 5 Mar 2011 15:42:44 +0000 (+0000) Subject: DRD: Filter out PID from the semaphore name in the regression test output. X-Git-Tag: svn/VALGRIND_3_7_0~636 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=042f0a840b18d82a2c6bb1db2e2ec23b3c07ff06;p=thirdparty%2Fvalgrind.git DRD: Filter out PID from the semaphore name in the regression test output. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11593 --- diff --git a/drd/tests/filter_stderr b/drd/tests/filter_stderr index 05f54d076a..33c875657e 100755 --- a/drd/tests/filter_stderr +++ b/drd/tests/filter_stderr @@ -31,6 +31,7 @@ sed \ -e "s/ (\([a-zA-Z_]*\.c\):[0-9]*)/ (\1:?)/" \ -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 "/^For counts of detected and suppressed errors, rerun with: -v$/d" | # Remove the message that more than hundred errors have been detected