Skip to content

Commit

Permalink
tests: ignore dbus-broker-launcher
Browse files Browse the repository at this point in the history
There are memory leaks there bus1/dbus-broker#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 systemd/systemd#22547

(cherry picked from commit d0880fa)
Related: #2087652
  • Loading branch information
evverx authored and mrc0mmand committed Jun 14, 2022
1 parent 0188e88 commit b150525
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test-functions
Original file line number Diff line number Diff line change
Expand Up @@ -1328,6 +1328,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}'
Expand Down

0 comments on commit b150525

Please sign in to comment.