]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Updated more expected output files.
authorBart Van Assche <bvanassche@acm.org>
Thu, 3 Jul 2008 11:58:52 +0000 (11:58 +0000)
committerBart Van Assche <bvanassche@acm.org>
Thu, 3 Jul 2008 11:58:52 +0000 (11:58 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8342

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

index b178aabc0ab640c634c152b6e185818cb421d072..d4d197661f82c1ae7d853ba280a36a6413c24270 100644 (file)
@@ -31,14 +31,23 @@ 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)
+mutex 0x........ was first observed at:
+   at 0x........: pthread_mutex_trylock (drd_pthread_intercepts.c:?)
+   by 0x........: main (tc20_verifywrap.c:116)
 
 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)
+mutex 0x........ was first observed at:
+   at 0x........: pthread_mutex_trylock (drd_pthread_intercepts.c:?)
+   by 0x........: main (tc20_verifywrap.c:116)
 
 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)
+mutex 0x........ was first observed at:
+   at 0x........: pthread_mutex_trylock (drd_pthread_intercepts.c:?)
+   by 0x........: main (tc20_verifywrap.c:116)
 
 ---------------- pthread_cond_wait et al ----------------
 
index 654a370f583cfeffa409c7d6e1c3f9d5940fcdf9..d732694563e887cdde6b9ca9faabc65e24b7287c 100644 (file)
@@ -37,18 +37,27 @@ 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)
+mutex 0x........ was first observed at:
+   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 (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)
+mutex 0x........ was first observed at:
+   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 (locking failed)
 [1/1] mutex_unlock    invalid mutex 0x........ rc 0
 
 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)
+mutex 0x........ was first observed at:
+   at 0x........: pthread_mutex_trylock (drd_pthread_intercepts.c:?)
+   by 0x........: main (tc20_verifywrap.c:116)
 
 ---------------- pthread_cond_wait et al ----------------