summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck
diff options
context:
space:
mode:
authoroshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-30 01:33:30 +0000
committeroshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-30 01:33:30 +0000
commit43a85b99d80ea582aa6cc6ae834b746189f4e556 (patch)
tree0528b5e7c3f7122c49d414e1131100da5d32ea32 /tools/heapcheck
parent5bcd7fb3c666c28dfde64b0af77a2c6289a5f967 (diff)
downloadchromium_src-43a85b99d80ea582aa6cc6ae834b746189f4e556.zip
chromium_src-43a85b99d80ea582aa6cc6ae834b746189f4e556.tar.gz
chromium_src-43a85b99d80ea582aa6cc6ae834b746189f4e556.tar.bz2
Suppressing heapchecker leak in GeolocationPremissionContextTests
TBR=pkasting@chromium.org BUG=87998 TEST=heapchecker should cycle green Review URL: http://codereview.chromium.org/7282022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91074 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r--tools/heapcheck/suppressions.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index c1adac3ab..afafb49 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1608,3 +1608,30 @@
...
fun:content_settings::PrefProviderTest_MigrateSinglePatternSettings_Test::TestBody
}
+{
+ bug_87998_a
+ Heapcheck:Leak
+ ...
+ fun:bool ::InitCanonical
+ fun:GURL::GURL
+ fun:GeolocationPermissionContextTests*::TestBody
+}
+{
+ bug_87998_b
+ Heapcheck:Leak
+ ...
+ fun:GeolocationInfoBarQueueController::CreateInfoBarRequest
+ fun:ChromeGeolocationPermissionContext::RequestGeolocationPermission
+ fun:GeolocationPermissionContextTests*::TestBody
+}
+{
+ bug_87998_c
+ Heapcheck:Leak
+ ...
+ fun:TestingProfile::GetPrefs
+ fun:AutocompleteHistoryManager::AutocompleteHistoryManager
+ fun:TabContentsWrapper::TabContentsWrapper
+ fun:TabContentsWrapperTestHarness::SetContents
+ fun:TabContentsWrapperTestHarness::SetUp
+ fun:GeolocationPermissionContextTests::SetUp
+}