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
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue