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

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

Issue 8775065: Remove suppression. This has been fixed in WebKit and rolled into Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 5188 matching lines...) Expand 10 before | Expand all | Expand 10 after
5199 fun:_ZL19PaintViewIntoCanvasPN6WebKit7WebViewERN4skia14PlatformCanvasE 5199 fun:_ZL19PaintViewIntoCanvasPN6WebKit7WebViewERN4skia14PlatformCanvasE
5200 fun:_ZN24ChromeRenderViewObserver21CaptureFrameThumbnailEPN6WebKit7WebViewEii P8SkBitmapP14ThumbnailScore 5200 fun:_ZN24ChromeRenderViewObserver21CaptureFrameThumbnailEPN6WebKit7WebViewEii P8SkBitmapP14ThumbnailScore
5201 fun:_ZN24ChromeRenderViewObserver16CaptureThumbnailEv 5201 fun:_ZN24ChromeRenderViewObserver16CaptureThumbnailEv
5202 fun:_ZN24ChromeRenderViewObserver15CapturePageInfoEib 5202 fun:_ZN24ChromeRenderViewObserver15CapturePageInfoEib
5203 fun:_ZN4base8internal15RunnableAdapterIM24ChromeRenderViewObserverFvibEE3RunE PS2_RKiRKb 5203 fun:_ZN4base8internal15RunnableAdapterIM24ChromeRenderViewObserverFvibEE3RunE PS2_RKiRKb
5204 fun:_ZN4base8internal12InvokeHelperILb1EvNS0_15RunnableAdapterIM24ChromeRende rViewObserverFvibEEEFvRKNS_7WeakPtrIS3_EERKiRKbEE8MakeItSoES6_SA_SC_SE_ 5204 fun:_ZN4base8internal12InvokeHelperILb1EvNS0_15RunnableAdapterIM24ChromeRende rViewObserverFvibEEEFvRKNS_7WeakPtrIS3_EERKiRKbEE8MakeItSoES6_SA_SC_SE_
5205 fun:_ZN4base8internal7InvokerILi3ENS0_9BindStateINS0_15RunnableAdapterIM24Chr omeRenderViewObserverFvibEEEFvPS4_ibEFvNS_7WeakPtrIS4_EEibEEES9_E3RunEPNS0_13Bin dStateBaseE 5205 fun:_ZN4base8internal7InvokerILi3ENS0_9BindStateINS0_15RunnableAdapterIM24Chr omeRenderViewObserverFvibEEEFvPS4_ibEFvNS_7WeakPtrIS4_EEibEEES9_E3RunEPNS0_13Bin dStateBaseE
5206 fun:_ZNK4base8CallbackIFvvEE3RunEv 5206 fun:_ZNK4base8CallbackIFvvEE3RunEv
5207 } 5207 }
5208 { 5208 {
5209 bug_104749
5210 Memcheck:Unaddressable
5211 ...
5212 fun:_ZN7WebCore14CachedResource6finishEv
5213 fun:_ZN7WebCore17SubresourceLoader16didFinishLoadingEd
5214 fun:_ZN7WebCore14ResourceLoader16didFinishLoadingEPNS_14ResourceHandleEd
5215 fun:_ZN7WebCore22ResourceHandleInternal16didFinishLoadingEPN6WebKit12WebURLLo aderEd
5216 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context18OnCompletedRequestERKN3net16U RLRequestStatusERKSsRKN4base4TimeE
5217 fun:_ZN12_GLOBAL__N_112RequestProxy22NotifyCompletedRequestERKN3net16URLReque stStatusERKSsRKN4base4TimeE
5218 fun:_ZN4base8internal15RunnableAdapterIMN12_GLOBAL__N_112RequestProxyEFvRKN3n et16URLRequestStatusERKSsRKNS_4TimeEEE3RunEPS3_S7_S9_SC_
5219 fun:_ZN4base8internal12InvokeHelperILb0EvNS0_15RunnableAdapterIMN12_GLOBAL__N _112RequestProxyEFvRKN3net16URLRequestStatusERKSsRKNS_4TimeEEEEFvRKPS4_S8_SA_SD_ EE8MakeItSoESG_SJ_S8_SA_SD_
5220 fun:_ZN4base8internal7InvokerILi4ENS0_9BindStateINS0_15RunnableAdapterIMN12_G LOBAL__N_112RequestProxyEFvRKN3net16URLRequestStatusERKSsRKNS_4TimeEEEEFvPS5_S9_ SB_SE_EFvSI_S7_SsSC_EEESJ_E3RunEPNS0_13BindStateBaseE
5221 fun:_ZNK4base8CallbackIFvvEE3RunEv
5222 }
5223 {
5224 bug_105907 5209 bug_105907
5225 Memcheck:Uninitialized 5210 Memcheck:Uninitialized
5226 ... 5211 ...
5227 fun:_ZN4skia14BGRAConvolve2DEPKhibRKNS_19ConvolutionFilter1DES4_iPhb 5212 fun:_ZN4skia14BGRAConvolve2DEPKhibRKNS_19ConvolutionFilter1DES4_iPhb
5228 fun:_ZN4skia15ImageOperations11ResizeBasicERK8SkBitmapNS0_12ResizeMethodEiiRK 7SkIRect 5213 fun:_ZN4skia15ImageOperations11ResizeBasicERK8SkBitmapNS0_12ResizeMethodEiiRK 7SkIRect
5229 fun:_ZN4skia15ImageOperations6ResizeERK8SkBitmapNS0_12ResizeMethodEiiRK7SkIRe ct 5214 fun:_ZN4skia15ImageOperations6ResizeERK8SkBitmapNS0_12ResizeMethodEiiRK7SkIRe ct
5230 fun:_ZN4skia15ImageOperations6ResizeERK8SkBitmapNS0_12ResizeMethodEii 5215 fun:_ZN4skia15ImageOperations6ResizeERK8SkBitmapNS0_12ResizeMethodEii
5231 fun:_ZNK7WebCore15NativeImageSkia13resizedBitmapERK7SkIRectiiS3_ 5216 fun:_ZNK7WebCore15NativeImageSkia13resizedBitmapERK7SkIRectiiS3_
5232 fun:_ZN7WebCoreL19drawResampledBitmapER8SkCanvasR7SkPaintRKNS_15NativeImageSk iaERK7SkIRectRK6SkRect 5217 fun:_ZN7WebCoreL19drawResampledBitmapER8SkCanvasR7SkPaintRKNS_15NativeImageSk iaERK7SkIRectRK6SkRect
5233 fun:_ZN7WebCoreL13paintSkBitmapEPNS_19PlatformContextSkiaERKNS_15NativeImageS kiaERK7SkIRectRK6SkRectRKN10SkXfermode4ModeE 5218 fun:_ZN7WebCoreL13paintSkBitmapEPNS_19PlatformContextSkiaERKNS_15NativeImageS kiaERK7SkIRectRK6SkRectRKN10SkXfermode4ModeE
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
5367 obj:/lib/libselinux.so.1 5352 obj:/lib/libselinux.so.1
5368 obj:/lib/libselinux.so.1 5353 obj:/lib/libselinux.so.1
5369 } 5354 }
5370 { 5355 {
5371 bug_todo_grep 5356 bug_todo_grep
5372 Memcheck:Leak 5357 Memcheck:Leak
5373 fun:malloc 5358 fun:malloc
5374 obj:/bin/grep 5359 obj:/bin/grep
5375 obj:/bin/grep 5360 obj:/bin/grep
5376 } 5361 }
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