From 67efebe2109dc12f9baf5601fff254eddc8145bf Mon Sep 17 00:00:00 2001 From: "glider@chromium.org" Date: Mon, 11 Jan 2010 17:41:04 +0000 Subject: Suppressed memory leaks in ipc_tests. TBR=timurrrr,dank Review URL: http://codereview.chromium.org/547004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35912 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/heapcheck/suppressions.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'tools/heapcheck') diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index b5726d7..97b7e02 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -83,3 +83,31 @@ fun:BookmarkStorage::BookmarkModelDeleted fun:BookmarkModel::~BookmarkModel } +# IPCChannelTest.ChannelProxyTest leaks memory. +{ + bug_26920_a + Heapcheck:Leak + fun:IPC::ChannelProxy::ChannelProxy + fun:IPCChannelTest_ChannelProxyTest_Test::TestBody +} +# TODO(glider): deal with asterisks in stack traces +# (like "CancelableTask* NewRunnableMethod" here) +{ + bug_26920_b + Heapcheck:Leak + ... + fun:IPC::ChannelProxy::Context::OnChannelError + fun:IPC::Channel::ChannelImpl::OnFileCanReadWithoutBlocking + fun:base::MessagePumpLibevent::OnLibeventNotification + fun:event_process_active + fun:event_base_loop +} +{ + bug_26920_c + Heapcheck:Leak + fun:__gnu_cxx::new_allocator::allocate + fun:std::string::_Rep::_S_create + ... + fun:std::basic_string::basic_string + fun:IPCChannelTest_ChannelProxyTest_Test::TestBody +} -- cgit v1.1