]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Even more expected output updates.
authorBart Van Assche <bvanassche@acm.org>
Sun, 16 Mar 2008 18:15:56 +0000 (18:15 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sun, 16 Mar 2008 18:15:56 +0000 (18:15 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7718

exp-drd/tests/tc09_bad_unlock.stderr.exp-linuxthreads

index b0a0affc6f358e41f4e8a0fba191a0862ae926fe..8bec00c8c050513b193fc2d8c72798bf457c2880 100644 (file)
@@ -8,4 +8,12 @@ the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
 after having upgraded to a newer version of your Linux distribution.
 Giving up.
 
-ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
+Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
+   at 0x........: kill (in /...libc...)
+   by 0x........: abort (in /...libc...)
+   by 0x........: vg_set_main_thread_state (drd_pthread_intercepts.c:?)
+   by 0x........: pthread_create* (drd_pthread_intercepts.c:?)
+   by 0x........: nearly_main (../../helgrind/tests/tc09_bad_unlock.c:35)
+   by 0x........: main (../../helgrind/tests/tc09_bad_unlock.c:49)
+
+ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)