|
From: <sv...@va...> - 2008-03-02 18:12:56
|
Author: bart Date: 2008-03-02 18:12:59 +0000 (Sun, 02 Mar 2008) New Revision: 7535 Log: More error message uniformization. Modified: trunk/exp-drd/tests/filter_stderr Modified: trunk/exp-drd/tests/filter_stderr =================================================================== --- trunk/exp-drd/tests/filter_stderr 2008-03-02 18:06:35 UTC (rev 7534) +++ trunk/exp-drd/tests/filter_stderr 2008-03-02 18:12:59 UTC (rev 7535) @@ -12,6 +12,7 @@ -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/" \ |