diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-03 22:27:42 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-03 22:27:42 +0000 |
commit | 3f24ae2243c95d0907a4447b799b37e8569650a0 (patch) | |
tree | 5454450fbd7f93093790a2a98046b8abf8c489f2 /tools/heapcheck | |
parent | 9ad9aea803fc8586aad71540c1ee74a699be517d (diff) | |
download | chromium_src-3f24ae2243c95d0907a4447b799b37e8569650a0.zip chromium_src-3f24ae2243c95d0907a4447b799b37e8569650a0.tar.gz chromium_src-3f24ae2243c95d0907a4447b799b37e8569650a0.tar.bz2 |
Fix for the leak in the new ProcessSingletonLinux unittest.
Review URL: https://chromiumcodereview.appspot.com/10353003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135227 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index e107b6e..d96a76c 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1837,46 +1837,3 @@ ... fun:testing::internal::TestFactoryImpl::CreateTest } -{ - bug_todo_process_singleton1 - Heapcheck:Leak - fun:ProcessSingleton::LinuxWatcher::OnFileCanReadWithoutBlocking - fun:base::MessagePumpLibevent::FileDescriptorWatcher::OnFileCanReadWithoutBlocking - fun:base::MessagePumpLibevent::OnLibeventNotification - fun:event_process_active - fun:event_base_loop - fun:base::MessagePumpLibevent::Run -} -{ - bug_todo_process_singleton2 - Heapcheck:Leak - fun:ProcessSingleton::ProcessSingleton - fun:::ProcessSingletonLinuxTest::CreateProcessSingleton - fun:::ProcessSingletonLinuxTest::CreateProcessSingletonInternal -} -{ - bug_todo_process_singleton3 - Heapcheck:Leak - fun:base::internal::WeakReferenceOwner::GetRef - fun:base::WeakPtrFactory::GetWeakPtr - fun:base::MessagePumpLibevent::OnLibeventNotification - fun:event_process_active - fun:event_base_loop - fun:base::MessagePumpLibevent::Run -} -{ - bug_todo_process_singleton4 - Heapcheck:Leak - fun:__gnu_cxx::new_allocator::allocate - fun:std::_Rb_tree::_M_get_node - fun:std::_Rb_tree::_M_create_node - fun:std::_Rb_tree::_M_insert_ - fun:std::_Rb_tree::_M_insert_unique - fun:std::set::insert - fun:ProcessSingleton::LinuxWatcher::OnFileCanReadWithoutBlocking - fun:base::MessagePumpLibevent::FileDescriptorWatcher::OnFileCanReadWithoutBlocking - fun:base::MessagePumpLibevent::OnLibeventNotification - fun:event_process_active - fun:event_base_loop - fun:base::MessagePumpLibevent::Run -} |