summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2022-05-11 22:32:32 +0000
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-05-12 14:44:01 +0900
commitd0880faa5dda495c7c77425697b82a94b4e68bf6 (patch)
treeddc7ab0c57c870ecd6aecb9eae3a6c0060eed9d8 /test
parent34f6ae24c5ca7975ed5bd6d47e42bda0e7bf97be (diff)
downloadsystemd-d0880faa5dda495c7c77425697b82a94b4e68bf6.tar.gz
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
Diffstat (limited to 'test')
-rw-r--r--test/test-functions1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-functions b/test/test-functions
index 90c8f79468..06a06e706a 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}'