mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-07 12:44:45 +00:00
Updated expected output.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8320
This commit is contained in:
parent
974f38358d
commit
a0a419683e
@ -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)
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user