summaryrefslogtreecommitdiff
path: root/tests/flatpak.supp
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2018-08-14 13:39:35 +0200
committerAtomic Bot <atomic-devel@projectatomic.io>2018-08-17 08:13:15 +0000
commit6bb492cb6b25db42e3a0b375dd8608aef5ed4231 (patch)
tree6ba41fb339320010c33201a02403ae146dda94b5 /tests/flatpak.supp
parent341ad0219391d7b90df9bc9fa1fe6c7b58767bd5 (diff)
downloadflatpak-6bb492cb6b25db42e3a0b375dd8608aef5ed4231.tar.gz
test: Suppress weird thread-related stream leak in ostree
Closes: #1966 Approved by: alexlarsson
Diffstat (limited to 'tests/flatpak.supp')
-rw-r--r--tests/flatpak.supp16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/flatpak.supp b/tests/flatpak.supp
index 1c0ee9b4..da669473 100644
--- a/tests/flatpak.supp
+++ b/tests/flatpak.supp
@@ -167,3 +167,19 @@
fun:pthread_create@@GLIBC_2.2.5
fun:g_system_thread_new
}
+
+# Weird leak of UnixInputStream in ostree, can't figure it out
+{
+ ostree_unix_stream_leak
+ Memcheck:Leak
+ match-leak-kinds: definite
+ ...
+ fun:g_type_create_instance
+ ...
+ fun:g_object_new
+ fun:g_unix_input_stream_new
+ fun:repo_load_file_archive
+ fun:ostree_repo_load_file
+ fun:_ostree_repo_import_object
+ fun:async_import_in_thread
+}