Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(335)

Side by Side Diff: tools/heapcheck/suppressions.txt

Issue 6990044: Fixed memory leaks in download manager unit tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Using scoped_ptr to manage lifetime of DownloadCreateInfo. Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 1592 matching lines...) Expand 10 before | Expand all | Expand 10 after
1603 fun:net::ConnectJob::Connect 1603 fun:net::ConnectJob::Connect
1604 fun:net::internal::ClientSocketPoolBaseHelper::RequestSocketInternal 1604 fun:net::internal::ClientSocketPoolBaseHelper::RequestSocketInternal
1605 fun:net::internal::ClientSocketPoolBaseHelper::RequestSocket 1605 fun:net::internal::ClientSocketPoolBaseHelper::RequestSocket
1606 fun:net::ClientSocketPoolBase::RequestSocket 1606 fun:net::ClientSocketPoolBase::RequestSocket
1607 fun:net::TransportClientSocketPool::RequestSocket 1607 fun:net::TransportClientSocketPool::RequestSocket
1608 fun:net::ClientSocketHandle::Init 1608 fun:net::ClientSocketHandle::Init
1609 fun:net::::InitSocketPoolHelper 1609 fun:net::::InitSocketPoolHelper
1610 fun:net::ClientSocketPoolManager::InitSocketHandleForRawConnect 1610 fun:net::ClientSocketPoolManager::InitSocketHandleForRawConnect
1611 fun:notifier::ProxyResolvingClientSocket::ProcessProxyResolveDone 1611 fun:notifier::ProxyResolvingClientSocket::ProcessProxyResolveDone
1612 } 1612 }
1613 {
1614 bug_83638a
1615 Heapcheck:Leak
1616 fun:DownloadManagerTest_*_Test::TestBody
1617 fun:testing::internal::HandleSehExceptionsInMethodIfSupported
1618 fun:testing::internal::HandleExceptionsInMethodIfSupported
1619 fun:testing::Test::Run
1620 }
1621 {
1622 bug_83638b
1623 Heapcheck:Leak
1624 fun:__gnu_cxx::new_allocator::allocate
1625 fun:std::_Vector_base::_M_allocate
1626 fun:std::vector::_M_insert_aux
1627 fun:std::vector::push_back
1628 fun:DownloadManagerTest_*_Test::TestBody
1629 fun:testing::internal::HandleSehExceptionsInMethodIfSupported
1630 fun:testing::internal::HandleExceptionsInMethodIfSupported
1631 fun:testing::Test::Run
1632 }
1633 {
1634 bug_83638c
1635 Heapcheck:Leak
1636 fun:__gnu_cxx::new_allocator::allocate
1637 fun:std::string::_Rep::_S_create
1638 fun:std::string::_Rep::_M_clone
1639 fun:std::string::reserve
1640 fun:bool ::InitCanonical
1641 fun:GURL::GURL
1642 fun:DownloadManagerTest_StartDownload_Test::TestBody
1643 fun:testing::internal::HandleSehExceptionsInMethodIfSupported
1644 fun:testing::internal::HandleExceptionsInMethodIfSupported
1645 fun:testing::Test::Run
1646 }
1647 {
1648 bug_83638d
1649 Heapcheck:Leak
1650 fun:__gnu_cxx::new_allocator::allocate
1651 fun:std::string::_Rep::_S_create
1652 fun:std::string::_M_mutate
1653 fun:std::string::_M_replace_safe
1654 fun:std::string::assign
1655 fun:std::string::assign
1656 fun:std::string::operator=
1657 fun:DownloadManagerTest_StartDownload_Test::TestBody
1658 fun:testing::internal::HandleSehExceptionsInMethodIfSupported
1659 fun:testing::internal::HandleExceptionsInMethodIfSupported
1660 fun:testing::Test::Run
1661 }
OLDNEW
« no previous file with comments | « chrome/browser/download/download_manager_unittest.cc ('k') | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698