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 | |
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')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 43 | ||||
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 27 |
2 files changed, 0 insertions, 70 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 -} diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index eef4117..1c098de0 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -5818,33 +5818,6 @@ fun:_ZN12*SpellingServiceClientTestC2Ev fun:_ZN47SpellingServiceClientTest_RequestTextCheck_TestC1Ev } -{ - bug_todo_process_singleton1 - Memcheck:Leak - fun:_Znw* - fun:_ZN16ProcessSingletonC1ERK8FilePath - fun:_ZN12_GLOBAL__N_125ProcessSingletonLinuxTest22CreateProcessSingletonEv - fun:_ZN12_GLOBAL__N_125ProcessSingletonLinuxTest30CreateProcessSingletonInternalEv -} -{ - bug_todo_process_singleton2 - Memcheck:Leak - fun:_Znw* - fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN16ProcessSingleton12LinuxWatcher12SocketReaderEEE8allocateEmPKv - fun:_ZNSt8_Rb_treeIPN16ProcessSingleton12LinuxWatcher12SocketReaderES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE11_M_get_nodeEv - fun:_ZNSt8_Rb_treeIPN16ProcessSingleton12LinuxWatcher12SocketReaderES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE14_M_create_nodeERKS3_ - fun:_ZNSt8_Rb_treeIPN16ProcessSingleton12LinuxWatcher12SocketReaderES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE10_M_insert_EPKSt18_Rb_tree_node_baseSC_RKS3_ - fun:_ZNSt8_Rb_treeIPN16ProcessSingleton12LinuxWatcher12SocketReaderES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE16_M_insert_uniqueERKS3_ - fun:_ZNSt3setIPN16ProcessSingleton12LinuxWatcher12SocketReaderESt4lessIS3_ESaIS3_EE6insertERKS3_ - fun:_ZN16ProcessSingleton12LinuxWatcher28OnFileCanReadWithoutBlockingEi - fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher28OnFileCanReadWithoutBlockingEiPS0_ - fun:_ZN4base19MessagePumpLibevent22OnLibeventNotificationEisPv - fun:event_process_active - fun:event_base_loop - fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE - fun:_ZN11MessageLoop11RunInternalEv - fun:_ZN11MessageLoop10RunHandlerEv -} #----------------------------------------------------------------------- # 4. These only occur on our Google workstations |