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

Unified Diff: tools/valgrind/memcheck/suppressions_mac.txt

Issue 8918001: Valgrind: Add a suppression for a leak in Skia. (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions_mac.txt
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index f016fd4150944c213633a441bf6be055fb9de515..09ff4af844472db4bb5252be58629ab24d3b9f5e 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -2275,4 +2275,30 @@
fun:_ZN7WebCore11RenderBlock13paintContentsERNS_9PaintInfoERKNS_8IntPointE
fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS_8IntPointE
fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS_8IntPointE
- }
+}
+{
+ bug_107177
+ Memcheck:Leak
+ fun:calloc
+ fun:CGGlyphBitmapCreate
+ fun:CGFontCreateGlyphBitmap8
+ fun:create_missing_bitmaps
+ fun:CGGlyphLockLockGlyphBitmaps
+ fun:ripc_RenderGlyphs
+ fun:ripc_DrawGlyphs
+ fun:draw_glyphs
+ fun:CGContextShowGlyphs
+ fun:_ZN9Offscreen5getCGERK19SkScalerContext_MacRK7SkGlyphbtPm
+ fun:_ZN19SkScalerContext_Mac13generateImageERK7SkGlyph
+ fun:_ZN15SkScalerContext8getImageERK7SkGlyph
+ fun:_ZN12SkGlyphCache9findImageERK7SkGlyph
+ fun:_ZL22D1G_NoBounder_RectClipRK12SkDraw1GlyphiiRK7SkGlyph
+ fun:_ZNK6SkDraw11drawPosTextEPKcmPKffiRK7SkPaint
+ fun:_ZN8SkDevice11drawPosTextERK6SkDrawPKvmPKffiRK7SkPaint
+ fun:_ZN8SkCanvas11drawPosTextEPKvmPK7SkPointRK7SkPaint
+ fun:_ZNK7WebCore4Font10drawGlyphsEPNS_15GraphicsContextEPKNS_14SimpleFontDataERKNS_11GlyphBufferEiiRKNS_10FloatPointE
+ fun:_ZNK7WebCore4Font15drawGlyphBufferEPNS_15GraphicsContextERKNS_7TextRunERKNS_11GlyphBufferERKNS_10FloatPointE
+ fun:_ZNK7WebCore4Font14drawSimpleTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10FloatPointEii
+ fun:_ZNK7WebCore4Font8drawTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10FloatPointEii
+ fun:_ZN7WebCore15GraphicsContext8drawTextERKNS_4FontERKNS_7TextRunERKNS_10FloatPointEii
+}
« 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