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

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

Issue 4434001: Add a suppression for CallMyActivateTSMDocument. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 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 | « 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 a94158706207b3c70a9f80afbd66591926b1f945..8757908fa51478cd1f7c7e9df1866bdedf1fad8a 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -1098,4 +1098,23 @@
fun:_ZN2v88internal9ParserApi15PartialPreParseENS0_6HandleINS0_6StringEEEPN7unibrow15CharacterStreamEPNS_9ExtensionE
fun:_ZN2v88internal8Compiler7CompileENS0_6HandleINS0_6StringEEENS2_INS0_6ObjectEEEiiPNS_9ExtensionEPNS0_14ScriptDataImplES6_NS0_11NativesFlagE
}
-
+{
+ bug_61816
+ Memcheck:Leak
+ fun:malloc_zone_malloc
+ fun:_CFRuntimeCreateInstance
+ fun:__CFDictionaryInit
+ fun:utOpenActivateAllSelectedIMInDoc
+ fun:MyActivateTSMDocument
+ fun:ActivateTSMDocument
+ fun:CallMyActivateTSMDocument
+ fun:CFRunLoopRunSpecific
+ fun:CFRunLoopRunInMode
+ fun:RunCurrentEventLoopInMode
+ fun:ReceiveNextEventCommon
+ fun:BlockUntilNextEventMatchingListInMode
+ fun:_DPSNextEvent
+ fun:-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:]
+ fun:_ZN9CocoaTest8TearDownEv
+ fun:_ZN7testingL35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS3_FS2_vEPKc
+}
« 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