Commit 7f442d89 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

refs #5537 add valgrind suppressions


git-svn-id: file:///svn/toku/tokudb@48379 c7de825b-a66e-492c-adef-691d508d4ae1
parent 318ebbe1
......@@ -70,8 +70,8 @@
obj:/usr/lib/libz.so.1.2.3.3
fun:deflate
fun:compress2
}
{
}
{
compress_is_not_valgrind_clean_ubuntu810
Memcheck:Value8
obj:/usr/lib/libz.so.1.2.3.3
......@@ -213,9 +213,43 @@
...
obj:/usr/lib/system/libsystem_c.dylib
}
{
fopen_on_OSX
Memcheck:Leak
...
fun:fopen$DARWIN_EXTSN
}
{
popen_on_OSX
Memcheck:Leak
...
fun:popen$DARWIN_EXTSN
}
{
gettimeofday_on_OSX
Memcheck:Leak
...
fun:tzsetwall_basic
obj:/usr/lib/system/libsystem_c.dylib
}
{
setenv_on_OSX
Memcheck:Leak
...
obj:/usr/lib/system/libsystem_c.dylib
fun:setenv
}
{
unsetenv_on_OSX
Memcheck:Leak
...
obj:/usr/lib/system/libsystem_c.dylib
fun:unsetenv
}
{
loadlocale_on_osx
Memcheck:Leak
...
obj:/usr/lib/system/libsystem_c.dylib
fun:loadlocale
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment