From: Bart Van Assche Date: Sun, 2 Mar 2008 18:12:59 +0000 (+0000) Subject: More error message uniformization. X-Git-Tag: svn/VALGRIND_3_4_0~983 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e5cb2edd18d9657b0a6152396675843e6d55c20e;p=thirdparty%2Fvalgrind.git More error message uniformization. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7535 --- diff --git a/exp-drd/tests/filter_stderr b/exp-drd/tests/filter_stderr index 63c49aa2e2..fd864725ac 100755 --- a/exp-drd/tests/filter_stderr +++ b/exp-drd/tests/filter_stderr @@ -12,6 +12,7 @@ sed \ -e "/^exp-drd, a data race detector\.$/d" \ -e "s/^Allocation context: stack of thread \([0-9]*\), offset -[0-9]*$/Allocation context: stack of thread \1, offset .../" \ -e "s/^Allocation context: .*$/Allocation context: unknown/" \ +-e "s/(tc20_verifywrap.c:261)/(tc20_verifywrap.c:262)/" \ -e "/^NOTE: This is an Experimental-Class Valgrind Tool.$/d" \ -e "/^Copyright (C) 2006-200., and GNU GPL'd, by Bart Van Assche.$/d" \ -e "s/\(pthread_create.c:[0-9]*\)/in libpthread-?.?.so/" \