From: Bart Van Assche Date: Mon, 25 Feb 2008 20:25:10 +0000 (+0000) Subject: Filter out stack offset of stack variables. X-Git-Tag: svn/VALGRIND_3_4_0~1034 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc6844a26ce8f7b3fbd6395b1402c376e9fea3bf;p=thirdparty%2Fvalgrind.git Filter out stack offset of stack variables. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7463 --- diff --git a/exp-drd/tests/filter_stderr b/exp-drd/tests/filter_stderr index cf56c0c064..c592cf302f 100755 --- a/exp-drd/tests/filter_stderr +++ b/exp-drd/tests/filter_stderr @@ -10,6 +10,7 @@ $dir/../../tests/filter_stderr_basic | # Remove line numbers from stack traces. 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 "/^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/" \