mariadb/newbrt/valgrind.suppressions
Bradley C. Kuszmaul abd5212bcf Merge r26784 into the main line.
Changes include patches to
 * Handle gcc 4.4.1's foibles.
 * Instrument {{{toku_os_pread}}}
 * Release the lock during I/Os for queries (#3039)
 * Simplification of the ydb lock (no more backoff)
 * Use {{{DB_TXN_NOSYNC}} for several tests (which speeds them up).
 * Set the redzone to zero for several tests  (so they can run on machines with little free space). (#3111)
 * Add  helgrind and valgrind suppressions to some tests.
 * Add dollar-id-dollar to several files.
 * Declare the schedule status values to be volatile.
 * Add a method to the toku {{{RWLOCK}}} to effectively grab the read lock and then release it quickly.  (With only one condition variable acquisition.)
Fixes #3039. close[t:3039]
Refs #3111,   #3112,   #3119,   #3125,   #3126,   #3128,   #3131,   #3133,   #3142,   #3152.
   [t:3111] [t:3112] [t:3119] [t:3125] [t:3126] [t:3128] [t:3131] [t:3133] [t:3142] [t:3152].


git-svn-id: file:///svn/toku/tokudb@26785 c7de825b-a66e-492c-adef-691d508d4ae1
2013-04-16 23:59:34 -04:00

98 lines
1.8 KiB
Text

{
compress_is_still_not_valgrind_clean_in_ubuntu_3
Memcheck:Param
write(buf)
obj:/lib/libpthread-2.10.1.so
fun:toku_os_write
fun:write_nonleaf_node
}
{
compress_is_still_not_valgrind_clean_in_ubuntu_2
Memcheck:Param
write(buf)
obj:/lib/libpthread-2.10.1.so
fun:toku_os_write
fun:finish_leafnode
}
{
compress_is_still_not_valgrind_clean_in_ubuntu
Memcheck:Param
pwrite64(buf)
obj:/lib/libpthread-2.10.1.so
fun:toku_os_full_pwrite
fun:toku_serialize_brtnode_to
}
{
compress_is_not_valgrind_clean
Memcheck:Cond
fun:longest_match
fun:deflate_slow
fun:deflate
fun:compress2
}
{
compress_is_not_valgrind_clean2
Memcheck:Cond
fun:longest_match
fun:deflate_fast
fun:deflate
fun:compress2
}
{
compress_is_not_valgrind_clean3
Memcheck:Cond
obj:/usr/lib64/libz.so.1.2.3
obj:/usr/lib64/libz.so.1.2.3
fun:deflate
fun:compress2
}
{
compress_is_not_valgrind_clean3_32
Memcheck:Cond
obj:/usr/lib/libz.so.1.2.3
obj:/usr/lib/libz.so.1.2.3
fun:deflate
fun:compress2
}
{
compress_is_not_valgrind_clean3_fedora9
Memcheck:Cond
obj:/lib64/libz.so.1.2.3
obj:/lib64/libz.so.1.2.3
fun:deflate
fun:compress2
}
{
compress_is_not_valgrind_clean_ubuntu804
Memcheck:Cond
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
fun:deflate
fun:compress2
}
{
compress_is_not_valgrind_clean2_ubuntu810
Memcheck:Cond
obj:/usr/lib/libz.so.1.2.3.3
obj:/usr/lib/libz.so.1.2.3.3
fun:deflate
fun:compress2
}
{
compress_is_not_valgrind_clean3_ubuntu810
Memcheck:Value8
obj:/usr/lib/libz.so.1.2.3.3
obj:/usr/lib/libz.so.1.2.3.3
obj:/usr/lib/libz.so.1.2.3.3
fun:deflate
fun:compress2
}