summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck
diff options
context:
space:
mode:
authorallanwoj@chromium.org <allanwoj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-31 10:15:46 +0000
committerallanwoj@chromium.org <allanwoj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-31 10:15:46 +0000
commit5bace8643f7f2359e7b76d85713218123cc536fd (patch)
treeb0dcdb059c140067ffe0b5b0444e0751b6845f34 /tools/heapcheck
parent55df1e823d3e15e33ff15a329e95730de613d29e (diff)
downloadchromium_src-5bace8643f7f2359e7b76d85713218123cc536fd.zip
chromium_src-5bace8643f7f2359e7b76d85713218123cc536fd.tar.gz
chromium_src-5bace8643f7f2359e7b76d85713218123cc536fd.tar.bz2
Fix leaking tests for network location providers
The StartThread fixture now calls main_message_loop_.Run() to release a reference on the provider. Same problem should affect the wifi data provider so added there as well. Also removed the StopProvider call as it is done in the TearDown and change the NoRouterInterval to be 1 millisecond. BUG=53573 Review URL: http://codereview.chromium.org/3264001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57975 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r--tools/heapcheck/suppressions.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 3fdaa7c..272c338 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -936,19 +936,3 @@
fun:RunnableMethod::Run
fun:MessageLoop::RunTask
}
-{
- bug_53573_a
- Heapcheck:Leak
- fun:CancelableTask* NewRunnableMethod
- fun:DeviceDataProviderImplBase::NotifyListeners
- fun:GatewayDataProviderCommon::DoRouterScanTask
- fun:void DispatchToMethod
- fun:ScopedRunnableMethodFactory::RunnableMethod::Run
- fun:MessageLoop::RunTask
-}
-{
- bug_53573_b
- Heapcheck:Leak
- ...
- fun:GeolocationGatewayDataProviderCommonTest::SetUp
-}