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

Side by Side Diff: tools/heapcheck/suppressions.txt

Issue 7919026: Fix InvalidationNotifierTest leak and suppressions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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 | « chrome/browser/sync/notifier/invalidation_notifier_unittest.cc ('k') | 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 1094 matching lines...) Expand 10 before | Expand all | Expand 10 after
1105 { 1105 {
1106 bug_79568 1106 bug_79568
1107 Heapcheck:Leak 1107 Heapcheck:Leak
1108 ... 1108 ...
1109 fun:browser_sync::SyncerThread::HandleConsecutiveContinuationError 1109 fun:browser_sync::SyncerThread::HandleConsecutiveContinuationError
1110 fun:browser_sync::SyncerThread::ScheduleNextSync 1110 fun:browser_sync::SyncerThread::ScheduleNextSync
1111 fun:browser_sync::SyncerThread::FinishSyncSessionJob 1111 fun:browser_sync::SyncerThread::FinishSyncSessionJob
1112 fun:browser_sync::SyncerThread::DoSyncSessionJob 1112 fun:browser_sync::SyncerThread::DoSyncSessionJob
1113 } 1113 }
1114 { 1114 {
1115 bug_79651_a
1116 Heapcheck:Leak
1117 ...
1118 fun:sync_notifier::InvalidationNotifier::UpdateCredentials
1119 fun:sync_notifier::::InvalidationNotifierTest_Basic_Test::TestBody
1120 }
1121 {
1122 bug_79651_b
1123 Heapcheck:Leak
1124 ...
1125 fun:*basic_string*
1126 fun:sync_notifier::::InvalidationNotifierTest_Basic_Test::TestBody
1127 }
1128 {
1129 bug_80196 1115 bug_80196
1130 Heapcheck:Leak 1116 Heapcheck:Leak
1131 fun:CallbackRunner* NewCallback 1117 fun:CallbackRunner* NewCallback
1132 fun:browser_sync::SyncBackendHost::ConfigureDataTypes 1118 fun:browser_sync::SyncBackendHost::ConfigureDataTypes
1133 fun:browser_sync::SyncBackendHostForProfileSyncTest::ConfigureDataTypes 1119 fun:browser_sync::SyncBackendHostForProfileSyncTest::ConfigureDataTypes
1134 fun:browser_sync::DataTypeManagerImpl::Restart 1120 fun:browser_sync::DataTypeManagerImpl::Restart
1135 fun:browser_sync::DataTypeManagerImpl::Configure 1121 fun:browser_sync::DataTypeManagerImpl::Configure
1136 } 1122 }
1137 { 1123 {
1138 bug_80238
1139 Heapcheck:Leak
1140 ...
1141 fun:sync_notifier::::InvalidationNotifierTest::SetUp
1142 }
1143 {
1144 bug_80467 1124 bug_80467
1145 Heapcheck:Leak 1125 Heapcheck:Leak
1146 ... 1126 ...
1147 fun:ExtensionService::RecordPermissionMessagesHistogram 1127 fun:ExtensionService::RecordPermissionMessagesHistogram
1148 } 1128 }
1149 { 1129 {
1150 bug_80472 1130 bug_80472
1151 Heapcheck:Leak 1131 Heapcheck:Leak
1152 ... 1132 ...
1153 fun:fileapi::::FileSystemURLRequestJobTest::SetUp 1133 fun:fileapi::::FileSystemURLRequestJobTest::SetUp
(...skipping 10 matching lines...) Expand all
1164 ... 1144 ...
1165 fun:RenderWidgetHost::WasRestored 1145 fun:RenderWidgetHost::WasRestored
1166 } 1146 }
1167 { 1147 {
1168 bug_80550_b 1148 bug_80550_b
1169 Heapcheck:Leak 1149 Heapcheck:Leak
1170 ... 1150 ...
1171 fun:RenderWidgetHost::WasHidden 1151 fun:RenderWidgetHost::WasHidden
1172 } 1152 }
1173 { 1153 {
1174 bug_79651
1175 Heapcheck:Leak
1176 ...
1177 fun:TestURLRequestContextGetter::GetURLRequestContext
1178 fun:*SingleLoginAttempt
1179 fun:notifier::Login::StartConnection
1180 fun:sync_notifier::InvalidationNotifier::UpdateCredentials
1181 fun:sync_notifier::NonBlockingInvalidationNotifier::Core::UpdateCredentials
1182 fun:void DispatchToMethod
1183 }
1184 {
1185 bug_80654 1154 bug_80654
1186 Heapcheck:Leak 1155 Heapcheck:Leak
1187 fun:__gnu_cxx::new_allocator::allocate 1156 fun:__gnu_cxx::new_allocator::allocate
1188 fun:std::_Vector_base::_M_allocate 1157 fun:std::_Vector_base::_M_allocate
1189 fun:std::vector::_M_insert_aux 1158 fun:std::vector::_M_insert_aux
1190 fun:std::vector::push_back 1159 fun:std::vector::push_back
1191 fun:ObserverListBase::AddObserver 1160 fun:ObserverListBase::AddObserver
1192 fun:net::SSLConfigService::AddObserver 1161 fun:net::SSLConfigService::AddObserver
1193 fun:*SSLClientSocketPool 1162 fun:*SSLClientSocketPool
1194 fun:*ClientSocketPoolManager 1163 fun:*ClientSocketPoolManager
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
1651 fun:__gnu_cxx::new_allocator::allocate 1620 fun:__gnu_cxx::new_allocator::allocate
1652 fun:std::_Vector_base::_M_allocate 1621 fun:std::_Vector_base::_M_allocate
1653 fun:std::vector::_M_insert_aux 1622 fun:std::vector::_M_insert_aux
1654 fun:std::vector::push_back 1623 fun:std::vector::push_back
1655 fun:ScopedVector::push_back 1624 fun:ScopedVector::push_back
1656 fun:browser_sync::AutofillProfileSyncableService::CreateOrUpdateProfile 1625 fun:browser_sync::AutofillProfileSyncableService::CreateOrUpdateProfile
1657 fun:browser_sync::AutofillProfileSyncableService::MergeDataAndStartSyncing 1626 fun:browser_sync::AutofillProfileSyncableService::MergeDataAndStartSyncing
1658 fun:browser_sync::SyncableServiceAdapter::AssociateModels 1627 fun:browser_sync::SyncableServiceAdapter::AssociateModels
1659 fun:browser_sync::NonFrontendDataTypeController::StartAssociation 1628 fun:browser_sync::NonFrontendDataTypeController::StartAssociation
1660 } 1629 }
1630 {
1631 bug_96904
1632 Heapcheck:Leak
1633 ...
1634 fun:TestURLRequestContextGetter::GetURLRequestContext
1635 fun:*SingleLoginAttempt
1636 fun:notifier::Login::StartConnection
1637 fun:sync_notifier::InvalidationNotifier::UpdateCredentials
1638 fun:sync_notifier::NonBlockingInvalidationNotifier::Core::UpdateCredentials
1639 fun:void DispatchToMethod
1640 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/notifier/invalidation_notifier_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698