validate: ignore x264 valgrind errors
Summary: The x264 code is pretty hardcore so I just opened a bug for now. Reviewers: thiblahute Differential Revision: http://phabricator.freedesktop.org/D164
This commit is contained in:
parent
4927c65710
commit
d548286209
@ -78,3 +78,33 @@
|
||||
fun:drmIoctl
|
||||
fun:drmPrimeHandleToFD
|
||||
}
|
||||
|
||||
# PENDING: https://bugzilla.gnome.org/show_bug.cgi?id=749232
|
||||
# x264 errors
|
||||
{
|
||||
<insert_a_suppression_name_here>
|
||||
Memcheck:Cond
|
||||
...
|
||||
fun:x264_encoder_encode
|
||||
}
|
||||
|
||||
{
|
||||
<insert_a_suppression_name_here>
|
||||
Memcheck:Value8
|
||||
...
|
||||
fun:x264_encoder_encode
|
||||
}
|
||||
|
||||
{
|
||||
<insert_a_suppression_name_here>
|
||||
Memcheck:Cond
|
||||
...
|
||||
fun:x264_lookahead_thread
|
||||
}
|
||||
|
||||
{
|
||||
<insert_a_suppression_name_here>
|
||||
Memcheck:Cond
|
||||
...
|
||||
fun:x264_threadpool_thread
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user