Update tests valgrind suppressions

R=borenet@google.com

Author: robertphillips@google.com

Review URL: https://chromiumcodereview.appspot.com/18510005

git-svn-id: http://skia.googlecode.com/svn/trunk@9871 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
commit-bot@chromium.org 2013-07-02 17:40:22 +00:00
parent 76e0d13789
commit 738e02c6f8

View File

@ -1,16 +1,22 @@
# Pass this file to Valgrind with "--suppressions=tests/valgrind.supp"
# to avoid reporting errors inside the driver.
{
nVidiaDriverUninitializedJump001
Mesa_glsl_parsing
Memcheck:Cond
obj:/usr/lib/nvidia-current/libnvidia-glcore.so.280.13
fun:_ZN22_mesa_glsl_parse_stateC1EP10gl_contextjPv
obj:/usr/lib/x86_64-linux-gnu/dri/libglsl.so
}
{
nVidiaDriverLeak001
Memcheck:Leak
fun:malloc
obj:/usr/lib/nvidia-current/libGL.so.280.13
lib_png_inflate
Memcheck:Cond
fun:inflateReset2
fun:inflateInit2_
fun:png_create_read_struct_2
fun:png_create_read_struct
}
{
Mesa_ReadPixels
Memcheck:Value8
obj:/usr/lib/x86_64-linux-gnu/dri/libdricore.so
fun:_mesa_readpixels
}