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

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

Issue 155333002: Broaden suppressions of probably-intentional leaks in AppKit. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tapted's comments Created 6 years, 10 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 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 ccf2aac25749f02cd763d70cb2ff8d925c998972..f1f573ab675c9ef9b4493eccfab0fd98c5bfbc0f 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -100,26 +100,13 @@
fun:_ZN3gfx8internal24Get1xPNGBytesFromNSImageEP7NSImage
}
# Intentional leaks in AppKit, for an OS-level cache. Only appear on the first
-# run of each reboot.
+# run of each reboot. See also issues 105525, 257276, 340847.
{
bug_257276
Memcheck:Leak
- fun:malloc_zone_calloc
- fun:ripr_Path
+ ...
fun:ripc_DrawPath
fun:CGContextDrawPath
- fun:CGContextStrokePath
- fun:-[NSLayoutManager(NSTextViewSupport) _drawLineForGlyphRange:inContext:from:to:at:thickness:lineOrigin:breakForDescenders:flipped:]
- fun:-[NSLayoutManager(NSTextViewSupport) _drawLineForGlyphRange:type:baselineOffset:lineFragmentRect:lineFragmentGlyphRange:containerOrigin:isStrikethrough:]
- fun:-[NSLayoutManager(NSTextViewSupport) drawUnderlineForGlyphRange:underlineType:baselineOffset:lineFragmentRect:lineFragmentGlyphRange:containerOrigin:]
- fun:-[NSLayoutManager(NSTextViewSupport) _lineGlyphRange:type:lineFragmentRect:lineFragmentGlyphRange:containerOrigin:isStrikethrough:]
- fun:-[NSLayoutManager(NSTextViewSupport) underlineGlyphRange:underlineType:lineFragmentRect:lineFragmentGlyphRange:containerOrigin:]
- fun:-[NSLayoutManager(NSPrivate) _drawGlyphsForGlyphRange:atPoint:parameters:]
- fun:-[NSLayoutManager(NSTextViewSupport) drawGlyphsForGlyphRange:atPoint:]
- fun:-[NSStringDrawingTextStorage drawTextContainer:withRect:graphicsContext:baselineMode:scrollable:padding:]
- fun:_NSStringDrawingCore
- fun:-[NSString(NSExtendedStringDrawing) drawWithRect:options:attributes:]
- fun:-[HyperlinkButtonCell drawTitle:withFrame:inView:]
}
{
bug_257276_b
@@ -1634,15 +1621,6 @@
fun:_ZN5blink11WebViewImpl5paintEP9CGContextRKNS_7WebRectE
}
{
- bug_105525
- Memcheck:Leak
- ...
- fun:CGContextDrawPath
- fun:CGContextFillPath
- fun:_NSDrawWindowBackgroundRegion
- fun:-[NSThemeFrame drawWindowBackgroundRegion:]
-}
-{
bug_105526_read_a
Memcheck:Unaddressable
fun:CGSSetWindowColorSpace
« 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