From: Bart Van Assche Date: Sun, 16 Mar 2008 17:39:14 +0000 (+0000) Subject: Updated expected output. X-Git-Tag: svn/VALGRIND_3_4_0~854 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=99e025620ef4950b5f74c41488ec9a1a59d17c26;p=thirdparty%2Fvalgrind.git Updated expected output. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7714 --- diff --git a/exp-drd/tests/recursive_mutex.stderr.exp b/exp-drd/tests/recursive_mutex.stderr.exp index f9488fbec8..0cd60e277b 100644 --- a/exp-drd/tests/recursive_mutex.stderr.exp +++ b/exp-drd/tests/recursive_mutex.stderr.exp @@ -14,4 +14,10 @@ Recursive locking not allowed: mutex 0x........, recursion count 1, owner 1. by 0x........: lock_twice (recursive_mutex.c:?) by 0x........: main (recursive_mutex.c:?) -ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0) +Destroying locked mutex: mutex 0x........, recursion count 1, owner 1. + at 0x........: (within libpthread-?.?.so) + by 0x........: pthread_mutex_lock (drd_pthread_intercepts.c:?) + by 0x........: lock_twice (recursive_mutex.c:?) + by 0x........: main (recursive_mutex.c:?) + +ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)