|
From: <sv...@va...> - 2011-10-13 16:34:53
|
Author: bart Date: 2011-10-13 17:30:05 +0100 (Thu, 13 Oct 2011) New Revision: 12142 Log: drd/tests/filter_stderr: Don't touch XML tags Modified: trunk/drd/tests/filter_stderr Modified: trunk/drd/tests/filter_stderr =================================================================== --- trunk/drd/tests/filter_stderr 2011-10-13 16:11:58 UTC (rev 12141) +++ trunk/drd/tests/filter_stderr 2011-10-13 16:30:05 UTC (rev 12142) @@ -25,7 +25,7 @@ -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:?)/" \ |