From bb9bc9051629c3319c56785c2f4ae0e605d76329 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 21 Nov 2015 14:51:17 +0100 Subject: Initial import of bitz-server version 0.1.6-1 --- test/valgrind.supp | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 test/valgrind.supp (limited to 'test/valgrind.supp') diff --git a/test/valgrind.supp b/test/valgrind.supp new file mode 100644 index 0000000..be525db --- /dev/null +++ b/test/valgrind.supp @@ -0,0 +1,29 @@ +# +# valgrind.supp +# + +# Python +{ + Python 2.7 (libpython2.7.so.1.0) + Memcheck:Value4 + obj:/usr/lib/libpython2.7.so.1.0 +} + +{ + Python 2.7 (libpython2.7.so.1.0) + Memcheck:Addr4 + obj:/usr/lib/libpython2.7.so.1.0 +} + +{ + Python 2.7 (libpython2.7.so.1.0) + Memcheck:Value8 + obj:/usr/lib/libpython2.7.so.1.0 +} + +{ + Python 2.7 (libpython2.7.so.1.0) + Memcheck:Cond + obj:/usr/lib/libpython2.7.so.1.0 +} + -- cgit v1.2.3