From cac5a4e9b171785983cf874a1bb923145fca7455 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Mon, 10 Nov 2008 01:16:46 +0000 Subject: [PATCH] Update expected outputs following a (trivial) change in the source of tc09 in r8753. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8756 --- drd/tests/tc09_bad_unlock.stderr.exp | 1 + drd/tests/tc09_bad_unlock.stderr.exp-glibc2.8 | 1 + 2 files changed, 2 insertions(+) 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:?) -- 2.47.2