]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update expected outputs following a (trivial) change in the source of
authorJulian Seward <jseward@acm.org>
Mon, 10 Nov 2008 01:16:46 +0000 (01:16 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 10 Nov 2008 01:16:46 +0000 (01:16 +0000)
tc09 in r8753.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8756

drd/tests/tc09_bad_unlock.stderr.exp
drd/tests/tc09_bad_unlock.stderr.exp-glibc2.8

index f7bf6fc966a534108b5a66ecf7ee5285fc421b2e..549544e5bf55ee17c236caee14894d86408b71c5 100644 (file)
@@ -29,6 +29,7 @@ The object at address 0x........ is not a mutex.
 Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
    at 0x........: nearly_main (tc09_bad_unlock.c:45)
    by 0x........: main (tc09_bad_unlock.c:49)
+---------------------
 
 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
    at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?)
index 38d3759e0a624c230bb23c4e9fa003b21bedc8ac..179ee0833afda115f41984eba85972de091b2f60 100644 (file)
@@ -29,6 +29,7 @@ The object at address 0x........ is not a mutex.
 Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
    at 0x........: nearly_main (tc09_bad_unlock.c:45)
    by 0x........: (below main) (in /...libc...)
+---------------------
 
 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
    at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?)