diff options
author | allanwoj@chromium.org <allanwoj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-31 10:15:46 +0000 |
---|---|---|
committer | allanwoj@chromium.org <allanwoj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-31 10:15:46 +0000 |
commit | 5bace8643f7f2359e7b76d85713218123cc536fd (patch) | |
tree | b0dcdb059c140067ffe0b5b0444e0751b6845f34 /tools | |
parent | 55df1e823d3e15e33ff15a329e95730de613d29e (diff) | |
download | chromium_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')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 16 |
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 -} |