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

Side by Side Diff: tools/valgrind/memcheck/suppressions.txt

Issue 8743016: Memcheck:Uninitialized suppression for BGRAConvolve2D. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years 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 # There are four kinds of suppressions in this file. 1 # There are four kinds of suppressions in this file.
2 # 1. third party stuff we have no control over 2 # 1. third party stuff we have no control over
3 # 3 #
4 # 2. intentional unit test errors, or stuff that is somehow a false positive 4 # 2. intentional unit test errors, or stuff that is somehow a false positive
5 # in our own code, or stuff that is so trivial it's not worth fixing 5 # in our own code, or stuff that is so trivial it's not worth fixing
6 # 6 #
7 # 3. Suppressions for real chromium bugs that are not yet fixed. 7 # 3. Suppressions for real chromium bugs that are not yet fixed.
8 # These should all be in chromium's bug tracking system (but a few aren't yet). 8 # These should all be in chromium's bug tracking system (but a few aren't yet).
9 # Periodically we should sweep this file and the bug tracker clean by 9 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions. 10 # running overnight and removing outdated bugs/suppressions.
(...skipping 5199 matching lines...) Expand 10 before | Expand all | Expand 10 after
5210 } 5210 }
5211 { 5211 {
5212 bug_105864 5212 bug_105864
5213 Memcheck:Leak 5213 Memcheck:Leak
5214 fun:_Znw* 5214 fun:_Znw*
5215 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIFvvEEESA_ 5215 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIFvvEEESA_
5216 fun:_ZN4base16MessageLoopProxy16PostTaskAndReplyERKN15tracked_objects8Locatio nERKNS_8CallbackIFvvEEES9_ 5216 fun:_ZN4base16MessageLoopProxy16PostTaskAndReplyERKN15tracked_objects8Locatio nERKNS_8CallbackIFvvEEES9_
5217 fun:_ZN7content13BrowserThread16PostTaskAndReplyENS0_2IDERKN15tracked_objects 8LocationERKN4base8CallbackIFvvEEESB_ 5217 fun:_ZN7content13BrowserThread16PostTaskAndReplyENS0_2IDERKN15tracked_objects 8LocationERKN4base8CallbackIFvvEEESB_
5218 fun:_ZN16ProfileInfoCache30SetGAIAPictureOfProfileAtIndexE?PKN3gfx5ImageE 5218 fun:_ZN16ProfileInfoCache30SetGAIAPictureOfProfileAtIndexE?PKN3gfx5ImageE
5219 } 5219 }
5220 {
5221 bug_105907
5222 Memcheck:Uninitialized
5223 ...
5224 fun:_ZN4skia14BGRAConvolve2DEPKhibRKNS_19ConvolutionFilter1DES4_iPhb
5225 fun:_ZN4skia15ImageOperations11ResizeBasicERK8SkBitmapNS0_12ResizeMethodEiiRK 7SkIRect
5226 fun:_ZN4skia15ImageOperations6ResizeERK8SkBitmapNS0_12ResizeMethodEiiRK7SkIRe ct
5227 fun:_ZN4skia15ImageOperations6ResizeERK8SkBitmapNS0_12ResizeMethodEii
5228 fun:_ZNK7WebCore15NativeImageSkia13resizedBitmapERK7SkIRectiiS3_
5229 fun:_ZN7WebCoreL19drawResampledBitmapER8SkCanvasR7SkPaintRKNS_15NativeImageSk iaERK7SkIRectRK6SkRect
5230 fun:_ZN7WebCoreL13paintSkBitmapEPNS_19PlatformContextSkiaERKNS_15NativeImageS kiaERK7SkIRectRK6SkRectRKN10SkXfermode4ModeE
5231 fun:_ZN7WebCore11BitmapImage4drawEPNS_15GraphicsContextERKNS_9FloatRectES5_NS _10ColorSpaceENS_17CompositeOperatorE
5232 fun:_ZN7WebCore15GraphicsContext9drawImageEPNS_5ImageENS_10ColorSpaceERKNS_9F loatRectES6_NS_17CompositeOperatorEb
5233 fun:_ZN7WebCore15GraphicsContext9drawImageEPNS_5ImageENS_10ColorSpaceERKNS_7I ntRectES6_NS_17CompositeOperatorEb
5234 fun:_ZN7WebCore15GraphicsContext9drawImageEPNS_5ImageENS_10ColorSpaceERKNS_7I ntRectENS_17CompositeOperatorEb
5235 fun:_ZN7WebCore11RenderImage13paintIntoRectEPNS_15GraphicsContextERKNS_7IntRe ctE
5236 fun:_ZN7WebCore11RenderImage13paintReplacedERNS_9PaintInfoERKNS_8IntPointE
5237 fun:_ZN7WebCore14RenderReplaced5paintERNS_9PaintInfoERKNS_8IntPointE
5238 fun:_ZN7WebCore11RenderImage5paintERNS_9PaintInfoERKNS_8IntPointE
5239 fun:_ZN7WebCore9InlineBox5paintERNS_9PaintInfoERKNS_8IntPointEii
5240 fun:_ZN7WebCore13InlineFlowBox5paintERNS_9PaintInfoERKNS_8IntPointEii
5241 fun:_ZN7WebCore13RootInlineBox5paintERNS_9PaintInfoERKNS_8IntPointEii
5242 fun:_ZNK7WebCore17RenderLineBoxList5paintEPNS_20RenderBoxModelObjectERNS_9Pai ntInfoERKNS_8IntPointE
5243 fun:_ZN7WebCore11RenderBlock13paintContentsERNS_9PaintInfoERKNS_8IntPointE
5244 }
5220 5245
5221 #----------------------------------------------------------------------- 5246 #-----------------------------------------------------------------------
5222 # 4. These only occur on our Google workstations 5247 # 4. These only occur on our Google workstations
5223 { 5248 {
5224 bug_todo_freeres 5249 bug_todo_freeres
5225 Memcheck:Free 5250 Memcheck:Free
5226 fun:free 5251 fun:free
5227 fun:__libc_freeres 5252 fun:__libc_freeres
5228 fun:_vgnU_freeres 5253 fun:_vgnU_freeres
5229 fun:_Exit 5254 fun:_Exit
(...skipping 17 matching lines...) Expand all
5247 obj:/lib/libselinux.so.1 5272 obj:/lib/libselinux.so.1
5248 obj:/lib/libselinux.so.1 5273 obj:/lib/libselinux.so.1
5249 } 5274 }
5250 { 5275 {
5251 bug_todo_grep 5276 bug_todo_grep
5252 Memcheck:Leak 5277 Memcheck:Leak
5253 fun:malloc 5278 fun:malloc
5254 obj:/bin/grep 5279 obj:/bin/grep
5255 obj:/bin/grep 5280 obj:/bin/grep
5256 } 5281 }
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