From: Bart Van Assche Date: Wed, 10 Mar 2010 07:05:17 +0000 (+0000) Subject: Generalized the DRD regression test stderr filter. X-Git-Tag: svn/VALGRIND_3_6_0~336 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aca90e491270778d7a835079513d1e57304c79f5;p=thirdparty%2Fvalgrind.git Generalized the DRD regression test stderr filter. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11088 --- diff --git a/drd/tests/filter_stderr b/drd/tests/filter_stderr index feff981117..effd43dceb 100755 --- a/drd/tests/filter_stderr +++ b/drd/tests/filter_stderr @@ -13,7 +13,7 @@ sed \ -e "s/^Allocation context: stack of thread \([0-9]*\), offset -[0-9]*$/Allocation context: stack of thread \1, offset .../" \ -e "/^warning: evaluate_Dwarf3_Expr: unhandled DW_OP_.*/d" \ -e '/^warning: addVar:.*/d' \ --e 's/^Allocation context: Data section of ..tsan_unittest/Allocation context: BSS section of tsan_unittest/' \ +-e 's/^Allocation context: Data section of .\//Allocation context: BSS section of /' \ -e '/^run: \/usr\/bin\/dsymutil.*/d' \ -e "s/, in frame #[0-9]* of thread /, in frame #? of thread /" \ -e "s/(tc20_verifywrap.c:261)/(tc20_verifywrap.c:262)/" \