summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-05 23:34:00 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-05 23:34:00 +0000
commitdfe11e35a204afa2d0172e649f5c711cbce5158b (patch)
tree489eca8f84b5820d0eacd7607766f1ca1998c57a /tools
parentf8a01137eed3269e478b391a61e610cf59e73b94 (diff)
downloadchromium_src-dfe11e35a204afa2d0172e649f5c711cbce5158b.zip
chromium_src-dfe11e35a204afa2d0172e649f5c711cbce5158b.tar.gz
chromium_src-dfe11e35a204afa2d0172e649f5c711cbce5158b.tar.bz2
Fix heapcheck suppressions for renamed JingleChromotocolConnection.
BUG=62078 TEST=heapcheck Review URL: http://codereview.chromium.org/4584002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65278 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/heapcheck/suppressions.txt26
1 files changed, 2 insertions, 24 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index d89a553..cb0d582 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -981,8 +981,8 @@
bug_57966c
Heapcheck:Leak
...
- fun:remoting::JingleChromotocolConnection::OnInitiate
- fun:remoting::JingleChromotocolConnection::OnSessionState
+ fun:remoting::protocol::JingleSession::OnInitiate
+ fun:remoting::protocol::JingleSession::OnSessionState
}
{
bug_58094
@@ -1053,25 +1053,3 @@
fun:testing::HandleExceptionsInMethodIfSupported
fun:testing::Test::Run
}
-{
- bug_62078
- Heapcheck:Leak
- fun:__gnu_cxx::new_allocator::allocate
- fun:std::string::_Rep::_S_create
- fun:std::string::_S_construct
- fun:std::string::_S_construct_aux
- fun:std::string::_S_construct
- fun:basic_string
- fun:remoting::protocol::JingleSession::OnInitiate
- fun:remoting::protocol::JingleSession::OnSessionState
- fun:sigslot::_connection2::emit
- fun:sigslot::signal2::operator
- fun:cricket::BaseSession::SetState
- fun:cricket::Session::OnInitiateMessage
- fun:cricket::Session::OnIncomingMessage
- fun:cricket::SessionManager::OnIncomingMessage
- fun:remoting::SessionManagerPair::DeliverMessage
- fun:remoting::SessionManagerPair::DoProcessMessage
- ...
- fun:remoting::JingleThread::JingleMessagePump::OnMessage
-}