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 1640 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1651 fun:__gnu_cxx::new_allocator::allocate | 1651 fun:__gnu_cxx::new_allocator::allocate |
1652 fun:std::_Vector_base::_M_allocate | 1652 fun:std::_Vector_base::_M_allocate |
1653 fun:std::vector::_M_insert_aux | 1653 fun:std::vector::_M_insert_aux |
1654 fun:std::vector::push_back | 1654 fun:std::vector::push_back |
1655 fun:ScopedVector::push_back | 1655 fun:ScopedVector::push_back |
1656 fun:browser_sync::AutofillProfileSyncableService::CreateOrUpdateProfile | 1656 fun:browser_sync::AutofillProfileSyncableService::CreateOrUpdateProfile |
1657 fun:browser_sync::AutofillProfileSyncableService::MergeDataAndStartSyncing | 1657 fun:browser_sync::AutofillProfileSyncableService::MergeDataAndStartSyncing |
1658 fun:browser_sync::SyncableServiceAdapter::AssociateModels | 1658 fun:browser_sync::SyncableServiceAdapter::AssociateModels |
1659 fun:browser_sync::NonFrontendDataTypeController::StartAssociation | 1659 fun:browser_sync::NonFrontendDataTypeController::StartAssociation |
1660 } | 1660 } |
| 1661 { |
| 1662 bug_tbd_101732_qsr_1 |
| 1663 Heapcheck:Leak |
| 1664 ... |
| 1665 fun:std::string::_Rep::_S_create |
| 1666 fun:std::string::_Rep::_M_clone |
| 1667 fun:std::string::reserve |
| 1668 fun:std::string::append |
| 1669 fun:FilePath::Append |
| 1670 fun:FilePath::AppendASCII |
| 1671 fun:history::HistoryTest::SetUp |
| 1672 } |
| 1673 { |
| 1674 bug_tbd_101732_qsr_2 |
| 1675 Heapcheck:Leak |
| 1676 ... |
| 1677 fun:std::string::_Rep::_S_create |
| 1678 fun:std::string::_Rep::_M_clone |
| 1679 fun:std::string::reserve |
| 1680 fun:std::string::append |
| 1681 fun:FilePath::Append |
| 1682 fun:FilePath::AppendASCII |
| 1683 fun:VisitedLinkTest::SetUp |
| 1684 } |
| 1685 { |
| 1686 bug_tbd_102077_102081 |
| 1687 Heapcheck:Leak |
| 1688 ... |
| 1689 fun:std::string::_Rep::_S_create |
| 1690 fun:std::string::_S_construct |
| 1691 fun:std::string::_S_construct_aux |
| 1692 fun:std::string::_S_construct |
| 1693 fun:std::basic_string::basic_string |
| 1694 fun:file_util::CreateTemporaryDirInDirImpl |
| 1695 fun:file_util::CreateNewTempDirectory |
| 1696 fun:ScopedTempDir::CreateUniqueTempDir |
| 1697 fun:TestingProfile::TestingProfile |
| 1698 } |
| 1699 { |
| 1700 bug_tbd_102077_102081_2 |
| 1701 Heapcheck:Leak |
| 1702 fun:std::string::_Rep::_S_create |
| 1703 fun:std::string::copy |
| 1704 fun:std::basic_string::basic_string |
| 1705 fun:file_util::CreateTemporaryDirInDirImpl |
| 1706 fun:file_util::CreateNewTempDirectory |
| 1707 fun:ScopedTempDir::CreateUniqueTempDir |
| 1708 fun:TestingProfile |
| 1709 } |
OLD | NEW |