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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 # See http://code.google.com/p/chromium/issues/detail?id=9565 2 # See http://code.google.com/p/chromium/issues/detail?id=9565
3 # This should have been handled by platform-specific suppression. 3 # This should have been handled by platform-specific suppression.
4 # Remove this when https://bugs.kde.org/show_bug.cgi?id=188572 is fixed 4 # Remove this when https://bugs.kde.org/show_bug.cgi?id=188572 is fixed
5 setenv() leaks on Mac intentionally. 5 setenv() leaks on Mac intentionally.
6 Memcheck:Leak 6 Memcheck:Leak
7 ... 7 ...
8 fun:__setenv 8 fun:__setenv
9 fun:setenv$UNIX2003 9 fun:setenv$UNIX2003
10 } 10 }
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 # (was: http://crbug.com/9563 ) 164 # (was: http://crbug.com/9563 )
165 bug_11333 165 bug_11333
166 Memcheck:Leak 166 Memcheck:Leak
167 fun:malloc 167 fun:malloc
168 fun:stdSmartNewPtr 168 fun:stdSmartNewPtr
169 fun:stdSmartNewHandle 169 fun:stdSmartNewHandle
170 fun:IOCreateAndOpen 170 fun:IOCreateAndOpen
171 fun:ScratchInit 171 fun:ScratchInit
172 fun:CMOpenOrNewAccess 172 fun:CMOpenOrNewAccess
173 } 173 }
174 {
175 bug_12525
176 Memcheck:Cond
177 ...
178 fun:gldGetTextureLevel
179 fun:gldUpdateDispatch
180 fun:glBegin_Exec
181 fun:fe_gl_begin
182 fun:fe_tree_render_apply_1
183 fun:apply_tile_callback
184 fun:fe_gl_texture_tile_map
185 fun:image_buffer_texture_tile_map
186 fun:fe_texture_tile_map
187 }
188 {
189 # Jump on uninitialized value in OpenGL.framework's GLEngine.bundle
190 bug_12528
191 Memcheck:Cond
192 ...
193 fun:ripc_DrawShading
194 fun:CGContextDrawShading
195 }
OLDNEW
« 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