|
From: <sv...@va...> - 2008-03-24 19:37:38
|
Author: bart
Date: 2008-03-24 19:37:42 +0000 (Mon, 24 Mar 2008)
New Revision: 7784
Log:
Updated expected output.
Modified:
trunk/exp-drd/tests/tc20_verifywrap.stderr.exp
trunk/exp-drd/tests/tc20_verifywrap2.stderr.exp
Modified: trunk/exp-drd/tests/tc20_verifywrap.stderr.exp
===================================================================
--- trunk/exp-drd/tests/tc20_verifywrap.stderr.exp 2008-03-24 19:31:33 UTC (rev 7783)
+++ trunk/exp-drd/tests/tc20_verifywrap.stderr.exp 2008-03-24 19:37:42 UTC (rev 7784)
@@ -17,7 +17,7 @@
---------------- pthread_mutex_lock et al ----------------
-Not a mutex: mutex 0x.........
+The object at address 0x........ is not a mutex.
at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
by 0x........: main (tc20_verifywrap.c:92)
@@ -25,19 +25,19 @@
at 0x........: pthread_mutex_destroy (drd_pthread_intercepts.c:?)
by 0x........: main (tc20_verifywrap.c:102)
-Not a mutex: mutex 0x.........
+The object at address 0x........ is not a mutex.
at 0x........: pthread_mutex_lock (drd_pthread_intercepts.c:?)
by 0x........: main (tc20_verifywrap.c:108)
-Not a mutex: mutex 0x.........
+The object at address 0x........ is not a mutex.
at 0x........: pthread_mutex_trylock (drd_pthread_intercepts.c:?)
by 0x........: main (tc20_verifywrap.c:116)
-Not a mutex: mutex 0x.........
+The object at address 0x........ is not a mutex.
at 0x........: pthread_mutex_timedlock (drd_pthread_intercepts.c:?)
by 0x........: main (tc20_verifywrap.c:121)
-Not a mutex: mutex 0x.........
+The object at address 0x........ is not a mutex.
at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?)
by 0x........: main (tc20_verifywrap.c:125)
Modified: trunk/exp-drd/tests/tc20_verifywrap2.stderr.exp
===================================================================
--- trunk/exp-drd/tests/tc20_verifywrap2.stderr.exp 2008-03-24 19:31:33 UTC (rev 7783)
+++ trunk/exp-drd/tests/tc20_verifywrap2.stderr.exp 2008-03-24 19:37:42 UTC (rev 7784)
@@ -18,7 +18,7 @@
[1/1] mutex_init invalid mutex 0x........
-Not a mutex: mutex 0x.........
+The object at address 0x........ is not a mutex.
at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
by 0x........: main (tc20_verifywrap.c:92)
[1/1] mutex_init mutex 0x........
@@ -31,25 +31,25 @@
by 0x........: main (tc20_verifywrap.c:102)
[1/1] pre_mutex_lock invalid mutex 0x........ rc 0 owner 0
-Not a mutex: mutex 0x.........
+The object at address 0x........ is not a mutex.
at 0x........: pthread_mutex_lock (drd_pthread_intercepts.c:?)
by 0x........: main (tc20_verifywrap.c:108)
[1/1] post_mutex_lock invalid mutex 0x........ rc 0 owner 0
[1/1] pre_mutex_lock invalid mutex 0x........ rc 0 owner 0
-Not a mutex: mutex 0x.........
+The object at address 0x........ is not a mutex.
at 0x........: pthread_mutex_trylock (drd_pthread_intercepts.c:?)
by 0x........: main (tc20_verifywrap.c:116)
[1/1] post_mutex_lock invalid mutex 0x........ rc 0 owner 0
[1/1] pre_mutex_lock invalid mutex 0x........ rc 0 owner 0
-Not a mutex: mutex 0x.........
+The object at address 0x........ is not a mutex.
at 0x........: pthread_mutex_timedlock (drd_pthread_intercepts.c:?)
by 0x........: main (tc20_verifywrap.c:121)
[1/1] post_mutex_lock invalid mutex 0x........ rc 0 owner 0
[1/1] mutex_unlock invalid mutex 0x........ rc 0
-Not a mutex: mutex 0x.........
+The object at address 0x........ is not a mutex.
at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?)
by 0x........: main (tc20_verifywrap.c:125)
|