| 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 1557 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1568 fun:::WebWidgetHostGtkWidget::HandleExpose | 1568 fun:::WebWidgetHostGtkWidget::HandleExpose |
| 1569 fun:_gtk_marshal_BOOLEAN__BOXED | 1569 fun:_gtk_marshal_BOOLEAN__BOXED |
| 1570 fun:base::MessagePumpForUI::DispatchEvents | 1570 fun:base::MessagePumpForUI::DispatchEvents |
| 1571 fun:base::MessagePumpForUI::EventDispatcher | 1571 fun:base::MessagePumpForUI::EventDispatcher |
| 1572 fun:base::MessagePumpForUI::RunOnce | 1572 fun:base::MessagePumpForUI::RunOnce |
| 1573 fun:base::MessagePumpForUI::RunWithDispatcher | 1573 fun:base::MessagePumpForUI::RunWithDispatcher |
| 1574 fun:base::MessagePumpForUI::Run | 1574 fun:base::MessagePumpForUI::Run |
| 1575 fun:MessageLoop::RunInternal | 1575 fun:MessageLoop::RunInternal |
| 1576 fun:MessageLoop::RunHandler | 1576 fun:MessageLoop::RunHandler |
| 1577 } | 1577 } |
| 1578 | 1578 { |
| 1579 bug_83561a |
| 1580 Heapcheck:Leak |
| 1581 fun:CancelableTask* NewRunnableMethod |
| 1582 fun:net::HostResolverImpl::Job::DoLookup |
| 1583 fun:void DispatchToMethod |
| 1584 fun:RunnableMethod::Run |
| 1585 fun:base::::WorkerThread::ThreadMain |
| 1586 } |
| 1587 { |
| 1588 bug_83561b |
| 1589 Heapcheck:Leak |
| 1590 fun:ChromeTestSuite::Initialize |
| 1591 fun:::UnitTestTestSuite::Initialize |
| 1592 fun:base::TestSuite::Run |
| 1593 } |
| 1594 { |
| 1595 bug_83561c |
| 1596 Heapcheck:Leak |
| 1597 ... |
| 1598 fun:net::HostResolverImpl::Resolve |
| 1599 fun:net::SingleRequestHostResolver::Resolve |
| 1600 fun:net::TransportConnectJob::DoResolveHost |
| 1601 fun:net::TransportConnectJob::DoLoop |
| 1602 fun:net::TransportConnectJob::ConnectInternal |
| 1603 fun:net::ConnectJob::Connect |
| 1604 fun:net::internal::ClientSocketPoolBaseHelper::RequestSocketInternal |
| 1605 fun:net::internal::ClientSocketPoolBaseHelper::RequestSocket |
| 1606 fun:net::ClientSocketPoolBase::RequestSocket |
| 1607 fun:net::TransportClientSocketPool::RequestSocket |
| 1608 fun:net::ClientSocketHandle::Init |
| 1609 fun:net::::InitSocketPoolHelper |
| 1610 fun:net::ClientSocketPoolManager::InitSocketHandleForRawConnect |
| 1611 fun:notifier::ProxyResolvingClientSocket::ProcessProxyResolveDone |
| 1612 } |
| OLD | NEW |