Commit 73caab08 authored by nick@chromium.org's avatar nick@chromium.org

Remove suppressions for fixed sync leaks.

BUG=50334,50335,50336,50347,50348,50349
TEST=None

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54047 0039d316-1c4b-4281-b951-d872f2087c98
parent 6677024d
...@@ -929,58 +929,6 @@ ...@@ -929,58 +929,6 @@
fun:URLRequest::Start fun:URLRequest::Start
fun:HTTPTestServer::StartGETRequest 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}. # "Schedule*" stands for {ScheduleImmediately,ScheduleWithDelay}.
{ {
......
...@@ -3576,42 +3576,6 @@ ...@@ -3576,42 +3576,6 @@
fun:_Z16DispatchToMethodIN7history14HistoryBackendEMS1_FvbEbEvPT_T0_RK6Tuple1IT1_E fun:_Z16DispatchToMethodIN7history14HistoryBackendEMS1_FvbEbEvPT_T0_RK6Tuple1IT1_E
fun:_ZN14RunnableMethodIN7history14HistoryBackendEMS1_FvbE6Tuple1IbEE3RunEv fun:_ZN14RunnableMethodIN7history14HistoryBackendEMS1_FvbE6Tuple1IbEE3RunEv
} }
{
bug_50334
Memcheck:Leak
fun:_Znw*
fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKiN6google8protobuf8internal12ExtensionSet9ExtensionEEEE8allocateEjPKv
fun:_ZNSt8_Rb_treeIiSt4pairIKiN6google8protobuf8internal12ExtensionSet9ExtensionEESt10_Select1stIS7_ESt4lessIiESaIS7_EE11_M_get_nodeEv
fun:_ZNSt8_Rb_treeIiSt4pairIKiN6google8protobuf8internal12ExtensionSet9ExtensionEESt10_Select1stIS7_ESt4lessIiESaIS7_EE14_M_create_nodeERKS7_
fun:_ZNSt8_Rb_treeIiSt4pairIKiN6google8protobuf8internal12ExtensionSet9ExtensionEESt10_Select1stIS7_ESt4lessIiESaIS7_EE9_M_insertEPSt18_Rb_tree_node_baseSF_RKS7_
fun:_ZNSt8_Rb_treeIiSt4pairIKiN6google8protobuf8internal12ExtensionSet9ExtensionEESt10_Select1stIS7_ESt4lessIiESaIS7_EE16_M_insert_uniqueERKS7_
fun:_ZNSt3mapIiN6google8protobuf8internal12ExtensionSet9ExtensionESt4lessIiESaISt4pairIKiS4_EEE6insertERKS9_
fun:_ZN6google8protobuf8internal12ExtensionSet17MaybeNewExtensionEiPKNS0_15FieldDescriptorEPPNS2_9ExtensionE
fun:_ZN6google8protobuf8internal12ExtensionSet14MutableMessageEihRKNS0_11MessageLiteEPKNS0_15FieldDescriptorE
...
fun:_ZN7sync_pb15EntitySpecifics*
}
{
bug_50335a
Memcheck:Leak
fun:_Znw*
fun:_ZN8syncable12MutableEntryC1EPNS_16WriteTransactionENS_19CreateNewUpdateItemERKNS_2IdE
}
{
bug_50335b
Memcheck:Leak
fun:_Znw*
fun:_ZN8syncable12MutableEntry4InitEPNS_16WriteTransactionERKNS_2IdERKSs
fun:_ZN8syncable12MutableEntryC1EPNS_16WriteTransactionENS_6CreateERKNS_2IdERKSs
}
{
bug_50336
Memcheck:Leak
fun:_Znw*
fun:_ZN8syncable11UnpackEntryEP12SQLStatementPPNS_11EntryKernelE
fun:_ZN8syncable21DirectoryBackingStore11LoadEntriesEPSt3setIPNS_11EntryKernelENS_9LessFieldINS_15MetahandleFieldELS5_0EEESaIS3_EE
fun:*DirectoryBackingStore*
}
{ {
bug_50484 bug_50484
Memcheck:Leak Memcheck:Leak
......
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