diff options
-rw-r--r-- | tools/heapcheck/suppressions.txt | 29 |
1 files changed, 27 insertions, 2 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index be869a8..3c2bd55 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -174,7 +174,13 @@ fun:v8::internal::Execution::Call fun:v8::Function::Call } - +{ + bug_39021 + Heapcheck:Leak + ... + fun:RenderViewTest::ExecuteJavaScript + fun:ExtensionAPIClientTest_CallbackDispatching_Test::TestBody +} { bug_39016 Heapcheck:Leak @@ -184,12 +190,23 @@ } { - bug_38206 + bug_38206_a Heapcheck:Leak ... fun:GeolocationWifiDataProviderCommonTest::SetUp } +{ + bug_38206_b + Heapcheck:Leak + fun:CancelableTask* NewRunnableMethod + fun:DeviceDataProviderImplBase::NotifyListeners + fun:WifiDataProviderCommon::DoWifiScanTask + fun:void DispatchToMethod + fun:ScopedRunnableMethodFactory::RunnableMethod::Run + fun:MessageLoop::RunTask +} + # TODO(glider): sometimes the stacks differ between the bot and the local run, # e.g. "base::subtle::RefCountedBase::RefCountedBase" vs. "RefCountedBase". { @@ -248,3 +265,11 @@ fun:scoped_ptr::reset fun:ProfileSyncServiceTypedUrlTest::TearDown } + +{ + bug_38490 + Heapcheck:Leak + ... + fun:browser_sync::SyncBackendHost::Core::NotifyFrontend +} + |