summaryrefslogtreecommitdiff
path: root/test/aux-fixed/valgrind.supp
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-02-07 12:12:19 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2016-02-10 00:03:26 +0000
commit2c9f7ff8e77f13267519311c294eba51e5ea1b38 (patch)
treeff1a5bc7a4f3bf93e3de9ad9126caceea15d8941 /test/aux-fixed/valgrind.supp
parent8ea69f926b5c97af51b7ae6666b80643f5456dbd (diff)
Testsuite: Support running exim under valgrind
Fails mostly thanks to lack of suid handling, but -be tests usable if you retry after de-suid of eximdir/exim
Diffstat (limited to 'test/aux-fixed/valgrind.supp')
-rw-r--r--test/aux-fixed/valgrind.supp8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/aux-fixed/valgrind.supp b/test/aux-fixed/valgrind.supp
new file mode 100644
index 000000000..5f3b8dfd4
--- /dev/null
+++ b/test/aux-fixed/valgrind.supp
@@ -0,0 +1,8 @@
+{
+ macro_whitelist
+ Memcheck:Leak
+ fun:malloc
+ fun:store_malloc_3
+ fun:macros_trusted
+ fun:main
+}