From 7bbb2fcc93f8231f1a1e744bd1b57adf4df9a518 Mon Sep 17 00:00:00 2001 From: "jhawkins@chromium.org" Date: Tue, 3 Aug 2010 22:45:26 +0000 Subject: Remove suppressions for bug 50484 which is fixed and not being seen on the bots anymore. TBR=thestig BUG=50484 TEST=none Review URL: http://codereview.chromium.org/3035048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54829 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/heapcheck/suppressions.txt | 17 ----------------- tools/valgrind/memcheck/suppressions.txt | 14 -------------- 2 files changed, 31 deletions(-) (limited to 'tools') diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index e7b3f25..2c11c58 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -929,7 +929,6 @@ fun:URLRequest::Start fun:HTTPTestServer::StartGETRequest } - # "Schedule*" stands for {ScheduleImmediately,ScheduleWithDelay}. { bug_50345 @@ -940,22 +939,6 @@ fun:sync_notifier::ChromeSystemResources::Schedule* fun:sync_notifier::::ChromeSystemResourcesTest::ScheduleShouldNotRun } - -{ - bug_50484 - Heapcheck:Leak - ... - fun:SyncSetupWizard - fun:ProfileSyncService - fun:ProfileSyncServiceMock - fun:NiceMock - fun:TestingProfile::GetProfileSyncService - fun:Profile::IsSyncAccessible - fun:Browser::UpdateCommandsForFullscreenMode - fun:Browser::InitCommandState - fun:Browser - fun:BrowserWithTestWindowTest::SetUp -} { bug_50598 Heapcheck:Leak diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 9eb5859..e121974 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -3575,20 +3575,6 @@ fun:_ZN14RunnableMethodIN7history14HistoryBackendEMS1_FvbE6Tuple1IbEE3RunEv } { - bug_50484 - Memcheck:Leak - ... - fun:_ZN15SyncSetupWizard*EP18ProfileSyncService - fun:_ZN18ProfileSyncService* - fun:_ZN22ProfileSync* - ... - fun:*GetProfileSyncServiceEv - fun:_ZN7Profile16IsSyncAccessibleEv - fun:_ZN7Browser31UpdateCommandsForFullscreenModeEb - fun:_ZN7Browser16InitCommandStateEv - fun:_ZN7Browser*ENS_4TypeEP7Profile -} -{ bug_50630 Memcheck:Value4 fun:modp_b64_encode -- cgit v1.1