diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-03 00:45:13 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-03 00:45:13 +0000 |
commit | 2ed90699ee14130045f5efd3dde512b1277aab3b (patch) | |
tree | 2167f4c23dd06522c6df3c9a8fc72e34f42b2be7 /tools | |
parent | 30e63686f15d460aeed202e5e09e3a4a3157189d (diff) | |
download | chromium_src-2ed90699ee14130045f5efd3dde512b1277aab3b.zip chromium_src-2ed90699ee14130045f5efd3dde512b1277aab3b.tar.gz chromium_src-2ed90699ee14130045f5efd3dde512b1277aab3b.tar.bz2 |
Add suppressions for ProcessSingletonLinux test.
TBR=mattm
Review URL: https://chromiumcodereview.appspot.com/10302005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135057 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 44 | ||||
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 28 |
2 files changed, 70 insertions, 2 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index eb98bb0..e107b6e 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1837,4 +1837,46 @@ ... 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 0b2b786..eef4117 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -5818,6 +5818,33 @@ 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 @@ -5847,4 +5874,3 @@ obj:/bin/grep obj:/bin/grep } - |