valgrind: Update POSIX soc no cpu cleanup suppression

Add `possible` to match-leak-kinds to prevent false positives caused by
POSIX soc no cpu cleanup.

The leak can be reproduced by adding CONFIG_NETWORKING=y to
tests/lib/cpp/libcxx/prj.conf and run twister:
twister -p native_sim -s tests/lib/cpp/libcxx/cpp.libcxx.host
--enable-valgrind

Signed-off-by: Jeppe Odgaard <jeppe.odgaard@prevas.dk>
This commit is contained in:
Jeppe Odgaard 2023-11-22 15:09:34 +01:00 committed by Carles Cufí
parent 81773c9905
commit f74f309ec7

View file

@ -18,7 +18,7 @@
{ {
POSIX soc no cpu cleanup POSIX soc no cpu cleanup
Memcheck:Leak Memcheck:Leak
match-leak-kinds: reachable match-leak-kinds: reachable,possible
... ...
fun:posix_boot_cpu fun:posix_boot_cpu
... ...