diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-21 09:08:30 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-21 09:08:30 +0000 |
commit | 559494a7945b2d8b620a4c3dd079fce62245963e (patch) | |
tree | d8a9596f5c7dce9224af38344cbf77792f3eccb7 /tools/heapcheck | |
parent | 30ac16a839999ab557858f4ce303dcde041b13f1 (diff) | |
download | chromium_src-559494a7945b2d8b620a4c3dd079fce62245963e.zip chromium_src-559494a7945b2d8b620a4c3dd079fce62245963e.tar.gz chromium_src-559494a7945b2d8b620a4c3dd079fce62245963e.tar.bz2 |
Valgrind: Widen suppressions and disable a crashing test.
Heapchecker: Widen a suppression and move it to the third party section.
BUG=65940,175744,176889,222681
TBR=eugenis
Review URL: https://codereview.chromium.org/12634014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189554 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 617668c..e9a62cb 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -266,6 +266,20 @@ fun:content::AudioInputDeviceManager::EnumerateOnDeviceThread } +# Probably a leak in GTK. +{ + bug_175744 + Heapcheck:Leak + ... + fun:GtkThemeService::GtkThemeService + fun:ThemeServiceFactory::BuildServiceInstanceFor + fun:ProfileKeyedServiceFactory::GetServiceForProfile + fun:ProfileKeyedServiceFactory::CreateServiceNow + fun:ProfileDependencyManager::CreateProfileServices + fun:TestingProfile::Init + fun:TestingProfile::TestingProfile +} + #----------------------------------------------------------------------- # 2. intentional unit test errors, or stuff that is somehow a false positive @@ -1772,21 +1786,6 @@ fun:OneClickSigninHelper::DidStopLoading } { - bug_175744 - Heapcheck:Leak - ... - fun:GtkThemeService::GtkThemeService - fun:ThemeServiceFactory::BuildServiceInstanceFor - fun:ProfileKeyedServiceFactory::GetServiceForProfile - fun:ProfileKeyedServiceFactory::CreateServiceNow - fun:ProfileDependencyManager::CreateProfileServices - fun:TestingProfile::Init - fun:TestingProfile::TestingProfile - fun:OAuth2RevocationFetcherTest::OAuth2RevocationFetcherTest - fun:OAuth2RevocationFetcherTest_RequestFailure_Test::OAuth2RevocationFetcherTest_RequestFailure_Test - fun:testing::internal::TestFactoryImpl::CreateTest -} -{ bug_176888 Heapcheck:Leak fun:__GI___strdup |