validate: ignore libvpx valgrind errors

Reviewers: thiblahute

Differential Revision: http://phabricator.freedesktop.org/D132
This commit is contained in:
Guillaume Desmottes 2015-04-27 14:48:54 +02:00 committed by Thibault Saunier
parent 133c415ade
commit 1c03eb0f71

View file

@ -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*
}