diff options
author | cbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-09 16:46:14 +0000 |
---|---|---|
committer | cbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-09 16:46:14 +0000 |
commit | 82cceaf8775c7512a7f3c3fd60949b1b3fcb5380 (patch) | |
tree | 76557a261e6686a50501841d97f24e9f799dab1b /tools | |
parent | fee46a89f493080db0838e2314b4400faeec94f3 (diff) | |
download | chromium_src-82cceaf8775c7512a7f3c3fd60949b1b3fcb5380.zip chromium_src-82cceaf8775c7512a7f3c3fd60949b1b3fcb5380.tar.gz chromium_src-82cceaf8775c7512a7f3c3fd60949b1b3fcb5380.tar.bz2 |
Heapcheck suppression for AsynchronousPolicyLoadTest
BUG=66054
TEST=None
TBR=mnissler@chromium.org
Review URL: http://codereview.chromium.org/5705002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68740 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 321f573..b74a8f0 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1115,3 +1115,22 @@ ... fun:PrerenderInterceptorTest::MakeTestUrl } +{ + bug_66054_a + Heapcheck:Leak + ... + fun:policy::CreateSequencedTestDictionaryActionP::gmock_Impl::gmock_PerformImpl + fun:testing::internal::ActionHelper::Perform + fun:policy::CreateSequencedTestDictionaryActionP::gmock_Impl::Perform + fun:testing::Action::Perform + fun:testing::internal::FunctionMockerBase::InvokeWith + fun:testing::internal::FunctionMocker::Invoke + fun:policy::ProviderDelegateMock::Load + fun:policy::AsynchronousPolicyLoader::Reload + fun:policy::AsynchronousPolicyLoaderTest_ProviderNotificationOnPolicyChange_Test::TestBody +} +{ + bug_66054_b + Heapcheck:Leak + fun:policy::AsynchronousPolicyTestBase_ProviderRefresh_Test::TestBody +} |