From: Nicholas Nethercote Date: Mon, 18 Nov 2002 11:33:37 +0000 (+0000) Subject: Fixed regression tests "broken" by one of Jeremy F's patches -- a bogus PThread X-Git-Tag: svn/VALGRIND_1_9_4~120 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=056e3bac2a681e5a3a46c935dcd969dadffcf6bb;p=thirdparty%2Fvalgrind.git Fixed regression tests "broken" by one of Jeremy F's patches -- a bogus PThread error no longer needs to be suppressed. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1327 --- diff --git a/corecheck/tests/pth_atfork1.stderr.exp b/corecheck/tests/pth_atfork1.stderr.exp index 49f4fb4e79..4201442c27 100644 --- a/corecheck/tests/pth_atfork1.stderr.exp +++ b/corecheck/tests/pth_atfork1.stderr.exp @@ -1,5 +1,5 @@ -ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 1 from 1) +ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) -ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 1 from 1) +ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) diff --git a/corecheck/tests/pth_cancel2.stderr.exp b/corecheck/tests/pth_cancel2.stderr.exp index 6be4c1b789..d18786f806 100644 --- a/corecheck/tests/pth_cancel2.stderr.exp +++ b/corecheck/tests/pth_cancel2.stderr.exp @@ -1,3 +1,3 @@ -ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 1 from 1) +ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) diff --git a/corecheck/tests/pth_cvsimple.stderr.exp b/corecheck/tests/pth_cvsimple.stderr.exp index 6be4c1b789..d18786f806 100644 --- a/corecheck/tests/pth_cvsimple.stderr.exp +++ b/corecheck/tests/pth_cvsimple.stderr.exp @@ -1,3 +1,3 @@ -ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 1 from 1) +ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) diff --git a/corecheck/tests/pth_empty.stderr.exp b/corecheck/tests/pth_empty.stderr.exp index 6be4c1b789..d18786f806 100644 --- a/corecheck/tests/pth_empty.stderr.exp +++ b/corecheck/tests/pth_empty.stderr.exp @@ -1,3 +1,3 @@ -ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 1 from 1) +ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) diff --git a/corecheck/tests/pth_mutexspeed.stderr.exp b/corecheck/tests/pth_mutexspeed.stderr.exp index 6be4c1b789..d18786f806 100644 --- a/corecheck/tests/pth_mutexspeed.stderr.exp +++ b/corecheck/tests/pth_mutexspeed.stderr.exp @@ -1,3 +1,3 @@ -ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 1 from 1) +ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) diff --git a/corecheck/tests/pth_once.stderr.exp b/corecheck/tests/pth_once.stderr.exp index 6be4c1b789..d18786f806 100644 --- a/corecheck/tests/pth_once.stderr.exp +++ b/corecheck/tests/pth_once.stderr.exp @@ -1,3 +1,3 @@ -ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 1 from 1) +ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)