OLD | NEW |
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 Loading... |
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 { |
1355 bug_80467 | 1361 bug_80467 |
1356 Heapcheck:Leak | 1362 Heapcheck:Leak |
1357 ... | 1363 ... |
1358 fun:ExtensionService::RecordPermissionMessagesHistogram | 1364 fun:ExtensionService::RecordPermissionMessagesHistogram |
1359 } | 1365 } |
1360 { | 1366 { |
1361 bug_80472 | 1367 bug_80472 |
1362 Heapcheck:Leak | 1368 Heapcheck:Leak |
1363 ... | 1369 ... |
1364 fun:fileapi::::FileSystemURLRequestJobTest::SetUp | 1370 fun:fileapi::::FileSystemURLRequestJobTest::SetUp |
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1699 fun:*WeakHandleCore | 1705 fun:*WeakHandleCore |
1700 fun:*WeakHandle | 1706 fun:*WeakHandle |
1701 fun:sync_api::SyncManager::SyncInternal::Init | 1707 fun:sync_api::SyncManager::SyncInternal::Init |
1702 } | 1708 } |
1703 { | 1709 { |
1704 bug_91491 | 1710 bug_91491 |
1705 Heapcheck:Leak | 1711 Heapcheck:Leak |
1706 ... | 1712 ... |
1707 fun:CrxUpdateService::ProcessPendingItems | 1713 fun:CrxUpdateService::ProcessPendingItems |
1708 } | 1714 } |
OLD | NEW |