|
From: <sv...@va...> - 2008-11-10 01:16:52
|
Author: sewardj
Date: 2008-11-10 01:16:46 +0000 (Mon, 10 Nov 2008)
New Revision: 8756
Log:
Update expected outputs following a (trivial) change in the source of
tc09 in r8753.
Modified:
trunk/drd/tests/tc09_bad_unlock.stderr.exp
trunk/drd/tests/tc09_bad_unlock.stderr.exp-glibc2.8
Modified: trunk/drd/tests/tc09_bad_unlock.stderr.exp
===================================================================
--- trunk/drd/tests/tc09_bad_unlock.stderr.exp 2008-11-10 00:55:21 UTC (rev 8755)
+++ trunk/drd/tests/tc09_bad_unlock.stderr.exp 2008-11-10 01:16:46 UTC (rev 8756)
@@ -29,6 +29,7 @@
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:?)
Modified: trunk/drd/tests/tc09_bad_unlock.stderr.exp-glibc2.8
===================================================================
--- trunk/drd/tests/tc09_bad_unlock.stderr.exp-glibc2.8 2008-11-10 00:55:21 UTC (rev 8755)
+++ trunk/drd/tests/tc09_bad_unlock.stderr.exp-glibc2.8 2008-11-10 01:16:46 UTC (rev 8756)
@@ -29,6 +29,7 @@
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:?)
|