diff options
author | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-24 23:18:12 +0000 |
---|---|---|
committer | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-24 23:18:12 +0000 |
commit | 66b553128b8b60db2c99a00db851ff24a89857c2 (patch) | |
tree | fd0ee7012300f3fe392e99ae75e23aef81b62909 | |
parent | 325544bfa8eac66501fbba1c380f6de2b5968526 (diff) | |
download | chromium_src-66b553128b8b60db2c99a00db851ff24a89857c2.zip chromium_src-66b553128b8b60db2c99a00db851ff24a89857c2.tar.gz chromium_src-66b553128b8b60db2c99a00db851ff24a89857c2.tar.bz2 |
Add a framework leak suppression on the Mac.
Already filed with Apple.
BUG=none
TEST=fewer leaks reported from the UI tests under valgrind on Mac
Review URL: http://codereview.chromium.org/146115
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19195 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/valgrind/suppressions_mac.txt | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/tools/valgrind/suppressions_mac.txt b/tools/valgrind/suppressions_mac.txt index 496d00c..0255a3b 100644 --- a/tools/valgrind/suppressions_mac.txt +++ b/tools/valgrind/suppressions_mac.txt @@ -234,4 +234,14 @@ ... fun:gl_context_init_client_state } - +{ + # Reproducible just launching and quitting TextEdit; filed with Apple as rdar://7004347 + tsm_leak_rdar_7004347 + Memcheck:Leak + fun:malloc_zone_malloc + fun:_CFRuntimeCreateInstance + fun:__CFDictionaryInit + fun:utOpenActivateAllSelectedIMInDoc + fun:MyActivateTSMDocument + fun:ActivateTSMDocument +} |