From: Julian Seward Date: Mon, 10 Nov 2008 01:16:46 +0000 (+0000) Subject: Update expected outputs following a (trivial) change in the source of X-Git-Tag: svn/VALGRIND_3_4_0~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cac5a4e9b171785983cf874a1bb923145fca7455;p=thirdparty%2Fvalgrind.git Update expected outputs following a (trivial) change in the source of tc09 in r8753. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8756 --- diff --git a/drd/tests/tc09_bad_unlock.stderr.exp b/drd/tests/tc09_bad_unlock.stderr.exp index f7bf6fc966..549544e5bf 100644 --- a/drd/tests/tc09_bad_unlock.stderr.exp +++ b/drd/tests/tc09_bad_unlock.stderr.exp @@ -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:?) diff --git a/drd/tests/tc09_bad_unlock.stderr.exp-glibc2.8 b/drd/tests/tc09_bad_unlock.stderr.exp-glibc2.8 index 38d3759e0a..179ee0833a 100644 --- a/drd/tests/tc09_bad_unlock.stderr.exp-glibc2.8 +++ b/drd/tests/tc09_bad_unlock.stderr.exp-glibc2.8 @@ -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:?)