From 1c03eb0f711a6dadea88e6eab4f1599f49f86c7c Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 27 Apr 2015 14:48:54 +0200 Subject: [PATCH] validate: ignore libvpx valgrind errors Reviewers: thiblahute Differential Revision: http://phabricator.freedesktop.org/D132 --- validate/data/gstvalidate.supp | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/validate/data/gstvalidate.supp b/validate/data/gstvalidate.supp index 5b6a321acc..3334dc52f5 100644 --- a/validate/data/gstvalidate.supp +++ b/validate/data/gstvalidate.supp @@ -57,3 +57,16 @@ fun:_cairo_gstate_show_text_glyphs fun:cairo_show_glyphs } + +# PENDING: https://bugzilla.gnome.org/show_bug.cgi?id=748417 +{ + Ignore all the invalid memory errors from libvpx + Memcheck:Cond + obj:/usr/lib64/libvpx.so* +} + +{ + Ignore all the invalid memory errors from libvpx + Memcheck:Value8 + obj:/usr/lib64/libvpx.so* +}