From: Bart Van Assche Date: Thu, 13 Oct 2011 16:30:05 +0000 (+0000) Subject: drd/tests/filter_stderr: Don't touch XML tags X-Git-Tag: svn/VALGRIND_3_7_0~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8aa868f0d7afe9059ea8ce14d0b9797820f219b6;p=thirdparty%2Fvalgrind.git drd/tests/filter_stderr: Don't touch XML tags git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12142 --- diff --git a/drd/tests/filter_stderr b/drd/tests/filter_stderr index 33c875657e..4e8294051b 100755 --- a/drd/tests/filter_stderr +++ b/drd/tests/filter_stderr @@ -25,7 +25,7 @@ sed \ -e "s/[A-Za-z_]* (in [^ ]*libpthread-[0-9.]*\.so)/(within libpthread-?.?.so)/" \ -e "s:(within /lib[0-9]*/ld-[0-9.]*\.so):(within ld-?.?.so):" \ -e "s/was held during [0-9][0-9]*/was held during .../" \ --e "s: BSS section of .*/: BSS section of :g" \ +-e "s: BSS section of [^<]*/: BSS section of :g" \ -e "s: vc \[[ ,:0-9]*\]: vc ...:g" \ -e "s/[@\$*]* (drd_pthread_intercepts.c:/ (drd_pthread_intercepts.c:/" \ -e "s/ (\([a-zA-Z_]*\.c\):[0-9]*)/ (\1:?)/" \