|
From: <sv...@va...> - 2008-05-14 12:19:57
|
Author: bart Date: 2008-05-14 13:19:58 +0100 (Wed, 14 May 2008) New Revision: 8074 Log: Filter out the time during which a lock has been held. Modified: trunk/exp-drd/tests/filter_stderr Modified: trunk/exp-drd/tests/filter_stderr =================================================================== --- trunk/exp-drd/tests/filter_stderr 2008-05-14 12:18:48 UTC (rev 8073) +++ trunk/exp-drd/tests/filter_stderr 2008-05-14 12:19:58 UTC (rev 8074) @@ -19,6 +19,7 @@ -e "s/\(pthread_create.c:[0-9]*\)/in libpthread-?.?.so/" \ -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/ (\([a-zA-Z_]*\.c\):[0-9]*)/ (\1:?)/" \ -e "s/ (\([a-zA-Z_]*\.cpp\):[0-9]*)/ (\1:?)/" | |