Suppress jump on uninitialized value noticed by Valgrind on Mac in
OpenGL.framework's GLEngine.bundle Review URL: http://codereview.chromium.org/113770 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16763 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user