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 1708 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1719 Heapcheck:Leak | 1719 Heapcheck:Leak |
1720 fun:WTF::fastMalloc | 1720 fun:WTF::fastMalloc |
1721 fun:WTF::StringImpl::createUninitialized | 1721 fun:WTF::StringImpl::createUninitialized |
1722 fun:WTF::String::fromUTF8 | 1722 fun:WTF::String::fromUTF8 |
1723 ... | 1723 ... |
1724 fun:WebKit::WebString::fromUTF8 | 1724 fun:WebKit::WebString::fromUTF8 |
1725 ... | 1725 ... |
1726 fun:PeerConnectionHandlerTest_Basic_Test::TestBody | 1726 fun:PeerConnectionHandlerTest_Basic_Test::TestBody |
1727 } | 1727 } |
1728 { | 1728 { |
1729 bug_105667_a | |
1730 Heapcheck:Leak | |
1731 fun:browser_sync::TypedUrlDataTypeController::StartAssociationAsync | |
1732 fun:browser_sync::NonFrontendDataTypeController::Start | |
1733 fun:browser_sync::DataTypeManagerImpl::StartNextType | |
1734 fun:browser_sync::DataTypeManagerImpl::DownloadReady | |
1735 } | |
1736 { | |
1737 bug_105667_b | |
1738 Heapcheck:Leak | |
1739 fun:browser_sync::TypedUrlDataTypeController::StopAssociationAsync | |
1740 fun:browser_sync::NonFrontendDataTypeController::Stop | |
1741 fun:browser_sync::DataTypeManagerImpl::FinishStop | |
1742 fun:browser_sync::DataTypeManagerImpl::Stop | |
1743 ... | |
1744 fun:ProfileSyncService::Shutdown | |
1745 } | |
1746 { | |
1747 bug_108398 | 1729 bug_108398 |
1748 Heapcheck:Leak | 1730 Heapcheck:Leak |
1749 ... | 1731 ... |
1750 fun:BrowserThemePack::BuildFromExtension | 1732 fun:BrowserThemePack::BuildFromExtension |
1751 fun:BrowserThemePackTest_CanBuildAndReadPack_Test::TestBody | 1733 fun:BrowserThemePackTest_CanBuildAndReadPack_Test::TestBody |
1752 } | 1734 } |
1753 { | 1735 { |
1754 bug_108399 | 1736 bug_108399 |
1755 Heapcheck:Leak | 1737 Heapcheck:Leak |
1756 ... | 1738 ... |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1829 fun:v8::internal::NativeObjectsExplorer::IterateAndExtractReferences | 1811 fun:v8::internal::NativeObjectsExplorer::IterateAndExtractReferences |
1830 fun:v8::internal::HeapSnapshotGenerator::CountEntriesAndReferences | 1812 fun:v8::internal::HeapSnapshotGenerator::CountEntriesAndReferences |
1831 fun:v8::internal::HeapSnapshotGenerator::GenerateSnapshot | 1813 fun:v8::internal::HeapSnapshotGenerator::GenerateSnapshot |
1832 fun:v8::internal::HeapProfiler::TakeSnapshotImpl | 1814 fun:v8::internal::HeapProfiler::TakeSnapshotImpl |
1833 fun:v8::internal::HeapProfiler::TakeSnapshotImpl | 1815 fun:v8::internal::HeapProfiler::TakeSnapshotImpl |
1834 fun:v8::internal::HeapProfiler::TakeSnapshot | 1816 fun:v8::internal::HeapProfiler::TakeSnapshot |
1835 fun:v8::HeapProfiler::TakeSnapshot | 1817 fun:v8::HeapProfiler::TakeSnapshot |
1836 fun:GetNumObjects | 1818 fun:GetNumObjects |
1837 ... | 1819 ... |
1838 } | 1820 } |
OLD | NEW |