]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Generalized the DRD regression test stderr filter.
authorBart Van Assche <bvanassche@acm.org>
Wed, 10 Mar 2010 07:05:17 +0000 (07:05 +0000)
committerBart Van Assche <bvanassche@acm.org>
Wed, 10 Mar 2010 07:05:17 +0000 (07:05 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11088

drd/tests/filter_stderr

index feff9811170519d4dabfaac277111fc21600d7ae..effd43dceb55d36f8b95043de814be156bbe206c 100755 (executable)
@@ -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)/" \