|
From: <sv...@va...> - 2009-07-23 07:08:29
|
Author: bart Date: 2009-07-23 08:08:20 +0100 (Thu, 23 Jul 2009) New Revision: 10542 Log: Added a filter in order to make the Darwin output for the annotate_trace_memory test identical to the Linux output. Modified: trunk/drd/tests/filter_stderr Modified: trunk/drd/tests/filter_stderr =================================================================== --- trunk/drd/tests/filter_stderr 2009-07-23 06:47:38 UTC (rev 10541) +++ trunk/drd/tests/filter_stderr 2009-07-23 07:08:20 UTC (rev 10542) @@ -13,6 +13,7 @@ -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)/" \ |