summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authoreugenis@google.com <eugenis@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-16 08:58:58 +0000
committereugenis@google.com <eugenis@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-16 08:58:58 +0000
commit728692cab908eb4c5995585fe56db7c8e6939209 (patch)
tree99af67d374229f5d20ca5c96f122a25a8817ffa5 /tools
parentfa9918b64b493ffb32d7947cde26870d0d662041 (diff)
downloadchromium_src-728692cab908eb4c5995585fe56db7c8e6939209.zip
chromium_src-728692cab908eb4c5995585fe56db7c8e6939209.tar.gz
chromium_src-728692cab908eb4c5995585fe56db7c8e6939209.tar.bz2
Generalize one suppression and add another.
BUG=60668 TEST=none TBR=glider Review URL: http://codereview.chromium.org/9227006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117836 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/memcheck/suppressions.txt35
1 files changed, 28 insertions, 7 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 704c05b..50b4f49 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -2523,10 +2523,9 @@
fun:_ZN7WebCore29WebGLRenderingContextInternal21compileShaderCallbackERKN2v89ArgumentsE
}
{
- bug_60668
+ bug_60668a
Memcheck:Uninitialized
- fun:_mesa_convert_colors
- fun:convert_color_type
+ ...
fun:_swrast_write_rgba_span
fun:general_triangle
fun:_swrast_validate_triangle
@@ -2540,10 +2539,32 @@
fun:vbo_exec_DrawArrays
fun:neutral_DrawArrays
fun:glDrawArrays
- fun:_ZN6WebKit31WebGraphicsContext3DDefaultImpl10drawArraysEmll
- fun:_ZN7WebCore25GraphicsContext3DInternal10drawArraysEmll
- fun:_ZN7WebCore17GraphicsContext3D10drawArraysEmll
- fun:_ZN7WebCore21WebGLRenderingContext10drawArraysEmllRi
+}
+{
+ bug_60668b
+ Memcheck:Overlap
+ fun:memcpy
+ fun:clip_span
+ fun:_swrast_write_rgba_span
+ fun:general_triangle
+ fun:_swrast_validate_triangle
+ fun:_swrast_Triangle
+ fun:triangle_rgba
+ fun:_tnl_render_poly_elts
+ fun:_tnl_RenderClippedPolygon
+ fun:clip_tri_4
+ fun:clip_elt_triangles
+ fun:run_render
+ fun:_tnl_run_pipeline
+ fun:_tnl_draw_prims
+ fun:_tnl_vbo_draw_prims
+ fun:vbo_validated_drawrangeelements
+ fun:vbo_exec_DrawElements
+ fun:neutral_DrawElements
+ fun:glDrawElements
+ fun:_ZN3gpu5gles216GLES2DecoderImpl18HandleDrawElementsEjRKNS0_12DrawElementsE
+ fun:_ZN3gpu5gles216GLES2DecoderImpl9DoCommandEjjPKv
+ fun:_ZN3gpu13CommandParser14ProcessCommandEv
}
{
bug_60670a