From: Bart Van Assche Date: Tue, 26 Feb 2008 16:03:25 +0000 (+0000) Subject: Left out number of suppressed error messages. X-Git-Tag: svn/VALGRIND_3_4_0~1028 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4152ebda140191c1e70b187af7a7c745f6799612;p=thirdparty%2Fvalgrind.git Left out number of suppressed error messages. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7474 --- diff --git a/exp-drd/tests/filter_error_summary b/exp-drd/tests/filter_error_summary index 08d6fcd58c..cdf703f2fd 100755 --- a/exp-drd/tests/filter_error_summary +++ b/exp-drd/tests/filter_error_summary @@ -3,4 +3,4 @@ # Filter the error output of Valgrind such that only the line with the error # summary is kept. Bart Van Assche, February 26, 2008. -sed -n -e 's/^.*\(ERROR SUMMARY.*\)$/\1/' -e '/ERROR SUMMARY/p' +sed -n -e 's/^.*\(ERROR SUMMARY.*\) ([^()]*)$/\1/' -e '/ERROR SUMMARY/p' diff --git a/exp-drd/tests/pth_barrier.stderr.exp b/exp-drd/tests/pth_barrier.stderr.exp index 5246717584..a9dad78e0b 100644 --- a/exp-drd/tests/pth_barrier.stderr.exp +++ b/exp-drd/tests/pth_barrier.stderr.exp @@ -1 +1 @@ -ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 5 from 2) +ERROR SUMMARY: 1 errors from 1 contexts