| 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 1475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1486 bug_117389 | 1486 bug_117389 |
| 1487 Heapcheck:Leak | 1487 Heapcheck:Leak |
| 1488 ... | 1488 ... |
| 1489 fun:TestURLRequestContextGetter::GetURLRequestContext | 1489 fun:TestURLRequestContextGetter::GetURLRequestContext |
| 1490 ... | 1490 ... |
| 1491 fun:notifier::Login::StartConnection | 1491 fun:notifier::Login::StartConnection |
| 1492 fun:sync_notifier::InvalidationNotifier::UpdateCredentials | 1492 fun:sync_notifier::InvalidationNotifier::UpdateCredentials |
| 1493 fun:sync_notifier::NonBlockingInvalidationNotifier::Core::UpdateCredentials | 1493 fun:sync_notifier::NonBlockingInvalidationNotifier::Core::UpdateCredentials |
| 1494 } | 1494 } |
| 1495 { | 1495 { |
| 1496 bug_117427_a | |
| 1497 Heapcheck:Leak | |
| 1498 fun:__gnu_cxx::new_allocator::allocate | |
| 1499 fun:std::_Rb_tree::_M_get_node | |
| 1500 fun:std::_Rb_tree::_M_create_node | |
| 1501 fun:std::_Rb_tree::_M_insert_ | |
| 1502 fun:std::_Rb_tree::_M_insert_unique | |
| 1503 fun:std::map::insert | |
| 1504 fun:net::ExpiringCache::Put | |
| 1505 fun:net::HostCache::Set | |
| 1506 fun:net::HostResolverImpl::CacheResult | |
| 1507 fun:net::HostResolverImpl::Job::CompleteRequests | |
| 1508 fun:net::HostResolverImpl::Job::OnProcTaskComplete | |
| 1509 } | |
| 1510 { | |
| 1511 bug_117427_b | |
| 1512 Heapcheck:Leak | |
| 1513 ... | |
| 1514 fun:std::_Rb_tree::_M_create_node | |
| 1515 fun:std::_Rb_tree::_M_insert_ | |
| 1516 fun:std::_Rb_tree::_M_insert_unique | |
| 1517 fun:std::map::insert | |
| 1518 fun:net::ExpiringCache::Put | |
| 1519 fun:net::HostCache::Set | |
| 1520 fun:net::MockHostResolverBase::ResolveProc | |
| 1521 fun:net::MockHostResolverBase::ResolveNow | |
| 1522 } | |
| 1523 { | |
| 1524 bug_124758 | 1496 bug_124758 |
| 1525 Heapcheck:Leak | 1497 Heapcheck:Leak |
| 1526 fun:sqlite3MemMalloc | 1498 fun:sqlite3MemMalloc |
| 1527 fun:crypto::RSAPrivateKey::FindFromPublicKeyInfo | 1499 fun:crypto::RSAPrivateKey::FindFromPublicKeyInfo |
| 1528 fun:crypto::RSAPrivateKeyNSSTest_*_Test::TestBody | 1500 fun:crypto::RSAPrivateKeyNSSTest_*_Test::TestBody |
| 1529 } | 1501 } |
| 1530 { | 1502 { |
| 1531 bug_125129_a | 1503 bug_125129_a |
| 1532 Heapcheck:Leak | 1504 Heapcheck:Leak |
| 1533 ... | 1505 ... |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1582 fun:SiteInstanceImpl::GetProcess | 1554 fun:SiteInstanceImpl::GetProcess |
| 1583 fun:content::RenderViewHostImpl::RenderViewHostImpl | 1555 fun:content::RenderViewHostImpl::RenderViewHostImpl |
| 1584 fun:RenderViewHostFactory::Create | 1556 fun:RenderViewHostFactory::Create |
| 1585 fun:RenderViewHostManager::Init | 1557 fun:RenderViewHostManager::Init |
| 1586 fun:WebContentsImpl::WebContentsImpl | 1558 fun:WebContentsImpl::WebContentsImpl |
| 1587 fun:content::TestWebContents::TestWebContents | 1559 fun:content::TestWebContents::TestWebContents |
| 1588 fun:content::WebContentsTester::CreateTestWebContents | 1560 fun:content::WebContentsTester::CreateTestWebContents |
| 1589 fun:::OneClickSigninHelperTest::CreateMockWebContents | 1561 fun:::OneClickSigninHelperTest::CreateMockWebContents |
| 1590 fun:OneClickSigninHelperTest_* | 1562 fun:OneClickSigninHelperTest_* |
| 1591 } | 1563 } |
| OLD | NEW |