8d419f
From ae27d5b4be42cd98b3db299d161a2e3ea77eb604 Mon Sep 17 00:00:00 2001
8d419f
From: Evgeny Vereshchagin <evvers@ya.ru>
8d419f
Date: Wed, 11 May 2022 22:32:32 +0000
8d419f
Subject: [PATCH] tests: ignore dbus-broker-launcher
8d419f
8d419f
There are memory leaks there https://github.com/bus1/dbus-broker/issues/289
8d419f
and it crashes from time to time
8d419f
https://github.com/matusmarhefka/dfuzzer/issues/20#issuecomment-1114097840
8d419f
so let's just skip it by analogy with dbus-daemon to avoid
8d419f
reports that have nothing to do with systemd itself.
8d419f
8d419f
It's kind of a part of https://github.com/systemd/systemd/pull/22547
8d419f
8d419f
(cherry picked from commit d0880faa5dda495c7c77425697b82a94b4e68bf6)
8d419f
Related: #2087652
8d419f
---
8d419f
 test/test-functions | 1 +
8d419f
 1 file changed, 1 insertion(+)
8d419f
8d419f
diff --git a/test/test-functions b/test/test-functions
8d419f
index a299f5ff1f..7c37d05610 100644
8d419f
--- a/test/test-functions
8d419f
+++ b/test/test-functions
8d419f
@@ -1328,6 +1328,7 @@ check_asan_reports() {
8d419f
                  BEGIN {
8d419f
                      %services_to_ignore = (
8d419f
                          "dbus-daemon" => undef,
8d419f
+                         "dbus-broker-launch" => undef,
8d419f
                      );
8d419f
                  }
8d419f
                  print $2 if /\s(\S*)\[(\d+)\]:\s*SUMMARY:\s+\w+Sanitizer/ && !exists $services_to_ignore{$1}'