From: Bart Van Assche Date: Mon, 30 Jun 2008 12:45:45 +0000 (+0000) Subject: Updated expected output. X-Git-Tag: svn/VALGRIND_3_4_0~403 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a0a419683e5bfab7c1ea25fd6372438b559bb3aa;p=thirdparty%2Fvalgrind.git Updated expected output. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8320 --- diff --git a/exp-drd/tests/tc20_verifywrap.stderr.exp-glibc2.3 b/exp-drd/tests/tc20_verifywrap.stderr.exp-glibc2.3 index dd5494118d..83f217cfa9 100644 --- a/exp-drd/tests/tc20_verifywrap.stderr.exp-glibc2.3 +++ b/exp-drd/tests/tc20_verifywrap.stderr.exp-glibc2.3 @@ -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) diff --git a/exp-drd/tests/tc20_verifywrap2.stderr.exp-glibc2.3 b/exp-drd/tests/tc20_verifywrap2.stderr.exp-glibc2.3 index 902270b2d0..a64518da01 100644 --- a/exp-drd/tests/tc20_verifywrap2.stderr.exp-glibc2.3 +++ b/exp-drd/tests/tc20_verifywrap2.stderr.exp-glibc2.3 @@ -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)