From: Bart Van Assche Date: Thu, 28 Feb 2008 19:54:29 +0000 (+0000) Subject: Converted triple "Destroying locked mutex" messages into single messages. X-Git-Tag: svn/VALGRIND_3_4_0~1009 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e17c02d1ac3ac8538b1429b8322827a3f28553c;p=thirdparty%2Fvalgrind.git Converted triple "Destroying locked mutex" messages into single messages. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7502 --- diff --git a/exp-drd/tests/tc20_verifywrap.stderr.exp b/exp-drd/tests/tc20_verifywrap.stderr.exp index ccc5f40439..bb3868aff0 100644 --- a/exp-drd/tests/tc20_verifywrap.stderr.exp +++ b/exp-drd/tests/tc20_verifywrap.stderr.exp @@ -16,10 +16,6 @@ Other segment end (thread 2) ---------------- pthread_mutex_lock et al ---------------- -Destroying locked mutex: address 0x........, recursion count 1, owner 1. - at 0x........: pthread_mutex_destroy (drd_intercepts.c:?) - by 0x........: main (tc20_verifywrap.c:102) - Destroying locked mutex: address 0x........, recursion count 1, owner 1. at 0x........: pthread_mutex_destroy (drd_intercepts.c:?) by 0x........: main (tc20_verifywrap.c:102) @@ -71,4 +67,4 @@ FIXME: can't figure out how to verify wrap of sem_post Destroying locked mutex: address 0x........, recursion count 1, owner 1. at 0x........: main (tc20_verifywrap.c:261) -ERROR SUMMARY: 7 errors from 7 contexts (suppressed: 0 from 0) +ERROR SUMMARY: 6 errors from 6 contexts (suppressed: 0 from 0)