Test: grep \ in internal usecase test, valgrind exceptions for newer version

This commit is contained in:
Olof hagsand 2023-09-06 11:04:42 +02:00
parent b19b3a37fe
commit 17b64f0bab
2 changed files with 19 additions and 1 deletions

View file

@ -3,6 +3,7 @@
Memcheck:Leak
match-leak-kinds: reachable
fun:*
fun:*
fun:_dl_new_object
}
{
@ -25,6 +26,7 @@
Memcheck:Leak
match-leak-kinds: reachable
fun:*
fun:*
fun:_dl_check_map_versions
}
{
@ -59,3 +61,18 @@
fun:*
fun:_dl_close_worker
}
# obsolete
{
supp1x
Memcheck:Leak
match-leak-kinds: reachable
fun:*
fun:_dl_new_object
}
{
supp2x
Memcheck:Leak
match-leak-kinds: reachable
fun:*
fun:expand_dynamic_string_token
}