diff options
-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 +} |