summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/valgrind-python.supp
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/valgrind-python.supp')
-rw-r--r--src/third_party/wiredtiger/test/suite/valgrind-python.supp52
1 files changed, 52 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/test/suite/valgrind-python.supp b/src/third_party/wiredtiger/test/suite/valgrind-python.supp
new file mode 100644
index 00000000000..87a582048e5
--- /dev/null
+++ b/src/third_party/wiredtiger/test/suite/valgrind-python.supp
@@ -0,0 +1,52 @@
+{
+ Ignore python stuff: Cond
+ Memcheck:Cond
+ obj:*python*
+}
+{
+ Ignore python stuff: Addr4
+ Memcheck:Addr4
+ obj:*python*
+}
+{
+ Ignore python stuff: Addr8
+ Memcheck:Addr8
+ obj:*python*
+}
+{
+ Ignore python stuff: Value4
+ Memcheck:Value4
+ obj:*python*
+}
+{
+ Ignore python stuff: Value8
+ Memcheck:Value8
+ obj:*python*
+}
+{
+ Ignore python stuff: Leak
+ Memcheck:Leak
+ fun:*alloc
+ obj:*python*
+}
+
+{
+ FreeBSD: shared libraries.
+ Memcheck:Addr8
+ ...
+ fun:dlopen
+}
+{
+ FreeBSD: shared libraries.
+ Memcheck:Addr8
+ ...
+ fun:__wt_dlsym
+}
+
+{
+ Berkeley DB: uninitialized writes.
+ Memcheck:Param
+ write(buf)
+ ...
+ fun:__memp_pgwrite
+}