summaryrefslogtreecommitdiffstats
path: root/tests/extra/suppressions
diff options
context:
space:
mode:
Diffstat (limited to 'tests/extra/suppressions')
-rw-r--r--tests/extra/suppressions14
1 files changed, 13 insertions, 1 deletions
diff --git a/tests/extra/suppressions b/tests/extra/suppressions
index 8ccc4f0e..1b2f11af 100644
--- a/tests/extra/suppressions
+++ b/tests/extra/suppressions
@@ -170,13 +170,25 @@
# corresponding gnutls_global_deinit function because of
# thread-safety issues (in GnuTLS).
{
- libvirt_leak
+ libvirt_leak_1
Memcheck:Leak
...
fun:gnutls_global_init
fun:virInitialize
}
+# RHBZ#847429
+{
+ libvirt_leak_2
+ Memcheck:Leak
+ ...
+ fun:tryLoadOne
+ fun:VBoxCGlueInit
+ fun:vboxRegister
+ fun:virInitialize
+ fun:init_libguestfs
+}
+
# FUSE leaks the per-thread context (although the code looks
# like it attempts to clean it up).
{