diff options
author | groby@chromium.org <groby@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-23 20:52:44 +0000 |
---|---|---|
committer | groby@chromium.org <groby@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-23 20:52:44 +0000 |
commit | a6af78c4f598a8d1951643d70c56a48d2f7b064e (patch) | |
tree | 01647e698d456816c4d939afd2e271871cef0d26 /tools/heapcheck | |
parent | 5f464b3dd014704f206da9aa972e1f8c5f3871a7 (diff) | |
download | chromium_src-a6af78c4f598a8d1951643d70c56a48d2f7b064e.zip chromium_src-a6af78c4f598a8d1951643d70c56a48d2f7b064e.tar.gz chromium_src-a6af78c4f598a8d1951643d70c56a48d2f7b064e.tar.bz2 |
[Memory Sheriff] Heapcheck suppressions
Suppressions for GeolocationPermissionContextTests.
TBR=penghuang@chromium.org,jknotten@chromium.org
BUG=171571
Review URL: https://codereview.chromium.org/11953061
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178373 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 33cb9df..1e4285a 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1804,4 +1804,31 @@ ... fun:net::::URLRequestFtpJobTest::AddSocket fun:net::::URLRequestFtpJobTest_FtpProxyRequestDoNotReuseSocket_Test::TestBody -}
\ No newline at end of file +} +{ + bug_171571 + Heapcheck:Leak + ... + fun:GeolocationPermissionContextTests_PermissionForFileScheme_Test::TestBody +} +{ + bug_171571_a + Heapcheck:Leak + fun:std::basic_string::_Rep::_S_create + fun:base::PrepareForUTF8Output + fun:UTF16ToUTF8 + fun:UTF16ToUTF8 + fun:l10n_util::GetStringUTF8 + fun:::CreateLocaleDefaultValue + fun:PrefServiceSyncable::RegisterLocalizedStringPref + fun:PrefsTabHelper::RegisterUserPrefs + fun:chrome::RegisterUserPrefs + fun:TestingProfile::CreateTestingPrefService + fun:TestingProfile::GetPrefs + fun:ProfileKeyedBaseFactory::RegisterUserPrefsOnProfile + fun:ProfileDependencyManager::CreateProfileServices + fun:TestingProfile::Init + fun:TestingProfile::TestingProfile + fun:ChromeRenderViewHostTestHarness::SetUp + fun:GeolocationPermissionContextTests::SetUp +} |