Commit 395ac11a authored by glider@chromium.org's avatar glider@chromium.org

Suppress leaks found by heapcheck in sync_unit_tests

TBR=timurrrr
BUG=50347,50348,50349,50345,50335,50334,50336

Review URL: http://codereview.chromium.org/3044027

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53772 0039d316-1c4b-4281-b951-d872f2087c98
parent 4925a6b8
......@@ -929,4 +929,66 @@
fun:URLRequest::Start
fun:HTTPTestServer::StartGETRequest
}
{
bug_50349
Heapcheck:Leak
...
fun:syncable::Id::Id
fun:syncable::BaseTransaction::root_id
}
{
bug_50335
Heapcheck:Leak
...
fun:syncable::MutableEntry::MutableEntry
}
# "*sync*" stands for {syncable,browser_sync}
{
bug_50348
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:std::basic_string::basic_string
fun:*sync*::*Sync*_Test::TestBody
}
{
bug_50334
Heapcheck:Leak
...
fun:google::protobuf::internal::ExtensionSet::MutableMessage
fun:google::protobuf::internal::ExtensionSet::MergeFrom
fun:sync_pb::EntitySpecifics::MergeFrom
fun:sync_pb::EntitySpecifics::CopyFrom
fun:syncable::EntryKernel::put
fun:syncable::MutableEntry::Put
}
{
bug_50336
Heapcheck:Leak
...
fun:syncable::UnpackEntry
fun:syncable::DirectoryBackingStore::LoadEntries
}
{
bug_50347
Heapcheck:Leak
...
fun:syncable::Id::CreateFromServerId
fun:browser_sync::TestIdFactory::*
}
# "Schedule*" stands for {ScheduleImmediately,ScheduleWithDelay}.
{
bug_50345
Heapcheck:Leak
...
fun:ScopedRunnableMethodFactory::NewRunnableMethod
fun:sync_notifier::ChromeSystemResources::MakeTaskToPost
fun:sync_notifier::ChromeSystemResources::Schedule*
fun:sync_notifier::::ChromeSystemResourcesTest::ScheduleShouldNotRun
}
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