Revert "Revert "* Added valgrind memory leak tests in testmem.sh for restconf""
This reverts commit a73d2bd242.
This commit is contained in:
parent
a73d2bd242
commit
83edd29678
29 changed files with 193 additions and 131 deletions
44
test/valgrind-clixon.supp
Normal file
44
test/valgrind-clixon.supp
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
supp1
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: reachable
|
||||
fun:*
|
||||
fun:_dl_new_object
|
||||
}
|
||||
{
|
||||
supp2
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: reachable
|
||||
fun:*
|
||||
fun:*
|
||||
fun:expand_dynamic_string_token
|
||||
}
|
||||
{
|
||||
supp3
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: reachable
|
||||
fun:*
|
||||
fun:_dlerror_run
|
||||
}
|
||||
{
|
||||
supp4
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: reachable
|
||||
fun:*
|
||||
fun:_dl_check_map_versions
|
||||
}
|
||||
{
|
||||
supp5
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: reachable
|
||||
fun:*
|
||||
fun:*
|
||||
fun:_dl_map_object
|
||||
}
|
||||
{
|
||||
supp6-fcgi
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: reachable
|
||||
fun:*
|
||||
fun:OS_LibInit
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue