From: John Ferlan Date: Thu, 1 Aug 2013 19:52:46 +0000 (-0400) Subject: valgrind: Adjust filter for _dl_allocate_tls X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=6e69166ef1addb9274f1dabcaa3704bbe9ae65b3;p=people%2Fdariof%2Flibvirt.git 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 --- diff --git a/tests/.valgrind.supp b/tests/.valgrind.supp index f04912d0a..d4fef857b 100644 --- a/tests/.valgrind.supp +++ b/tests/.valgrind.supp @@ -62,14 +62,16 @@ obj:*/lib*/libc-2.*so* } # -# Failure seen in eventtest +# Failure seen in eventtest, qemumonitorjsontest, qemuhotplugtest, +# qemuagenttest # { - eventtestMemoryLeak + dlAllocateTlsMemoryLeak Memcheck:Leak fun:calloc fun:_dl_allocate_tls fun:pthread_create* + ... fun:mymain fun:virtTestMain ...