diff options
Diffstat (limited to 'tools/heapcheck')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 28 |
1 files changed, 28 insertions, 0 deletions
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 +} |