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

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

Issue 12764009: re-land 187283 -- switch to skia's version of SkFontHost_fontconfig (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 9 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 | « skia/skia.gyp ('k') | 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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 fun:FcFontSort 180 fun:FcFontSort
181 } 181 }
182 { 182 {
183 bug_46177_e (Third Party) 183 bug_46177_e (Third Party)
184 Memcheck:Leak 184 Memcheck:Leak
185 ... 185 ...
186 fun:FcCharSetFindLeafCreate 186 fun:FcCharSetFindLeafCreate
187 fun:FcCharSetAddChar 187 fun:FcCharSetAddChar
188 } 188 }
189 { 189 {
190 bug_181572 (Skia -- global cache of typefaces)
191 Memcheck:Leak
192 fun:_Znw*
193 fun:_ZN10SkFontHost14CreateTypefaceEPK10SkTypefacePKcNS0_5StyleE
194 fun:_ZN10SkTypeface14CreateFromNameEPKcNS_5StyleE
195 }
196 {
190 dlopen invalid read, probably a bug in glibc. TODO(dkegel): file glibc bug 197 dlopen invalid read, probably a bug in glibc. TODO(dkegel): file glibc bug
191 Memcheck:Uninitialized 198 Memcheck:Uninitialized
192 ... 199 ...
193 fun:dlopen@@GLIBC_2.1 200 fun:dlopen@@GLIBC_2.1
194 fun:PR_LoadLibraryWithFlags 201 fun:PR_LoadLibraryWithFlags
195 } 202 }
196 { 203 {
197 dlopen leak on error. See http://sourceware.org/bugzilla/show_bug.cgi?id=1287 8. 204 dlopen leak on error. See http://sourceware.org/bugzilla/show_bug.cgi?id=1287 8.
198 Memcheck:Leak 205 Memcheck:Leak
199 fun:calloc 206 fun:calloc
(...skipping 6599 matching lines...) Expand 10 before | Expand all | Expand 10 after
6799 fun:_ZN7WebCore5Frame21dragImageForSelectionEv 6806 fun:_ZN7WebCore5Frame21dragImageForSelectionEv
6800 fun:_ZN7WebCore27createDragImageForSelectionEPNS_5FrameE 6807 fun:_ZN7WebCore27createDragImageForSelectionEPNS_5FrameE
6801 fun:_ZN7WebCore14DragController9startDragEPNS_5FrameERKNS_9DragStateENS_13Dra gOperationERKNS_18PlatformMouseEventERKNS_8IntPointE 6808 fun:_ZN7WebCore14DragController9startDragEPNS_5FrameERKNS_9DragStateENS_13Dra gOperationERKNS_18PlatformMouseEventERKNS_8IntPointE
6802 fun:_ZN7WebCore12EventHandler10handleDragERKNS_28MouseEventWithHitTestResults ENS_19CheckDragHysteresisE 6809 fun:_ZN7WebCore12EventHandler10handleDragERKNS_28MouseEventWithHitTestResults ENS_19CheckDragHysteresisE
6803 fun:_ZN7WebCore12EventHandler23handleMouseDraggedEventERKNS_28MouseEventWithH itTestResultsE 6810 fun:_ZN7WebCore12EventHandler23handleMouseDraggedEventERKNS_28MouseEventWithH itTestResultsE
6804 fun:_ZN7WebCore12EventHandler20handleMouseMoveEventERKNS_18PlatformMouseEvent EPNS_13HitTestResultEb 6811 fun:_ZN7WebCore12EventHandler20handleMouseMoveEventERKNS_18PlatformMouseEvent EPNS_13HitTestResultEb
6805 fun:_ZN7WebCore12EventHandler28passMouseMoveEventToSubframeERNS_28MouseEventW ithHitTestResultsEPNS_5FrameEPNS_13HitTestResultE 6812 fun:_ZN7WebCore12EventHandler28passMouseMoveEventToSubframeERNS_28MouseEventW ithHitTestResultsEPNS_5FrameEPNS_13HitTestResultE
6806 fun:_ZN7WebCore12EventHandler20handleMouseMoveEventERKNS_18PlatformMouseEvent EPNS_13HitTestResultEb 6813 fun:_ZN7WebCore12EventHandler20handleMouseMoveEventERKNS_18PlatformMouseEvent EPNS_13HitTestResultEb
6807 fun:_ZN7WebCore12EventHandler10mouseMovedERKNS_18PlatformMouseEventE 6814 fun:_ZN7WebCore12EventHandler10mouseMovedERKNS_18PlatformMouseEventE
6808 } 6815 }
OLDNEW
« no previous file with comments | « skia/skia.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698