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

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

Issue 7508037: remove unnecessary heapcheck suppressions for sync unit tests (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 9 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 1334 matching lines...) Expand 10 before | Expand all | Expand 10 after
1345 { 1345 {
1346 bug_80196 1346 bug_80196
1347 Heapcheck:Leak 1347 Heapcheck:Leak
1348 fun:CallbackRunner* NewCallback 1348 fun:CallbackRunner* NewCallback
1349 fun:browser_sync::SyncBackendHost::ConfigureDataTypes 1349 fun:browser_sync::SyncBackendHost::ConfigureDataTypes
1350 fun:browser_sync::SyncBackendHostForProfileSyncTest::ConfigureDataTypes 1350 fun:browser_sync::SyncBackendHostForProfileSyncTest::ConfigureDataTypes
1351 fun:browser_sync::DataTypeManagerImpl::Restart 1351 fun:browser_sync::DataTypeManagerImpl::Restart
1352 fun:browser_sync::DataTypeManagerImpl::Configure 1352 fun:browser_sync::DataTypeManagerImpl::Configure
1353 } 1353 }
1354 { 1354 {
1355 bug_80238
1356 Heapcheck:Leak
1357 ...
1358 fun:sync_notifier::::InvalidationNotifierTest::SetUp
1359 }
1360 {
1361 bug_80467 1355 bug_80467
1362 Heapcheck:Leak 1356 Heapcheck:Leak
1363 ... 1357 ...
1364 fun:ExtensionService::RecordPermissionMessagesHistogram 1358 fun:ExtensionService::RecordPermissionMessagesHistogram
1365 } 1359 }
1366 { 1360 {
1367 bug_80472 1361 bug_80472
1368 Heapcheck:Leak 1362 Heapcheck:Leak
1369 ... 1363 ...
1370 fun:fileapi::::FileSystemURLRequestJobTest::SetUp 1364 fun:fileapi::::FileSystemURLRequestJobTest::SetUp
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
1564 ... 1558 ...
1565 fun:content_settings::PrefProviderTest_MigrateSinglePatternSettings_Test::Tes tBody 1559 fun:content_settings::PrefProviderTest_MigrateSinglePatternSettings_Test::Tes tBody
1566 } 1560 }
1567 { 1561 {
1568 bug_88212 1562 bug_88212
1569 Heapcheck:Leak 1563 Heapcheck:Leak
1570 fun:TestingProfile::CreateRequestContext 1564 fun:TestingProfile::CreateRequestContext
1571 fun:ProfileSyncService*Test::SetUp 1565 fun:ProfileSyncService*Test::SetUp
1572 } 1566 }
1573 { 1567 {
1574 bug_88438
1575 Heapcheck:Leak
1576 fun:invalidation::NewPermanentCallback
1577 fun:invalidation::InvalidationClientImpl::ScheduleStartAfterReadingStateBlob
1578 fun:invalidation::InvalidationClientImpl::Start
1579 fun:sync_notifier::ChromeInvalidationClient::Start
1580 }
1581 {
1582 bug_88640 1568 bug_88640
1583 Heapcheck:Leak 1569 Heapcheck:Leak
1584 ... 1570 ...
1585 fun:ProfileImpl::DoFinalInit 1571 fun:ProfileImpl::DoFinalInit
1586 fun:ProfileImpl::OnPrefsLoaded 1572 fun:ProfileImpl::OnPrefsLoaded
1587 } 1573 }
1588 { 1574 {
1589 bug_88735 1575 bug_88735
1590 Heapcheck:Leak 1576 Heapcheck:Leak
1591 ... 1577 ...
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
1736 ... 1722 ...
1737 fun:::ReadManifest 1723 fun:::ReadManifest
1738 fun:ComponentUnpacker::ComponentUnpacker 1724 fun:ComponentUnpacker::ComponentUnpacker
1739 } 1725 }
1740 { 1726 {
1741 bug_91491 1727 bug_91491
1742 Heapcheck:Leak 1728 Heapcheck:Leak
1743 ... 1729 ...
1744 fun:CrxUpdateService::ProcessPendingItems 1730 fun:CrxUpdateService::ProcessPendingItems
1745 } 1731 }
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