]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Updated expected output.
authorBart Van Assche <bvanassche@acm.org>
Mon, 30 Jun 2008 12:45:45 +0000 (12:45 +0000)
committerBart Van Assche <bvanassche@acm.org>
Mon, 30 Jun 2008 12:45:45 +0000 (12:45 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8320

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

index dd5494118de2bb114b91564d8272718e34318469..83f217cfa9f4da376a6d061081611b51d7bc7881 100644 (file)
@@ -83,6 +83,10 @@ Reader-writer lock not locked by calling thread: rwlock 0x.........
 ---------------- sem_* ----------------
 
 
+Semaphore reinitialization: semaphore 0x........
+   at 0x........: sem_init* (drd_pthread_intercepts.c:?)
+   by 0x........: main (tc20_verifywrap.c:231)
+
 FIXME: can't figure out how to verify wrap of sem_destroy
 
 
@@ -102,4 +106,4 @@ Destroying locked rwlock: rwlock 0x.........
 Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
    at 0x........: main (tc20_verifywrap.c:262)
 
-ERROR SUMMARY: 14 errors from 14 contexts (suppressed: 0 from 0)
+ERROR SUMMARY: 15 errors from 15 contexts (suppressed: 0 from 0)
index 902270b2d0fe868631c766167181c119b91dd444..a64518da0134a195d47183106eb9f3cc4f72cb70 100644 (file)
@@ -107,6 +107,10 @@ Reader-writer lock not locked by calling thread: rwlock 0x.........
 [1/1] semaphore_init      0x........
 [1/1] semaphore_init      0x........
 
+Semaphore reinitialization: semaphore 0x........
+   at 0x........: sem_init* (drd_pthread_intercepts.c:?)
+   by 0x........: main (tc20_verifywrap.c:231)
+
 FIXME: can't figure out how to verify wrap of sem_destroy
 
 [1/1] semaphore_pre_wait  0x........
@@ -180,4 +184,4 @@ Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
 [1/1] post_mutex_lock recursive mutex 0x........ rc 0 owner 1
 [1/1] mutex_unlock    recursive mutex 0x........ rc 1
 
-ERROR SUMMARY: 14 errors from 14 contexts (suppressed: 0 from 0)
+ERROR SUMMARY: 15 errors from 15 contexts (suppressed: 0 from 0)