Skip to content

Commit

Permalink
tests: update valgrind supression file following update of the ci to …
Browse files Browse the repository at this point in the history
…ubuntu-24.04
  • Loading branch information
joelguittet committed Aug 3, 2024
1 parent e2a2438 commit 4173ab9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/valgrind_suppression_timer_create.supp
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
Memcheck:Leak
match-leak-kinds: possible
fun:calloc
fun:calloc
fun:allocate_dtv
fun:_dl_allocate_tls
fun:allocate_stack
fun:pthread_create@@GLIBC_2.2.5
fun:__start_helper_thread
fun:pthread_create@@GLIBC_2.34
fun:__timer_start_helper_thread
fun:__pthread_once_slow
fun:timer_create@@GLIBC_2.3.3
fun:timer_create@@GLIBC_2.34
fun:mender_scheduler_work_create
fun:mender_client_init
fun:main
Expand Down

0 comments on commit 4173ab9

Please sign in to comment.