|
From: <sv...@va...> - 2008-02-25 20:25:21
|
Author: bart Date: 2008-02-25 20:25:10 +0000 (Mon, 25 Feb 2008) New Revision: 7463 Log: Filter out stack offset of stack variables. Modified: trunk/exp-drd/tests/filter_stderr Modified: trunk/exp-drd/tests/filter_stderr =================================================================== --- trunk/exp-drd/tests/filter_stderr 2008-02-25 19:58:25 UTC (rev 7462) +++ trunk/exp-drd/tests/filter_stderr 2008-02-25 20:25:10 UTC (rev 7463) @@ -10,6 +10,7 @@ # 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/" \ |