Added valgrind memory leak tests in testmem.sh for cli and netconf
This commit is contained in:
parent
055b1df80c
commit
286c2ec04f
6 changed files with 140 additions and 31 deletions
29
test/clixon.supp
Normal file
29
test/clixon.supp
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
supp2
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: reachable
|
||||
fun:*
|
||||
fun:_dl_new_object
|
||||
}
|
||||
{
|
||||
supp3
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: reachable
|
||||
fun:*
|
||||
fun:*
|
||||
fun:expand_dynamic_string_token
|
||||
}
|
||||
{
|
||||
supp44
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: reachable
|
||||
fun:*
|
||||
fun:_dlerror_run
|
||||
}
|
||||
{
|
||||
supp5
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: reachable
|
||||
fun:*
|
||||
fun:_dl_check_map_versions
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue