Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(221)

Unified Diff: tools/valgrind/suppressions_mac.txt

Issue 113770: Suppress jump on uninitialized value noticed by Valgrind on Mac in... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/suppressions_mac.txt
===================================================================
--- tools/valgrind/suppressions_mac.txt (revision 16751)
+++ tools/valgrind/suppressions_mac.txt (working copy)
@@ -171,3 +171,25 @@
fun:ScratchInit
fun:CMOpenOrNewAccess
}
+{
+ bug_12525
+ Memcheck:Cond
+ ...
+ fun:gldGetTextureLevel
+ fun:gldUpdateDispatch
+ fun:glBegin_Exec
+ fun:fe_gl_begin
+ fun:fe_tree_render_apply_1
+ fun:apply_tile_callback
+ fun:fe_gl_texture_tile_map
+ fun:image_buffer_texture_tile_map
+ fun:fe_texture_tile_map
+}
+{
+ # Jump on uninitialized value in OpenGL.framework's GLEngine.bundle
+ bug_12528
+ Memcheck:Cond
+ ...
+ fun:ripc_DrawShading
+ fun:CGContextDrawShading
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698