summaryrefslogtreecommitdiff
path: root/tests/flatpak.supp
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-04-30 17:05:58 +0100
committerAlexander Larsson <alexander.larsson@gmail.com>2022-08-16 13:27:04 +0200
commit022be7b6db9f04abdf3651e0cb21f8ef61c7c36a (patch)
treed0edc6a8d66dfb35bace2b04d199dd1e2b6d5c51 /tests/flatpak.supp
parent4018419b15d0376a801ed09d978df409d1c6e46d (diff)
downloadflatpak-022be7b6db9f04abdf3651e0cb21f8ef61c7c36a.tar.gz
tests: Add valgrind suppression for ostreedev/ostree#2592
This is fixed in v2022.3, but that version missed the boat for Ubuntu 22.04. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'tests/flatpak.supp')
-rw-r--r--tests/flatpak.supp11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/flatpak.supp b/tests/flatpak.supp
index aae8ae16..6938c626 100644
--- a/tests/flatpak.supp
+++ b/tests/flatpak.supp
@@ -254,3 +254,14 @@
fun:g_file_new_for_path
fun:flatpak_get_user_base_dir_location
}
+
+# https://github.com/ostreedev/ostree/issues/2592
+{
+ ostree_issue_2592
+ Memcheck:Cond
+ ...
+ fun:_ostree_repo_auto_transaction_unref
+ fun:glib_autoptr_clear_OstreeRepoAutoTransaction
+ fun:glib_autoptr_cleanup_OstreeRepoAutoTransaction
+ fun:ostree_repo_prepare_transaction
+}