aboutsummaryrefslogtreecommitdiff
path: root/tests/valgrind.supp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/valgrind.supp')
-rw-r--r--tests/valgrind.supp24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/valgrind.supp b/tests/valgrind.supp
new file mode 100644
index 00000000..cbda3245
--- /dev/null
+++ b/tests/valgrind.supp
@@ -0,0 +1,24 @@
+### CHECK
+{
+ check emalloc
+ Memcheck:Leak
+ fun:malloc
+ fun:emalloc
+}
+
+{
+ check setup_pipe
+ Memcheck:Leak
+ fun:malloc
+ fun:fdopen@@GLIBC_2.2.5
+ fun:tmpfile@@GLIBC_2.2.5
+ fun:setup_pipe
+}
+
+{
+ check erealloc
+ Memcheck:Leak
+ fun:realloc
+ fun:erealloc
+}
+