]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
DRD: Filter out PID from the semaphore name in the regression test output.
authorBart Van Assche <bvanassche@acm.org>
Sat, 5 Mar 2011 15:42:44 +0000 (15:42 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sat, 5 Mar 2011 15:42:44 +0000 (15:42 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11593

drd/tests/filter_stderr

index 05f54d076a0d9fa9917a05c18c2ea2fba97f5592..33c875657e37d353cdc7d5b43970692608ce303a 100755 (executable)
@@ -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