From ae142c21a5f7d17cb98f18434b397cb0190725ef Mon Sep 17 00:00:00 2001 From: Elena Stepanova Date: Thu, 23 Feb 2017 14:24:34 +0200 Subject: MDEV-12106 Valgrind tests fail all over in buildbot on 10.0 (with blocks are still reachable). There was a similar suppression already, but it had an extra line comparing to failures which we are getting, so it wasn't applied. Added another variant of the suppression. --- mysql-test/valgrind.supp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'mysql-test/valgrind.supp') diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp index 18c9559ea78..cbc9493e385 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -1089,6 +1089,15 @@ fun:SSL_library_init } +{ + OpenSSL still reachable. + Memcheck:Leak + fun:*alloc + fun:CRYPTO_malloc + fun:sk_new + fun:SSL_COMP_get_compression_methods + fun:SSL_library_init +} { OpenSSL still reachable. -- cgit v1.2.1