validate: ignore libvpx valgrind errors
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 27 Apr 2015 12:48:54 +0000 (14:48 +0200)
committerThibault Saunier <tsaunier@gnome.org>
Fri, 1 May 2015 13:15:26 +0000 (15:15 +0200)
Reviewers: thiblahute

Differential Revision: http://phabricator.freedesktop.org/D132

validate/data/gstvalidate.supp

index 5b6a321accb8a7d4077d90c39cabfb30ce430537..3334dc52f5457037643fd3545eb9283a872a627f 100644 (file)
    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*
+}