diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-29 16:42:10 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-29 16:42:10 +0000 |
commit | fc032e688f0078d36c580a2ff9b6532be5140506 (patch) | |
tree | 253ba0e8153106cd5b20c7865b143e927a7645c2 | |
parent | ac7414d8f439693d845c96189f341dd4eb0bee38 (diff) | |
download | chromium_src-fc032e688f0078d36c580a2ff9b6532be5140506.zip chromium_src-fc032e688f0078d36c580a2ff9b6532be5140506.tar.gz chromium_src-fc032e688f0078d36c580a2ff9b6532be5140506.tar.bz2 |
Widen one Valgrind/Mac suppression, update its ID (the older one was dup'ed)
TBR=thakis
BUG=107541,107177
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/12088043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179344 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 50 |
1 files changed, 23 insertions, 27 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index 6d5e392..43933fb 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -2120,31 +2120,6 @@ fun:_ZN4base14PlatformThread7SetNameEPKc } { - bug_107177 - Memcheck:Leak - fun:calloc - fun:CGGlyphBitmapCreate - fun:CGFontCreateGlyphBitmap8 - fun:create_missing_bitmaps - fun:CGGlyphLockLockGlyphBitmaps - ... - 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 -} -{ bug_107179 Memcheck:Uninitialized fun:_ZNK7WebCore13InlineTextBox17expansionBehaviorEv @@ -2167,7 +2142,7 @@ fun:_ZN6WebKit12WebFrameImpl16paintWithContextERN7WebCore15GraphicsContextERKNS_7WebRectE } { - bug_107541 + bug_107541_a Memcheck:Leak fun:_Znw* fun:_ZL14NewFromFontRefPK8__CTFontPKc @@ -2193,6 +2168,27 @@ fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS_* } { + bug_107541_b + Memcheck:Leak + fun:calloc + fun:CGGlyphBitmapCreate + ... + fun:CGFontCreateGlyphBitmap* + fun:create_missing_bitmaps + fun:CGGlyphLockLockGlyphBitmaps + ... + fun:draw_glyphs + fun:CGContextShowGlyphs + fun:_ZN9Offscreen5getCGERK19SkScalerContext_MacRK7SkGlyph* + fun:_ZN19SkScalerContext_Mac13generateImageERK7SkGlyph + fun:_ZN15SkScalerContext8getImageERK7SkGlyph + fun:_ZN12SkGlyphCache9findImageERK7SkGlyph + fun:_ZL22D1G_NoBounder_RectClipRK12SkDraw1GlyphiiRK7SkGlyph + fun:_ZNK6SkDraw*draw*TextE* + fun:_ZN8SkDevice*draw*TextE* + fun:_ZN8SkCanvas*draw*TextE* +} +{ bug_109994 Memcheck:Leak ... @@ -2353,4 +2349,4 @@ fun:_Znw* fun:_ZN3net12_GLOBAL__N_120URLRequestFtpJobTest9AddSocketEPNS_13MockReadWriteILNS_17MockReadWriteTypeE0EEEmPNS2_ILS3_1EEEm ... -}
\ No newline at end of file +} |