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

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

Issue 6123002: Valgrind Mac: Widen a suppression.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 11 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
===================================================================
--- tools/valgrind/memcheck/suppressions_mac.txt (revision 70702)
+++ tools/valgrind/memcheck/suppressions_mac.txt (working copy)
@@ -221,12 +221,14 @@
# CocoaTest::TearDown() still sees this window and deques events for it,
# but one of those events creates this TSM Context that gets leaked.
# See http://crbug.com/61816 for more details.
+ # ut*AllSelectedIMInDoc = fun:utOpenActivateAllSelectedIMInDoc or
+ # fun:utDeactivateAllSelectedIMInDoc
Mac_Animated_Window_Close_ProcessNotification_Event
Memcheck:Leak
fun:malloc_zone_malloc
fun:_CFRuntimeCreateInstance
fun:__CFDictionaryInit
- fun:utOpenActivateAllSelectedIMInDoc
+ fun:ut*AllSelectedIMInDoc
...
fun:MyActivateTSMDocument
}
« 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