diff options
author | allanwoj@chromium.org <allanwoj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-03 09:26:49 +0000 |
---|---|---|
committer | allanwoj@chromium.org <allanwoj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-03 09:26:49 +0000 |
commit | dc3fa284459e3c7938d2ec26c62fef513531e911 (patch) | |
tree | 801884bb439e2822162a912441ba39b42832a79d | |
parent | 557c99a7a3f0d61105d86f60c9dce848a89ac2c9 (diff) | |
download | chromium_src-dc3fa284459e3c7938d2ec26c62fef513531e911.zip chromium_src-dc3fa284459e3c7938d2ec26c62fef513531e911.tar.gz chromium_src-dc3fa284459e3c7938d2ec26c62fef513531e911.tar.bz2 |
Removed Geolocation Wifi Data Provider unit test suppression
Fix is in this CL http://codereview.chromium.org/3264001 so may as well remove the suppression now.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/3341006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58470 0039d316-1c4b-4281-b951-d872f2087c98
-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 43f7d3a..d32e7c8 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -242,22 +242,6 @@ fun:::RenderThreadTest::SetUp fun:testing::Test::Run } -{ - 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". { |