summaryrefslogtreecommitdiff
path: root/mysql-test/valgrind.supp
diff options
context:
space:
mode:
authorElena Stepanova <elenst@montyprogram.com>2017-02-23 14:24:34 +0200
committerElena Stepanova <elenst@montyprogram.com>2017-02-23 14:32:43 +0200
commitae142c21a5f7d17cb98f18434b397cb0190725ef (patch)
treeb1d764547acb4d7377afa386841f4196f9b06943 /mysql-test/valgrind.supp
parenta0ce92ddc7d3f147c5103b9470d10bad194b41e4 (diff)
downloadmariadb-git-ae142c21a5f7d17cb98f18434b397cb0190725ef.tar.gz
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.
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r--mysql-test/valgrind.supp9
1 files changed, 9 insertions, 0 deletions
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.