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

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

Issue 8914004: Valgrind: Add suppression for a new leak in SkCreateCGImageRefWithColorspace. (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 three kinds of suppressions in this file: 1 # There are three 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, stuff that is somehow a false positive 4 # 2. Intentional unit test errors, 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. 8 # These should all be in chromium's bug tracking system.
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 2211 matching lines...) Expand 10 before | Expand all | Expand 10 after
2222 fun:_ZN7WebCore23V8AbstractEventListener11handleEventEPNS_22ScriptExecutionCo ntextEPNS_5EventE 2222 fun:_ZN7WebCore23V8AbstractEventListener11handleEventEPNS_22ScriptExecutionCo ntextEPNS_5EventE
2223 fun:_ZN7WebCore11EventTarget18fireEventListenersEPNS_5EventEPNS_15EventTarget DataERN3WTF6VectorINS_23RegisteredEventListenerELm1EEE 2223 fun:_ZN7WebCore11EventTarget18fireEventListenersEPNS_5EventEPNS_15EventTarget DataERN3WTF6VectorINS_23RegisteredEventListenerELm1EEE
2224 } 2224 }
2225 { 2225 {
2226 bug_106912 2226 bug_106912
2227 Memcheck:Leak 2227 Memcheck:Leak
2228 fun:_Znw* 2228 fun:_Znw*
2229 fun:_ZN15tracked_objects10ThreadData23InitializeThreadContextERKSs 2229 fun:_ZN15tracked_objects10ThreadData23InitializeThreadContextERKSs
2230 fun:_ZN4base14PlatformThread7SetNameEPKc 2230 fun:_ZN4base14PlatformThread7SetNameEPKc
2231 } 2231 }
2232 {
2233 bug_107154
2234 Memcheck:Leak
2235 fun:malloc_zone_malloc
2236 fun:_CFRuntimeCreateInstance
2237 fun:CGTypeCreateInstanceWithAllocator
2238 fun:CGTypeCreateInstance
2239 fun:CGImageCreate
2240 fun:_Z32SkCreateCGImageRefWithColorspaceRK8SkBitmapP12CGColorSpace
2241 fun:_ZN7WebCoreL17resolveColorSpaceERK8SkBitmapP12CGColorSpace
2242 fun:_ZN7WebCore10ImageFrame9setStatusENS0_11FrameStatusE
2243 fun:_ZN7WebCore15PNGImageDecoder11pngCompleteEv
2244 fun:_ZN7WebCoreL11pngCompleteEP14png_struct_defP15png_info_struct
2245 fun:wk_png_push_read_chunk
2246 fun:wk_png_process_data
2247 fun:_ZN7WebCore14PNGImageReader6decodeERKNS_12SharedBufferEb
2248 fun:_ZN7WebCore15PNGImageDecoder6decodeEb
2249 fun:_ZN7WebCore15PNGImageDecoder18frameBufferAtIndexEm
2250 fun:_ZN7WebCore11ImageSource18createFrameAtIndexEm
2251 fun:_ZN6WebKit8WebImage8fromDataERKNS_7WebDataERKNS_7WebSizeE
2252 fun:_ZNK11webkit_glue12ImageDecoder6DecodeEPKhm
2253 }
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