Commit 3d6dac6f authored by dhollowa@chromium.org's avatar dhollowa@chromium.org

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
parent b1b1492c
...@@ -1202,3 +1202,19 @@ ...@@ -1202,3 +1202,19 @@
fun:SyncSetupWizard fun:SyncSetupWizard
fun:ProfileSyncService 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
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment