valgrind: Update suppression file to align with updated POSIX arch

Things have moved around so we need to update the
suppression file so the callstack and types of
leaks valgrind reports still match.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2023-06-14 16:13:57 +02:00 committed by Chris Friedt
parent 7e37482a77
commit 04a16f21e4

View file

@ -10,19 +10,27 @@
{
POSIX arch no thread cleanup
Memcheck:Leak
match-leak-kinds: possible
match-leak-kinds: reachable,possible
...
fun:pthread_create*
fun:posix_new_thread
fun:arch_new_thread
}
{
POSIX soc no cpu cleanup
Memcheck:Leak
match-leak-kinds: reachable
...
fun:posix_boot_cpu
...
fun:main
}
{
POSIX arch no cpu cleanup
Memcheck:Leak
match-leak-kinds: possible
match-leak-kinds: reachable
...
fun:pthread_create*
fun:posix_boot_cpu
fun:main
fun:nct_init
fun:posix_arch_init
}
{
lvgl no cleanup