|
From: <sv...@va...> - 2008-02-26 16:03:21
|
Author: bart Date: 2008-02-26 16:03:25 +0000 (Tue, 26 Feb 2008) New Revision: 7474 Log: Left out number of suppressed error messages. Modified: trunk/exp-drd/tests/filter_error_summary trunk/exp-drd/tests/pth_barrier.stderr.exp Modified: trunk/exp-drd/tests/filter_error_summary =================================================================== --- trunk/exp-drd/tests/filter_error_summary 2008-02-26 12:53:06 UTC (rev 7473) +++ trunk/exp-drd/tests/filter_error_summary 2008-02-26 16:03:25 UTC (rev 7474) @@ -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' Modified: trunk/exp-drd/tests/pth_barrier.stderr.exp =================================================================== --- trunk/exp-drd/tests/pth_barrier.stderr.exp 2008-02-26 12:53:06 UTC (rev 7473) +++ trunk/exp-drd/tests/pth_barrier.stderr.exp 2008-02-26 16:03:25 UTC (rev 7474) @@ -1 +1 @@ -ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 5 from 2) +ERROR SUMMARY: 1 errors from 1 contexts |