summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck
diff options
context:
space:
mode:
authorglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-23 11:40:27 +0000
committerglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-23 11:40:27 +0000
commit33d3e01eb859cac6565c82b9be459a4fdfce054a (patch)
treef86cd009fe4f28567f88923a74c98d8b655dba5a /tools/heapcheck
parent281fd34cfcbe9c6a4621a1091ef37a06c6edaacd (diff)
downloadchromium_src-33d3e01eb859cac6565c82b9be459a4fdfce054a.zip
chromium_src-33d3e01eb859cac6565c82b9be459a4fdfce054a.tar.gz
chromium_src-33d3e01eb859cac6565c82b9be459a4fdfce054a.tar.bz2
Suppress the leak in RenderViewTest::ExecuteJavaScript (bug 39021)
Suppress the leak in WifiDataProviderCommon::DoWifiScanTask (bug 38206) Suppress the leak in browser_sync::SyncBackendHost::Core::NotifyFrontend (bug 38490) BUG=39021,38206,38490 TBR=timurrrr Review URL: http://codereview.chromium.org/1088010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42336 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r--tools/heapcheck/suppressions.txt29
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
+}
+