summaryrefslogtreecommitdiff
path: root/build/glibc.supp
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2014-03-05 12:58:46 +0100
committerStef Walter <stefw@gnome.org>2014-03-05 13:02:16 +0100
commit533044c5ef208543b00e5f56635dcaae1b93d31b (patch)
tree7679e20322fdbcf0d0f53f722386415b9168ea0b /build/glibc.supp
parent4f0b8a25630d6555cf0d91b849273e0e24a174ad (diff)
downloadgnome-keyring-533044c5ef208543b00e5f56635dcaae1b93d31b.tar.gz
Makefile.am: Use parallel tests for 'make check'
Also build in a 'make check-memory' and related functionality which drives valgrind.
Diffstat (limited to 'build/glibc.supp')
-rw-r--r--build/glibc.supp13
1 files changed, 13 insertions, 0 deletions
diff --git a/build/glibc.supp b/build/glibc.supp
new file mode 100644
index 00000000..34e68bff
--- /dev/null
+++ b/build/glibc.supp
@@ -0,0 +1,13 @@
+{
+ dlclose
+ Memcheck:Leak
+ ...
+ fun:dlclose
+}
+{
+ dlopen
+ Memcheck:Leak
+ ...
+ fun:_dlerror_run
+ fun:dlopen@@GLIBC_2.2.5
+}