Skip to content

Commit

Permalink
TEST: Exclude libnl-3 from valgrind tests
Browse files Browse the repository at this point in the history
Because tests are now linked to libnl-3, valgrind tests are failing.
We suppress error for this external library.

Reviewed-by: Alexey Tikhonov <[email protected]>
Reviewed-by: Pavel Březina <[email protected]>
  • Loading branch information
aplopez authored and pbrezina committed May 9, 2024
1 parent be42ada commit ce9924c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions contrib/ci/sssd.supp
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@
...
}

# netlink-involved leaks
{
sssd-leak-netlink
Memcheck:Leak
...
obj:*/libnl-3.so.*
...
}

# False positive - pcre_free is called in sss_names_ctx_destructor
{
sssd-leak-sss_names_pcre2
Expand Down

0 comments on commit ce9924c

Please sign in to comment.