From: Bart Van Assche Date: Sun, 30 Mar 2008 10:03:04 +0000 (+0000) Subject: Even more expected output updates. X-Git-Tag: svn/VALGRIND_3_4_0~775 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=46beeb4dc53c5dfe0b1c79f66eb43fd936403366;p=thirdparty%2Fvalgrind.git Even more expected output updates. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7820 --- diff --git a/exp-drd/tests/tc20_verifywrap2.stderr.exp-glibc2.3 b/exp-drd/tests/tc20_verifywrap2.stderr.exp-glibc2.3 index af6a443dbb..8017f924ce 100644 --- a/exp-drd/tests/tc20_verifywrap2.stderr.exp-glibc2.3 +++ b/exp-drd/tests/tc20_verifywrap2.stderr.exp-glibc2.3 @@ -37,13 +37,13 @@ make pthread_mutex_lock fail: skipped on glibc < 2.4 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] post_mutex_lock invalid mutex 0x........ rc 0 owner 0 (locking failed) [1/1] pre_mutex_lock invalid mutex 0x........ rc 0 owner 0 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] post_mutex_lock invalid mutex 0x........ rc 0 owner 0 (locking failed) [1/1] mutex_unlock invalid mutex 0x........ rc 0 The object at address 0x........ is not a mutex. @@ -70,14 +70,10 @@ FIXME: can't figure out how to verify wrap of pthread_cond_signal FIXME: can't figure out how to verify wrap of pthread_broadcast_signal -[1/1] mutex_unlock error checking mutex 0x........ rc 0 - -Mutex not locked: mutex 0x........, recursion count 0, owner 0. - at 0x........: pthread_cond_timedwait* (drd_pthread_intercepts.c:?) - by 0x........: main (tc20_verifywrap.c:165) +[1/1] mutex_unlock error checking mutex 0x........ rc 1 [1/1] cond_pre_wait 0x........ [1/1] cond_post_wait 0x........ -[1/1] post_mutex_lock error checking mutex 0x........ rc 0 owner 0 +[1/1] post_mutex_lock error checking mutex 0x........ rc 0 owner 1 ---------------- pthread_rwlock_* ---------------- @@ -131,6 +127,9 @@ 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........ + +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] post_mutex_lock recursive mutex 0x........ rc 0 owner 0