]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Added a filter in order to make the Darwin output for the annotate_trace_memory test...
authorBart Van Assche <bvanassche@acm.org>
Thu, 23 Jul 2009 07:08:20 +0000 (07:08 +0000)
committerBart Van Assche <bvanassche@acm.org>
Thu, 23 Jul 2009 07:08:20 +0000 (07:08 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10542

drd/tests/filter_stderr

index 16b2559c98451f729a32ae05107cfff34b81c84f..7db91d9614183d69e69419d0870be9910413b923 100755 (executable)
@@ -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)/" \