summaryrefslogtreecommitdiff
path: root/test/valgrind.supp
diff options
context:
space:
mode:
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
+}
+