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

Side by Side 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, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # There are three kinds of suppressions in this file. 1 # There are three kinds of suppressions in this file.
2 # 1. third party stuff we have no control over 2 # 1. third party stuff we have no control over
3 # 3 #
4 # 2. intentional unit test errors, or stuff that is somehow a false positive 4 # 2. intentional unit test errors, or stuff that is somehow a false positive
5 # in our own code, or stuff that is so trivial it's not worth fixing 5 # in our own code, or stuff that is so trivial it's not worth fixing
6 # 6 #
7 # 3. Suppressions for real chromium bugs that are not yet fixed. 7 # 3. Suppressions for real chromium bugs that are not yet fixed.
8 # These should all be in chromium's bug tracking system (but a few aren't yet). 8 # These should all be in chromium's bug tracking system (but a few aren't yet).
9 # Periodically we should sweep this file and the bug tracker clean by 9 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions. 10 # running overnight and removing outdated bugs/suppressions.
(...skipping 911 matching lines...) Expand 10 before | Expand all | Expand 10 after
922 fun:net::HttpCache::Transaction::DoLoop 922 fun:net::HttpCache::Transaction::DoLoop
923 fun:net::HttpCache::Transaction::Start 923 fun:net::HttpCache::Transaction::Start
924 fun:URLRequestHttpJob::StartTransaction 924 fun:URLRequestHttpJob::StartTransaction
925 fun:URLRequestHttpJob::OnCanGetCookiesCompleted 925 fun:URLRequestHttpJob::OnCanGetCookiesCompleted
926 fun:URLRequestHttpJob::AddCookieHeaderAndStart 926 fun:URLRequestHttpJob::AddCookieHeaderAndStart
927 fun:URLRequestHttpJob::Start 927 fun:URLRequestHttpJob::Start
928 fun:URLRequest::StartJob 928 fun:URLRequest::StartJob
929 fun:URLRequest::Start 929 fun:URLRequest::Start
930 fun:HTTPTestServer::StartGETRequest 930 fun:HTTPTestServer::StartGETRequest
931 } 931 }
932 {
933 bug_50349
934 Heapcheck:Leak
935 ...
936 fun:syncable::Id::Id
937 fun:syncable::BaseTransaction::root_id
938 }
939 {
940 bug_50335
941 Heapcheck:Leak
942 ...
943 fun:syncable::MutableEntry::MutableEntry
944 }
932 945
946 # "*sync*" stands for {syncable,browser_sync}
947 {
948 bug_50348
949 Heapcheck:Leak
950 fun:__gnu_cxx::new_allocator::allocate
951 fun:std::string::_Rep::_S_create
952 fun:std::string::_S_construct
953 fun:std::string::_S_construct_aux
954 fun:std::string::_S_construct
955 fun:std::basic_string::basic_string
956 fun:*sync*::*Sync*_Test::TestBody
957 }
958 {
959 bug_50334
960 Heapcheck:Leak
961 ...
962 fun:google::protobuf::internal::ExtensionSet::MutableMessage
963 fun:google::protobuf::internal::ExtensionSet::MergeFrom
964 fun:sync_pb::EntitySpecifics::MergeFrom
965 fun:sync_pb::EntitySpecifics::CopyFrom
966 fun:syncable::EntryKernel::put
967 fun:syncable::MutableEntry::Put
968 }
969 {
970 bug_50336
971 Heapcheck:Leak
972 ...
973 fun:syncable::UnpackEntry
974 fun:syncable::DirectoryBackingStore::LoadEntries
975 }
976
977 {
978 bug_50347
979 Heapcheck:Leak
980 ...
981 fun:syncable::Id::CreateFromServerId
982 fun:browser_sync::TestIdFactory::*
983 }
984
985 # "Schedule*" stands for {ScheduleImmediately,ScheduleWithDelay}.
986 {
987 bug_50345
988 Heapcheck:Leak
989 ...
990 fun:ScopedRunnableMethodFactory::NewRunnableMethod
991 fun:sync_notifier::ChromeSystemResources::MakeTaskToPost
992 fun:sync_notifier::ChromeSystemResources::Schedule*
993 fun:sync_notifier::::ChromeSystemResourcesTest::ScheduleShouldNotRun
994 }
OLDNEW
« 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