More tests are now using the path - adjust the filter to include any
path from a test through ptrhread_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 f04912d..d4fef85 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
...
--
1.8.1.4