summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-27 09:31:36 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-27 09:31:36 +0000
commit9d20e9c87d43b96010f2f855293130563661d9b3 (patch)
tree35c1ba35c1a3a2c697b96f365d9e52ae7b10ea6b /tools
parent28f7f11d1633fb5d41393d5130f618b9febaa8f8 (diff)
downloadchromium_src-9d20e9c87d43b96010f2f855293130563661d9b3.zip
chromium_src-9d20e9c87d43b96010f2f855293130563661d9b3.tar.gz
chromium_src-9d20e9c87d43b96010f2f855293130563661d9b3.tar.bz2
Suppress Memcheck leak warnings found on sync_unit_tests
BUG=50334,50335,50336 TEST=Linux Memcheck bot (3) should become green Review URL: http://codereview.chromium.org/2856064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53761 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/memcheck/suppressions.txt37
1 files changed, 36 insertions, 1 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index b584d41..954c6a3 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -3574,4 +3574,39 @@
fun:_Z16DispatchToMethodIN7history14HistoryBackendEMS1_FvbEbEvPT_T0_RK6Tuple1IT1_E
fun:_ZN14RunnableMethodIN7history14HistoryBackendEMS1_FvbE6Tuple1IbEE3RunEv
}
-
+{
+ bug_50334
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKiN6google8protobuf8internal12ExtensionSet9ExtensionEEEE8allocateEjPKv
+ fun:_ZNSt8_Rb_treeIiSt4pairIKiN6google8protobuf8internal12ExtensionSet9ExtensionEESt10_Select1stIS7_ESt4lessIiESaIS7_EE11_M_get_nodeEv
+ fun:_ZNSt8_Rb_treeIiSt4pairIKiN6google8protobuf8internal12ExtensionSet9ExtensionEESt10_Select1stIS7_ESt4lessIiESaIS7_EE14_M_create_nodeERKS7_
+ fun:_ZNSt8_Rb_treeIiSt4pairIKiN6google8protobuf8internal12ExtensionSet9ExtensionEESt10_Select1stIS7_ESt4lessIiESaIS7_EE9_M_insertEPSt18_Rb_tree_node_baseSF_RKS7_
+ fun:_ZNSt8_Rb_treeIiSt4pairIKiN6google8protobuf8internal12ExtensionSet9ExtensionEESt10_Select1stIS7_ESt4lessIiESaIS7_EE16_M_insert_uniqueERKS7_
+ fun:_ZNSt3mapIiN6google8protobuf8internal12ExtensionSet9ExtensionESt4lessIiESaISt4pairIKiS4_EEE6insertERKS9_
+ fun:_ZN6google8protobuf8internal12ExtensionSet17MaybeNewExtensionEiPKNS0_15FieldDescriptorEPPNS2_9ExtensionE
+ fun:_ZN6google8protobuf8internal12ExtensionSet14MutableMessageEihRKNS0_11MessageLiteEPKNS0_15FieldDescriptorE
+ ...
+ fun:_ZN7sync_pb15EntitySpecifics*
+}
+{
+ bug_50335a
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN8syncable12MutableEntryC1EPNS_16WriteTransactionENS_19CreateNewUpdateItemERKNS_2IdE
+}
+{
+ bug_50335b
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN8syncable12MutableEntry4InitEPNS_16WriteTransactionERKNS_2IdERKSs
+ fun:_ZN8syncable12MutableEntryC1EPNS_16WriteTransactionENS_6CreateERKNS_2IdERKSs
+}
+{
+ bug_50336
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN8syncable11UnpackEntryEP12SQLStatementPPNS_11EntryKernelE
+ fun:_ZN8syncable21DirectoryBackingStore11LoadEntriesEPSt3setIPNS_11EntryKernelENS_9LessFieldINS_15MetahandleFieldELS5_0EEESaIS3_EE
+ fun:_ZN8syncable44DirectoryBackingStoreTest_DeleteEntries_Test8TestBodyEv
+}