mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 07:00:05 +01:00
tests: add valgrind suppression for callouts tests
This commit is contained in:
parent
171a9eabc6
commit
d5f8312996
1 changed files with 18 additions and 0 deletions
|
|
@ -145,3 +145,21 @@
|
|||
...
|
||||
}
|
||||
|
||||
{
|
||||
# FIXME: dunny why this is needed. Clean up later.
|
||||
_dispatcher_test
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: definite
|
||||
fun:malloc
|
||||
fun:g_malloc
|
||||
fun:g_slice_alloc
|
||||
fun:g_variant_new_from_bytes
|
||||
fun:g_variant_new_from_trusted
|
||||
fun:parse_dhcp
|
||||
fun:get_dispatcher_file
|
||||
...
|
||||
fun:g_test_run_suite_internal
|
||||
fun:g_test_run_suite_internal
|
||||
fun:g_test_run_suite
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue