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

Unified Diff: tools/heapcheck/suppressions.txt

Issue 3067014: Remove suppressions for fixed sync leaks. (Closed) Base URL: http://src.chromium.org/git/chromium.git
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 | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/heapcheck/suppressions.txt
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 834064da9f23d9def6665638f4bba57ff4cf1421..c30f832ced9b4ffcf4eabeaa06e9a1ed50bfea34 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -929,58 +929,6 @@
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}.
{
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698