summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck
diff options
context:
space:
mode:
authorglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-28 06:39:33 +0000
committerglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-28 06:39:33 +0000
commit5c738341ccfbdde425a2893f0dd5d4b26f3b3bf3 (patch)
tree452b605d1b17229e0ae36c4d07de631b265ad826 /tools/heapcheck
parente8408ea462a10e91d6f7b9a18324493c763aa2ed (diff)
downloadchromium_src-5c738341ccfbdde425a2893f0dd5d4b26f3b3bf3.zip
chromium_src-5c738341ccfbdde425a2893f0dd5d4b26f3b3bf3.tar.gz
chromium_src-5c738341ccfbdde425a2893f0dd5d4b26f3b3bf3.tar.bz2
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
Diffstat (limited to 'tools/heapcheck')
-rw-r--r--tools/heapcheck/suppressions.txt16
1 files changed, 16 insertions, 0 deletions
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
+}