notmuch/test/valgrind/suppressions
Carl Worth 169639e606 test: Make the --valgrind option useful, (and drop --verbose).
In order for --valgrind to be useful, we drop noisy additional output of
all of the commands being executed in verbose mode. This makes --verbose
alone quite useless, so we don't document it any more.

Also, add a zlib valgrind suppression that was showing up frequently in the
test suite.
2010-09-20 14:28:13 -07:00

6 lines
No EOL
105 B
Text

{
zlib inflation uses uninitialize values
Memcheck:Cond
fun:inflateReset2
fun:inflateInit2_
}