diff options
author | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-07-02 17:40:22 +0000 |
---|---|---|
committer | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-07-02 17:40:22 +0000 |
commit | 738e02c6f807782b165ed193a5f3b331e7d6c4ea (patch) | |
tree | 85753f661201102375932fb7b96b1515f1e237e2 /tests | |
parent | 76e0d137892f6a4f3bce278aceb99f9a0d37317c (diff) |
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
Diffstat (limited to 'tests')
-rw-r--r-- | tests/valgrind.supp | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/tests/valgrind.supp b/tests/valgrind.supp index 4539c94997..6ef4dfe7c9 100644 --- a/tests/valgrind.supp +++ b/tests/valgrind.supp @@ -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 } - - |