]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tests: ignore dbus-broker-launcher
authorEvgeny Vereshchagin <evvers@ya.ru>
Wed, 11 May 2022 22:32:32 +0000 (22:32 +0000)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 12 May 2022 05:44:01 +0000 (14:44 +0900)
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

test/test-functions

index 90c8f79468fd70c2608bdc78d431aa8f2a7f41c8..06a06e706ad5a3199832f5acbb668983f6e591d7 100644 (file)
@@ -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}'