diff options
author | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-27 17:09:17 +0000 |
---|---|---|
committer | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-27 17:09:17 +0000 |
commit | 3d6dac6fe9886773430e918216e2c25e30b42827 (patch) | |
tree | fc57fe8594a802588d1a4ba9f6b409ccfd0edf43 /tools/heapcheck/suppressions.txt | |
parent | b1b1492cb7f5d5072ebf85cd138e6933f3837afb (diff) | |
download | chromium_src-3d6dac6fe9886773430e918216e2c25e30b42827.zip chromium_src-3d6dac6fe9886773430e918216e2c25e30b42827.tar.gz chromium_src-3d6dac6fe9886773430e918216e2c25e30b42827.tar.bz2 |
Heapcheck leak in SyncUIUtilTest.ConstructAboutInformationWithUnrecoverableErrorTest
Adds a heapcheck suppression for SyncUIUtilTest.ConstructAboutInformationWithUnrecoverableErrorTest
BUG=71070
TEST=memory bots go green
TBR=akalin@chromium.org
Review URL: http://codereview.chromium.org/6364015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72805 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck/suppressions.txt')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 6b87ae7..4646c9e 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1202,3 +1202,19 @@ fun:SyncSetupWizard fun:ProfileSyncService } +{ + bug_71070 + Heapcheck:Leak + fun:__gnu_cxx::new_allocator::allocate + fun:std::string::_Rep::_S_create + fun:std::string::_S_construct + fun:std::string::_S_construct_aux + fun:std::string::_S_construct + fun:basic_string + fun:SyncResourcesSource + fun:SyncSetupWizard + fun:ProfileSyncService + fun:ProfileSyncServiceMock + fun:NiceMock + fun:SyncUIUtilTest_ConstructAboutInformationWithUnrecoverableErrorTest_Test::TestBody +} |