]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update expected output.
authorJulian Seward <jseward@acm.org>
Thu, 14 Oct 2010 10:45:20 +0000 (10:45 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 14 Oct 2010 10:45:20 +0000 (10:45 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11442

helgrind/tests/tc09_bad_unlock.stderr.exp-glibc25-amd64

index 5c6a8fc0eb4a995f88e3b9de01df5f4b8f3855e9..f8e4a5050ba04038792f761be5bc3de751c0f39d 100644 (file)
@@ -51,6 +51,10 @@ Thread #x: Attempt to re-lock a non-recursive lock I already hold
    at 0x........: pthread_mutex_lock (hg_intercepts.c:...)
    by 0x........: nearly_main (tc09_bad_unlock.c:32)
    by 0x........: main (tc09_bad_unlock.c:50)
+ Lock was previously acquired
+   at 0x........: pthread_mutex_lock (hg_intercepts.c:...)
+   by 0x........: nearly_main (tc09_bad_unlock.c:32)
+   by 0x........: main (tc09_bad_unlock.c:49)
 
 Thread #x: Bug in libpthread: recursive write lock granted on mutex/wrlock which does not support recursion
    at 0x........: pthread_mutex_lock (hg_intercepts.c:...)