summaryrefslogtreecommitdiff
path: root/test/valgrind.supp
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-11-21 14:51:17 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-11-21 14:51:17 +0100
commitbb9bc9051629c3319c56785c2f4ae0e605d76329 (patch)
treeec393eb145e5a7d43909bdfc43cdeaa28c4e434a /test/valgrind.supp
Initial import of bitz-server version 0.1.6-1
Diffstat (limited to 'test/valgrind.supp')
-rw-r--r--test/valgrind.supp29
1 files changed, 29 insertions, 0 deletions
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
+}
+