From 2c9f7ff8e77f13267519311c294eba51e5ea1b38 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 7 Feb 2016 12:12:19 +0000 Subject: 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 --- test/aux-fixed/valgrind.supp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/aux-fixed/valgrind.supp (limited to 'test/aux-fixed/valgrind.supp') 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 +} -- cgit v1.2.3