]> xenbits.xensource.com Git - people/dariof/libvirt.git/commitdiff
valgrind: Adjust filter for _dl_allocate_tls
authorJohn Ferlan <jferlan@redhat.com>
Thu, 1 Aug 2013 19:52:46 +0000 (15:52 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 1 Aug 2013 21:04:28 +0000 (17:04 -0400)
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

index f04912d0a20714710bfb4f11943c970ce0d457ce..d4fef857b05b342cb71955a3ea55ff1d435e0c44 100644 (file)
     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
     ...