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

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

Issue 8676033: Valgrind Mac: Suppress a bunch of leaks in test_shell. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 111480)
+++ tools/valgrind/memcheck/suppressions_mac.txt (working copy)
@@ -1999,3 +1999,48 @@
fun:_ZN4base12_GLOBAL__N_112WorkerThread10ThreadMainEv
fun:_ZN4base12_GLOBAL__N_110ThreadFuncEPv
}
+{
+ bug_105339
+ Memcheck:Leak
+ fun:malloc_zone_malloc
+ fun:_malloc_internal
+ fun:_cache_addForwardEntry
+ fun:lookUpMethod
+ fun:class_respondsToSelector
+}
+{
+ bug_105341_a
+ Memcheck:Leak
+ fun:malloc_zone_malloc
+ fun:_CFRuntimeCreateInstance
+ fun:allocWorld
+ fun:create
+ fun:aquireColorWorldByAttributes
+ fun:acquireColorWorld
+ fun:CMSTransformConvertComponents
+ fun:CGCMSInterfaceTransformConvertColorComponents
+}
+{
+ bug_105341_b
+ Memcheck:Leak
+ fun:calloc
+ fun:_ZN9CMMMemMgr3NewEm
+ ...
+ fun:create
+ fun:aquireColorWorldByAttributes
+ fun:acquireColorWorld
+ fun:CMSTransformConvertComponents
+ fun:CGCMSInterfaceTransformConvertColorComponents
+}
+{
+ bug_105342
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN15TSessionManager20CreateSessionManagerEv
+ fun:pthread_once
+ fun:_ZN15TSessionManagerC1Ev
+ fun:_ZN13TFontMetadata24CreateMetadataForFontURLEPK7__CFURLb
+ ...
+ fun:XTRegisterFont
+ fun:SendActivateFontsMessage
+}
« 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