diff options
author | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-22 23:00:36 +0000 |
---|---|---|
committer | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-22 23:00:36 +0000 |
commit | 2f6f4a6eb6c982ff297f8c468465a64c7716593c (patch) | |
tree | df010c07eec896f6d0047538e9287d80e6532470 | |
parent | d101c4ac820ee2f44fa817042543cccf3becd939 (diff) | |
download | chromium_src-2f6f4a6eb6c982ff297f8c468465a64c7716593c.zip chromium_src-2f6f4a6eb6c982ff297f8c468465a64c7716593c.tar.gz chromium_src-2f6f4a6eb6c982ff297f8c468465a64c7716593c.tar.bz2 |
Update heapcheck suppressions
Update two suppressions that have broken by refactorings, and add one new one.
TBR=glider
BUG=76354,75224,90271
TEST=Greener valgrind bots
Review URL: http://codereview.chromium.org/7461043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93732 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/heapcheck/suppressions.txt | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 0a2939e..bedb57b 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1141,7 +1141,7 @@ { bug_75224 Heapcheck:Leak - fun:AutofillDownloadTestHelper::AutofillDownloadTestHelper + fun:*AutofillDownloadTestHelper fun:AutofillDownloadTest_*Test_Test::TestBody } { @@ -1157,8 +1157,8 @@ { bug_76354 Heapcheck:Leak - fun:IPC::MessageWithReply::MessageWithReply - fun:ChildProcessHostMsg_ResolveProxy::ChildProcessHostMsg_ResolveProxy + fun:*MessageWithReply + fun:*ChildProcessHostMsg_ResolveProxy fun:ResolveProxyMsgHelperTest::GenerateReply fun:ResolveProxyMsgHelperTest_*_Test::TestBody } @@ -1644,6 +1644,14 @@ fun:chromeos::ServicesCustomizationDocument::LoadManifestFromString fun:ServicesCustomizationDocument } +{ + bug_90271 + Heapcheck:Leak + ... + fun:::CreateLocaleDefaultValue + fun:PrefService::RegisterLocalizedStringPref + fun:TabContentsWrapper::RegisterUserPrefs +} # These are temporary suppressions for the CrOS bot to be used until the stacks are fixed. |