summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2012-08-24 10:50:26 +0200
committerSimon Josefsson <simon@josefsson.org>2012-08-24 10:51:21 +0200
commitcf5828497b58488907bfe900eb760e8701ce9d20 (patch)
treeef2b5c1285086798d10fedc5738cad38f66c081b
parentc095e6db00ef98bdaa1b771aa088de15259c070b (diff)
downloadgnutls-cf5828497b58488907bfe900eb760e8701ce9d20.tar.gz
Fix suppression rules.
-rw-r--r--tests/suppressions.valgrind17
1 files changed, 13 insertions, 4 deletions
diff --git a/tests/suppressions.valgrind b/tests/suppressions.valgrind
index a8ca52490b..ee096209e6 100644
--- a/tests/suppressions.valgrind
+++ b/tests/suppressions.valgrind
@@ -16,10 +16,6 @@
fun:_gnutls_epoch_set_keys
fun:_gnutls_write_connection_state_init
fun:_gnutls_send_handshake_final
- fun:_gnutls_handshake_common
- fun:gnutls_handshake
- fun:doit
- fun:main
}
{
@@ -201,3 +197,16 @@
fun:_gnutls_rnd_init
fun:gnutls_global_init
}
+
+{
+ ignore p11 leaks
+ Memcheck:Leak
+ fun:calloc
+ obj:*
+ obj:*
+ obj:*
+ obj:*
+ fun:p11_kit_initialize_registered
+ fun:gnutls_pkcs11_init
+ fun:gnutls_global_init
+}