valgrind: Adjust filter for _dl_allocate_tls

More tests are now using the path - adjust the filter to include any
path from a test through pthread_create to _dl_allocate_tls
This commit is contained in:
John Ferlan 2013-08-01 15:52:46 -04:00
parent 3b4b121423
commit 6e69166ef1

View File

@ -62,14 +62,16 @@
obj:*/lib*/libc-2.*so* obj:*/lib*/libc-2.*so*
} }
# #
# Failure seen in eventtest # Failure seen in eventtest, qemumonitorjsontest, qemuhotplugtest,
# qemuagenttest
# #
{ {
eventtestMemoryLeak dlAllocateTlsMemoryLeak
Memcheck:Leak Memcheck:Leak
fun:calloc fun:calloc
fun:_dl_allocate_tls fun:_dl_allocate_tls
fun:pthread_create* fun:pthread_create*
...
fun:mymain fun:mymain
fun:virtTestMain fun:virtTestMain
... ...