summaryrefslogtreecommitdiffstats
path: root/tools/valgrind
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-07 02:37:31 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-07 02:37:31 +0000
commitcc9f67c9b8132c738b40f921b04f076092a398da (patch)
treefc109d5f25e206ff8421a11aa4fd227d4130f46d /tools/valgrind
parent199b572408ad38d9bc4a724ba2d2d14c46e08c4c (diff)
downloadchromium_src-cc9f67c9b8132c738b40f921b04f076092a398da.zip
chromium_src-cc9f67c9b8132c738b40f921b04f076092a398da.tar.gz
chromium_src-cc9f67c9b8132c738b40f921b04f076092a398da.tar.bz2
Valgrind Mac: Widen a suppression.
BUG=61816 TEST=Valgrind Mac Unit gets greener. TBR=jochen Review URL: http://codereview.chromium.org/6123002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70712 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind')
-rw-r--r--tools/valgrind/memcheck/suppressions_mac.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index e32a52d..a67b465 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -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
}