From: Bart Van Assche Date: Thu, 23 Jul 2009 07:08:20 +0000 (+0000) Subject: Added a filter in order to make the Darwin output for the annotate_trace_memory test... X-Git-Tag: svn/VALGRIND_3_5_0~306 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b9a5ceac6343d1f7772fe1953478c607dfc42028;p=thirdparty%2Fvalgrind.git Added a filter in order to make the Darwin output for the annotate_trace_memory test identical to the Linux output. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10542 --- diff --git a/drd/tests/filter_stderr b/drd/tests/filter_stderr index 16b2559c98..7db91d9614 100755 --- a/drd/tests/filter_stderr +++ b/drd/tests/filter_stderr @@ -13,6 +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 '/^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)/" \