initial commit
This commit is contained in:
29
valgrind_ignore.supp
Normal file
29
valgrind_ignore.supp
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
coreclr_all_leaks
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: all
|
||||
...
|
||||
obj:*libcoreclr.so*
|
||||
}
|
||||
{
|
||||
coreclr_cond
|
||||
Memcheck:Cond
|
||||
...
|
||||
obj:*libcoreclr.so*
|
||||
}
|
||||
{
|
||||
libsystem_all_leaks
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: all
|
||||
...
|
||||
obj:*libSystem.*.so*
|
||||
}
|
||||
|
||||
{
|
||||
dlopen_leak
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: reachable
|
||||
...
|
||||
fun:_dl_open
|
||||
...
|
||||
}
|
||||
Reference in New Issue
Block a user