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

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

Issue 7977041: Fix unittest-only leak in ExtensionSettingsUIWrapper. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 3 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 | Annotate | Revision Log
« 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 four kinds of suppressions in this file. 1 # There are four 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 4628 matching lines...) Expand 10 before | Expand all | Expand 10 after
4639 ... 4639 ...
4640 fun:_ZNSt3mapISsPN4base5ValueESt4lessISsESaISt4pairIKSsS2_EEE6insertESt17_Rb_ tree_iteratorIS7_ERKS7_ 4640 fun:_ZNSt3mapISsPN4base5ValueESt4lessISsESaISt4pairIKSsS2_EEE6insertESt17_Rb_ tree_iteratorIS7_ERKS7_
4641 fun:_ZNSt3mapISsPN4base5ValueESt4lessISsESaISt4pairIKSsS2_EEEixERS6_ 4641 fun:_ZNSt3mapISsPN4base5ValueESt4lessISsESaISt4pairIKSsS2_EEEixERS6_
4642 fun:_ZN4base15DictionaryValue23SetWithoutPathExpansionERKSsPNS_5ValueE 4642 fun:_ZN4base15DictionaryValue23SetWithoutPathExpansionERKSsPNS_5ValueE
4643 fun:_ZN4base15DictionaryValue15MergeDictionaryEPKS0_ 4643 fun:_ZN4base15DictionaryValue15MergeDictionaryEPKS0_
4644 fun:_ZN29ExtensionSettingsStorageCache3Set* 4644 fun:_ZN29ExtensionSettingsStorageCache3Set*
4645 ... 4645 ...
4646 fun:_ZN*ExtensionSettingsQuotaUnittest_* 4646 fun:_ZN*ExtensionSettingsQuotaUnittest_*
4647 } 4647 }
4648 { 4648 {
4649 bug_97511_c
4650 Memcheck:Leak
4651 fun:_Znw*
4652 fun:_ZN26ExtensionSettingsUIWrapper4Core16InitOnFileThreadERK8FilePath
4653 fun:_ZN4base8internal8Invoker2ILb0ENS0_15InvokerStorage2IMN26ExtensionSetting sUIWrapper4CoreEFvRK8FilePathEPS4_S5_EES9_E8DoInvokeEPNS0_18InvokerStorageBaseE
4654 fun:_ZNK4base8CallbackIFvvEE3RunEv
4655 ...
4656 fun:_ZN*Extension*Test*
4657 }
4658 {
4659 bug_97511_d 4649 bug_97511_d
4660 Memcheck:Leak 4650 Memcheck:Leak
4661 fun:_Znw* 4651 fun:_Znw*
4662 ... 4652 ...
4663 fun:_ZNK4base15DictionaryValue8DeepCopyEv 4653 fun:_ZNK4base15DictionaryValue8DeepCopyEv
4664 fun:_ZN32SyncableExtensionSettingsStorage30OverwriteLocalSettingsWithSyncERKN 4base15DictionaryValueES3_ 4654 fun:_ZN32SyncableExtensionSettingsStorage30OverwriteLocalSettingsWithSyncERKN 4base15DictionaryValueES3_
4665 fun:_ZN32SyncableExtensionSettingsStorage12StartSyncingERKN4base15DictionaryV alueEP19SyncChangeProcessor 4655 fun:_ZN32SyncableExtensionSettingsStorage12StartSyncingERKN4base15DictionaryV alueEP19SyncChangeProcessor
4666 fun:_ZN17ExtensionSettings24MergeDataAndStartSyncingEN8syncable9ModelTypeERKS t6vectorI8SyncDataSaIS3_EEP19SyncChangeProcessor 4656 fun:_ZN17ExtensionSettings24MergeDataAndStartSyncingEN8syncable9ModelTypeERKS t6vectorI8SyncDataSaIS3_EEP19SyncChangeProcessor
4667 fun:_ZN58ExtensionSettingsSyncTest_InSyncDataDoesNotInvokeSync_Test8TestBodyE v 4657 fun:_ZN58ExtensionSettingsSyncTest_InSyncDataDoesNotInvokeSync_Test8TestBodyE v
4668 } 4658 }
(...skipping 20 matching lines...) Expand all
4689 } 4679 }
4690 { 4680 {
4691 bug_todo_getdelim2 4681 bug_todo_getdelim2
4692 Memcheck:Leak 4682 Memcheck:Leak
4693 fun:malloc 4683 fun:malloc
4694 fun:getdelim 4684 fun:getdelim
4695 obj:/lib/libselinux.so.1 4685 obj:/lib/libselinux.so.1
4696 obj:/lib/libselinux.so.1 4686 obj:/lib/libselinux.so.1
4697 obj:/lib/libselinux.so.1 4687 obj:/lib/libselinux.so.1
4698 } 4688 }
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