diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-05 20:56:27 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-05 20:56:27 +0000 |
commit | 00977b93f0a716f64a3c282fc9e5e56a96ce0f51 (patch) | |
tree | 917d3cfdbed50eb33156a13715902867084d8cb8 | |
parent | 436728efef617fc77bd8701b82448ffd54df0d3c (diff) | |
download | chromium_src-00977b93f0a716f64a3c282fc9e5e56a96ce0f51.zip chromium_src-00977b93f0a716f64a3c282fc9e5e56a96ce0f51.tar.gz chromium_src-00977b93f0a716f64a3c282fc9e5e56a96ce0f51.tar.bz2 |
Valgrind: Widen a mac suppression.
BUG=61816
TEST=Valgrind Mac unit goes green.
Review URL: http://codereview.chromium.org/6092010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70545 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index 4aac0ed..27ba4f4 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -227,18 +227,9 @@ 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 } # 3. Suppressions for real chromium bugs that are not yet fixed. |