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 1697 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1708 fun:PluginService::RegisterPepperPlugins | 1708 fun:PluginService::RegisterPepperPlugins |
1709 fun:PluginService::Init | 1709 fun:PluginService::Init |
1710 fun:chromeos::::GViewRequestInterceptorTest::SetUp | 1710 fun:chromeos::::GViewRequestInterceptorTest::SetUp |
1711 } | 1711 } |
1712 { | 1712 { |
1713 bug_105624_a | 1713 bug_105624_a |
1714 Heapcheck:Leak | 1714 Heapcheck:Leak |
1715 fun:PeerConnectionHandlerTest_Basic_Test::TestBody | 1715 fun:PeerConnectionHandlerTest_Basic_Test::TestBody |
1716 } | 1716 } |
1717 { | 1717 { |
1718 bug_105624_b | |
1719 Heapcheck:Leak | |
1720 fun:WTF::fastMalloc | |
1721 fun:WTF::RefCounted::operator new | |
1722 fun:WebCore::MediaStreamSource::create | |
1723 fun:WebKit::WebMediaStreamSource::initialize | |
1724 fun:PeerConnectionHandlerTest_Basic_Test::TestBody | |
1725 } | |
1726 { | |
1727 bug_105624_c | 1718 bug_105624_c |
1728 Heapcheck:Leak | 1719 Heapcheck:Leak |
1729 fun:WTF::fastMalloc | 1720 fun:WTF::fastMalloc |
1730 fun:WTF::StringImpl::createUninitialized | 1721 fun:WTF::StringImpl::createUninitialized |
1731 fun:WTF::String::fromUTF8 | 1722 fun:WTF::String::fromUTF8 |
1732 ... | 1723 ... |
1733 fun:WebKit::WebString::fromUTF8 | 1724 fun:WebKit::WebString::fromUTF8 |
1734 ... | 1725 ... |
1735 fun:PeerConnectionHandlerTest_Basic_Test::TestBody | 1726 fun:PeerConnectionHandlerTest_Basic_Test::TestBody |
1736 } | 1727 } |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1823 fun:IPC::ParamTraits::Read | 1814 fun:IPC::ParamTraits::Read |
1824 fun:IPC::ReadParam | 1815 fun:IPC::ReadParam |
1825 fun:IPC::MessageSchema::Read | 1816 fun:IPC::MessageSchema::Read |
1826 fun:ResourceHostMsg_RequestResource::Read | 1817 fun:ResourceHostMsg_RequestResource::Read |
1827 fun:ResourceHostMsg_RequestResource::Dispatch | 1818 fun:ResourceHostMsg_RequestResource::Dispatch |
1828 fun:ResourceDispatcherHost::OnMessageReceived | 1819 fun:ResourceDispatcherHost::OnMessageReceived |
1829 fun:ResourceDispatcherHostTest::MakeTestRequest | 1820 fun:ResourceDispatcherHostTest::MakeTestRequest |
1830 fun:ResourceDispatcherHostTest::MakeTestRequest | 1821 fun:ResourceDispatcherHostTest::MakeTestRequest |
1831 fun:ResourceDispatcherHostTest_*_Test::TestBody | 1822 fun:ResourceDispatcherHostTest_*_Test::TestBody |
1832 } | 1823 } |
1833 { | |
1834 bug_111757 | |
1835 Heapcheck:Leak | |
1836 fun:WTF::fastMalloc | |
1837 ... | |
1838 fun:PeerConnectionHandler::CreateWebKitStreamDescriptor | |
1839 fun:PeerConnectionHandler::OnAddStreamCallback | |
1840 fun:PeerConnectionHandler::OnAddStream | |
1841 fun:PeerConnectionHandlerTest_Basic_Test::TestBody | |
1842 } | |
1843 | 1824 |
OLD | NEW |