|
From: <sv...@va...> - 2010-03-10 07:05:39
|
Author: bart Date: 2010-03-10 07:05:17 +0000 (Wed, 10 Mar 2010) New Revision: 11088 Log: Generalized the DRD regression test stderr filter. Modified: trunk/drd/tests/filter_stderr Modified: trunk/drd/tests/filter_stderr =================================================================== --- trunk/drd/tests/filter_stderr 2010-03-09 15:45:42 UTC (rev 11087) +++ trunk/drd/tests/filter_stderr 2010-03-10 07:05:17 UTC (rev 11088) @@ -13,7 +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 '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)/" \ |