]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Updated expected output file.
authorBart Van Assche <bvanassche@acm.org>
Tue, 8 Jul 2008 06:19:31 +0000 (06:19 +0000)
committerBart Van Assche <bvanassche@acm.org>
Tue, 8 Jul 2008 06:19:31 +0000 (06:19 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8394

drd/tests/tc20_verifywrap2.stderr.exp-glibc2.3-b

index 2a30a7df6d35c73aec610d78e39bc7295beba8ad..b6de7a1aa7c761827fa950e0529abf82b6d9f316 100644 (file)
@@ -22,9 +22,9 @@ 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........
-[1/1] pre_mutex_lock  mutex 0x........ rc 0 owner 0
+[1/1] mutex_trylock   mutex 0x........ rc 0 owner 0
 [1/1] post_mutex_lock mutex 0x........ rc 0 owner 0
-[1/1] mutex_destroy   mutex 0x........
+[1/1] mutex_destroy   mutex 0x........ rc 1 owner 1
 
 Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
    at 0x........: pthread_mutex_destroy (drd_pthread_intercepts.c:?)
@@ -160,12 +160,12 @@ FIXME: can't figure out how to verify wrap of sem_post
 
 Destroying locked rwlock: rwlock 0x.........
    at 0x........: main (tc20_verifywrap.c:262)
-[1/1] mutex_destroy   error checking mutex 0x........
+[1/1] mutex_destroy   error checking mutex 0x........ rc 1 owner 1
 
 Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
    at 0x........: main (tc20_verifywrap.c:262)
-[1/1] mutex_destroy   invalid mutex 0x........
-[1/1] pre_mutex_lock  recursive mutex 0x........ rc 0 owner 0
+[1/1] mutex_destroy   invalid mutex 0x........ rc 0 owner 0
+[1/1] mutex_trylock   recursive mutex 0x........ rc 0 owner 0
 [1/1] post_mutex_lock recursive mutex 0x........ rc 0 owner 0
 [1/1] mutex_unlock    recursive mutex 0x........ rc 1