]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Updated expected output.
authorBart Van Assche <bvanassche@acm.org>
Sun, 16 Mar 2008 17:39:14 +0000 (17:39 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sun, 16 Mar 2008 17:39:14 +0000 (17:39 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7714

exp-drd/tests/recursive_mutex.stderr.exp

index f9488fbec8c83f68554115dd1ce648c1ed668ac2..0cd60e277b5a9e0b572396d06de1ad02b4c06f92 100644 (file)
@@ -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)