From: Evgeny Vereshchagin Date: Wed, 11 May 2022 22:32:32 +0000 (+0000) Subject: tests: ignore dbus-broker-launcher X-Git-Tag: v251-rc3~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d0880faa5dda495c7c77425697b82a94b4e68bf6;p=thirdparty%2Fsystemd.git tests: ignore dbus-broker-launcher There are memory leaks there https://github.com/bus1/dbus-broker/issues/289 and it crashes from time to time https://github.com/matusmarhefka/dfuzzer/issues/20#issuecomment-1114097840 so let's just skip it by analogy with dbus-daemon to avoid reports that have nothing to do with systemd itself. It's kind of a part of https://github.com/systemd/systemd/pull/22547 --- diff --git a/test/test-functions b/test/test-functions index 90c8f79468f..06a06e706ad 100644 --- a/test/test-functions +++ b/test/test-functions @@ -1374,6 +1374,7 @@ check_asan_reports() { BEGIN { %services_to_ignore = ( "dbus-daemon" => undef, + "dbus-broker-launch" => undef, ); } print $2 if /\s(\S*)\[(\d+)\]:\s*SUMMARY:\s+\w+Sanitizer/ && !exists $services_to_ignore{$1}'