mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 22:34:18 +01:00
refs #5537 add valgrind suppressions
git-svn-id: file:///svn/toku/tokudb@48379 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
318ebbe145
commit
7f442d8918
1 changed files with 36 additions and 2 deletions
|
@ -70,8 +70,8 @@
|
||||||
obj:/usr/lib/libz.so.1.2.3.3
|
obj:/usr/lib/libz.so.1.2.3.3
|
||||||
fun:deflate
|
fun:deflate
|
||||||
fun:compress2
|
fun:compress2
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
compress_is_not_valgrind_clean_ubuntu810
|
compress_is_not_valgrind_clean_ubuntu810
|
||||||
Memcheck:Value8
|
Memcheck:Value8
|
||||||
obj:/usr/lib/libz.so.1.2.3.3
|
obj:/usr/lib/libz.so.1.2.3.3
|
||||||
|
@ -213,9 +213,43 @@
|
||||||
...
|
...
|
||||||
obj:/usr/lib/system/libsystem_c.dylib
|
obj:/usr/lib/system/libsystem_c.dylib
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
fopen_on_OSX
|
||||||
|
Memcheck:Leak
|
||||||
|
...
|
||||||
|
fun:fopen$DARWIN_EXTSN
|
||||||
|
}
|
||||||
{
|
{
|
||||||
popen_on_OSX
|
popen_on_OSX
|
||||||
Memcheck:Leak
|
Memcheck:Leak
|
||||||
...
|
...
|
||||||
fun:popen$DARWIN_EXTSN
|
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
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue