Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Side by Side Diff: tools/valgrind/memcheck/suppressions.txt

Issue 3067014: Remove suppressions for fixed sync leaks. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # There are three kinds of suppressions in this file. 1 # There are three kinds of suppressions in this file.
2 # 1. third party stuff we have no control over 2 # 1. third party stuff we have no control over
3 # 3 #
4 # 2. intentional unit test errors, or stuff that is somehow a false positive 4 # 2. intentional unit test errors, or stuff that is somehow a false positive
5 # in our own code, or stuff that is so trivial it's not worth fixing 5 # in our own code, or stuff that is so trivial it's not worth fixing
6 # 6 #
7 # 3. Suppressions for real chromium bugs that are not yet fixed. 7 # 3. Suppressions for real chromium bugs that are not yet fixed.
8 # These should all be in chromium's bug tracking system (but a few aren't yet). 8 # These should all be in chromium's bug tracking system (but a few aren't yet).
9 # Periodically we should sweep this file and the bug tracker clean by 9 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions. 10 # running overnight and removing outdated bugs/suppressions.
(...skipping 3558 matching lines...) Expand 10 before | Expand all | Expand 10 after
3569 fun:_ZNSs7reserveEj 3569 fun:_ZNSs7reserveEj
3570 fun:_ZNSs6appendEjc 3570 fun:_ZNSs6appendEjc
3571 fun:_ZNK8FilePath6AppendERKSs 3571 fun:_ZNK8FilePath6AppendERKSs
3572 ... 3572 ...
3573 fun:_ZN7history14HistoryBackend8InitImplEv 3573 fun:_ZN7history14HistoryBackend8InitImplEv
3574 fun:_ZN7history14HistoryBackend4InitEb 3574 fun:_ZN7history14HistoryBackend4InitEb
3575 fun:_Z16DispatchToMethodIN7history14HistoryBackendEMS1_FvbEbEvPT_T0_RK6Tuple1 IT1_E 3575 fun:_Z16DispatchToMethodIN7history14HistoryBackendEMS1_FvbEbEvPT_T0_RK6Tuple1 IT1_E
3576 fun:_ZN14RunnableMethodIN7history14HistoryBackendEMS1_FvbE6Tuple1IbEE3RunEv 3576 fun:_ZN14RunnableMethodIN7history14HistoryBackendEMS1_FvbE6Tuple1IbEE3RunEv
3577 } 3577 }
3578 { 3578 {
3579 bug_50334
3580 Memcheck:Leak
3581 fun:_Znw*
3582 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKiN6google8protobu f8internal12ExtensionSet9ExtensionEEEE8allocateEjPKv
3583 fun:_ZNSt8_Rb_treeIiSt4pairIKiN6google8protobuf8internal12ExtensionSet9Extens ionEESt10_Select1stIS7_ESt4lessIiESaIS7_EE11_M_get_nodeEv
3584 fun:_ZNSt8_Rb_treeIiSt4pairIKiN6google8protobuf8internal12ExtensionSet9Extens ionEESt10_Select1stIS7_ESt4lessIiESaIS7_EE14_M_create_nodeERKS7_
3585 fun:_ZNSt8_Rb_treeIiSt4pairIKiN6google8protobuf8internal12ExtensionSet9Extens ionEESt10_Select1stIS7_ESt4lessIiESaIS7_EE9_M_insertEPSt18_Rb_tree_node_baseSF_R KS7_
3586 fun:_ZNSt8_Rb_treeIiSt4pairIKiN6google8protobuf8internal12ExtensionSet9Extens ionEESt10_Select1stIS7_ESt4lessIiESaIS7_EE16_M_insert_uniqueERKS7_
3587 fun:_ZNSt3mapIiN6google8protobuf8internal12ExtensionSet9ExtensionESt4lessIiES aISt4pairIKiS4_EEE6insertERKS9_
3588 fun:_ZN6google8protobuf8internal12ExtensionSet17MaybeNewExtensionEiPKNS0_15Fi eldDescriptorEPPNS2_9ExtensionE
3589 fun:_ZN6google8protobuf8internal12ExtensionSet14MutableMessageEihRKNS0_11Mess ageLiteEPKNS0_15FieldDescriptorE
3590 ...
3591 fun:_ZN7sync_pb15EntitySpecifics*
3592 }
3593 {
3594 bug_50335a
3595 Memcheck:Leak
3596 fun:_Znw*
3597 fun:_ZN8syncable12MutableEntryC1EPNS_16WriteTransactionENS_19CreateNewUpdateI temERKNS_2IdE
3598 }
3599 {
3600 bug_50335b
3601 Memcheck:Leak
3602 fun:_Znw*
3603 fun:_ZN8syncable12MutableEntry4InitEPNS_16WriteTransactionERKNS_2IdERKSs
3604 fun:_ZN8syncable12MutableEntryC1EPNS_16WriteTransactionENS_6CreateERKNS_2IdER KSs
3605 }
3606 {
3607 bug_50336
3608 Memcheck:Leak
3609 fun:_Znw*
3610 fun:_ZN8syncable11UnpackEntryEP12SQLStatementPPNS_11EntryKernelE
3611 fun:_ZN8syncable21DirectoryBackingStore11LoadEntriesEPSt3setIPNS_11EntryKerne lENS_9LessFieldINS_15MetahandleFieldELS5_0EEESaIS3_EE
3612 fun:*DirectoryBackingStore*
3613 }
3614 {
3615 bug_50484 3579 bug_50484
3616 Memcheck:Leak 3580 Memcheck:Leak
3617 ... 3581 ...
3618 fun:_ZN15SyncSetupWizard*EP18ProfileSyncService 3582 fun:_ZN15SyncSetupWizard*EP18ProfileSyncService
3619 fun:_ZN18ProfileSyncService* 3583 fun:_ZN18ProfileSyncService*
3620 fun:_ZN22ProfileSync* 3584 fun:_ZN22ProfileSync*
3621 ... 3585 ...
3622 fun:*GetProfileSyncServiceEv 3586 fun:*GetProfileSyncServiceEv
3623 fun:_ZN7Profile16IsSyncAccessibleEv 3587 fun:_ZN7Profile16IsSyncAccessibleEv
3624 fun:_ZN7Browser31UpdateCommandsForFullscreenModeEb 3588 fun:_ZN7Browser31UpdateCommandsForFullscreenModeEb
3625 fun:_ZN7Browser16InitCommandStateEv 3589 fun:_ZN7Browser16InitCommandStateEv
3626 fun:_ZN7Browser*ENS_4TypeEP7Profile 3590 fun:_ZN7Browser*ENS_4TypeEP7Profile
3627 } 3591 }
OLDNEW
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698