From 6e69166ef1addb9274f1dabcaa3704bbe9ae65b3 Mon Sep 17 00:00:00 2001 From: John Ferlan Date: Thu, 1 Aug 2013 15:52:46 -0400 Subject: [PATCH] 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 --- tests/.valgrind.supp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/.valgrind.supp b/tests/.valgrind.supp index f04912d0a2..d4fef857b0 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 ...