From 4b61e44ad187e0d5a36f81125a42eea81d8c3bdb Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Tue, 2 Dec 2025 18:26:56 +0200 Subject: [PATCH] gitlab-ci/leak-sanitizer: Add libpangoft2/glib to leak suppression With the future bump to Trixie we have a few more leaks outside of the Weston test suite. Add them to leak suppresion file. Signed-off-by: Marius Vlad --- .gitlab-ci/leak-sanitizer.supp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci/leak-sanitizer.supp b/.gitlab-ci/leak-sanitizer.supp index 0fbea7dc3..132c4f1a1 100644 --- a/.gitlab-ci/leak-sanitizer.supp +++ b/.gitlab-ci/leak-sanitizer.supp @@ -20,3 +20,7 @@ leak:perfetto # apparently a known issue. (Also when ASan creates threads ...) leak:vkEnumeratePhysicalDevices leak:asan_thread_start + +# glib/pangoft for Trixie update +leak:libpangoft2 +leak:libglib