Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(243)

Unified Diff: tools/heapcheck/suppressions.txt

Issue 3044027: Suppress leaks found by heapcheck in sync_unit_tests... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/heapcheck/suppressions.txt
===================================================================
--- tools/heapcheck/suppressions.txt (revision 53759)
+++ tools/heapcheck/suppressions.txt (working copy)
@@ -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
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698