| 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 1313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1324 fun:talk_base::TaskRunner::InternalRunTasks | 1324 fun:talk_base::TaskRunner::InternalRunTasks |
| 1325 fun:talk_base::TaskRunner::RunTasks | 1325 fun:talk_base::TaskRunner::RunTasks |
| 1326 fun:notifier::TaskPump::CheckAndRunTasks | 1326 fun:notifier::TaskPump::CheckAndRunTasks |
| 1327 fun:void DispatchToMethod | 1327 fun:void DispatchToMethod |
| 1328 } | 1328 } |
| 1329 { | 1329 { |
| 1330 bug_80663 | 1330 bug_80663 |
| 1331 Heapcheck:Leak | 1331 Heapcheck:Leak |
| 1332 ... | 1332 ... |
| 1333 fun:URLFetcher::Core::StartURLRequest | 1333 fun:URLFetcher::Core::StartURLRequest |
| 1334 fun:URLFetcher::Core::StartURLRequestWhenAppropriate | 1334 fun:URLFetcher::Core::StartURLRequestWhen* |
| 1335 } | 1335 } |
| 1336 { | 1336 { |
| 1337 bug_80666 | 1337 bug_80666 |
| 1338 Heapcheck:Leak | 1338 Heapcheck:Leak |
| 1339 ... | 1339 ... |
| 1340 fun:*basic_string* | 1340 fun:*basic_string* |
| 1341 fun:GURL::ComponentString | 1341 fun:GURL::ComponentString |
| 1342 fun:GURL::HostNoBrackets | 1342 fun:GURL::HostNoBrackets |
| 1343 fun:net::::InitSocketPoolHelper | 1343 fun:net::::InitSocketPoolHelper |
| 1344 fun:net::ClientSocketPoolManager::InitSocketHandleForRawConnect | 1344 fun:net::ClientSocketPoolManager::InitSocketHandleForRawConnect |
| (...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1689 Heapcheck:Leak | 1689 Heapcheck:Leak |
| 1690 ... | 1690 ... |
| 1691 fun:GpuBlacklist::LoadGpuBlacklist | 1691 fun:GpuBlacklist::LoadGpuBlacklist |
| 1692 } | 1692 } |
| 1693 { | 1693 { |
| 1694 bug_94764 | 1694 bug_94764 |
| 1695 Heapcheck:Leak | 1695 Heapcheck:Leak |
| 1696 fun:remoting::ClientSession::UnpressKeys | 1696 fun:remoting::ClientSession::UnpressKeys |
| 1697 fun:remoting::ClientSessionTest_UnpressKeys_Test::TestBody | 1697 fun:remoting::ClientSessionTest_UnpressKeys_Test::TestBody |
| 1698 } | 1698 } |
| 1699 { |
| 1700 bug_96069 |
| 1701 Heapcheck:Leak |
| 1702 fun:__gnu_cxx::new_allocator::allocate |
| 1703 ... |
| 1704 fun:disk_cache::MemBackendImpl::CreateBackend |
| 1705 ... |
| 1706 fun:net::HttpCache::CreateBackend |
| 1707 fun:net::HttpCache::CreateTransaction |
| 1708 ... |
| 1709 fun:net::CookieMonster::CookieMonsterTask::InvokeCallback |
| 1710 } |
| OLD | NEW |