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

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

Issue 180022: Add four new suppressions, widen one. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 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 | « tools/valgrind/memcheck/suppressions.txt ('k') | 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
===================================================================
--- tools/valgrind/memcheck/suppressions_mac.txt (revision 24771)
+++ tools/valgrind/memcheck/suppressions_mac.txt (working copy)
@@ -193,7 +193,26 @@
fun:_ZNK8Security12UnixPlusPlus17StaticForkMonitorclEv
fun:_ZN12ocspdGlobals10serverPortEv
}
+{
+ # Invalid read
+ bug_20508a
+ Memcheck:Addr4
+ ...
+ fun:ripc_DrawGlyphs
+ fun:draw_glyphs
+ fun:CGContextShowGlyphsWithAdvances
+}
+{
+ # Invalid read
+ bug_20508b
+ Memcheck:Addr4
+ fun:_eATSFontGetGlyphIDsForGlyphNames
+ fun:ATSFontGetGlyphIDsForGlyphNames
+ fun:ats_font_get_glyphs_for_glyph_names
+ fun:get_glyphs_for_glyph_names
+}
+
# 2. Intentional unit test errors, stuff that is somehow a false positive
# in our own code, or stuff that is so trivial it's not worth fixing.
{
@@ -500,9 +519,7 @@
fun:_ZdlPv
fun:_ZN7WebCore15CSSSelectorList19adoptSelectorVectorERN3WTF6VectorIPNS_11CSSSelectorELm0EEE
...
- fun:_ZN7WebCore9CSSParser15createStyleRuleEPN3WTF6VectorIPNS_11CSSSelectorELm0EEE
fun:_Z10cssyyparsePv
- fun:_ZN7WebCore9CSSParser10parseSheetEPNS_13CSSStyleSheetERKNS_6StringE
}
{
# Leak of a CFMutableArray of certs in X509Certificate::Verify.
@@ -521,3 +538,18 @@
fun:_pthread_wqthread
fun:start_wqthread
}
+{
+ bug_20504
+ Memcheck:Leak
+ fun:malloc_zone_calloc
+ fun:_internal_class_createInstanceFromZone
+ fun:+[NSObject allocWithZone:]
+ fun:-[NSCustomObject nibInstantiate]
+ fun:-[NSIBObjectData instantiateObject:]
+ fun:-[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:]
+ fun:loadNib
+ fun:+[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:]
+ fun:+[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:]
+ fun:+[NSBundle(NSNibLoading) loadNibNamed:owner:]
+ fun:_ZN8Platform29WillInitializeMainMessageLoopERK18MainFunctionParams
+}
« no previous file with comments | « tools/valgrind/memcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698