From 5c738341ccfbdde425a2893f0dd5d4b26f3b3bf3 Mon Sep 17 00:00:00 2001 From: "glider@chromium.org" Date: Wed, 28 Jul 2010 06:39:33 +0000 Subject: Suppress bug 50484 (leaks in BrowserWithTestWindowTest::SetUp) BUG=50484 TBR=timurrrr Review URL: http://codereview.chromium.org/2868074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53914 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/heapcheck/suppressions.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'tools/heapcheck') diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 210ebb1..834064d 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -992,3 +992,19 @@ 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 +} -- cgit v1.1