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

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

Issue 7976043: Fix unittest-only leak in ExtensionSettingsUIWrapper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync to head 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 4605 matching lines...) Expand 10 before | Expand all | Expand 10 after
4616 fun:avcodec_decode_audio3 4616 fun:avcodec_decode_audio3
4617 } 4617 }
4618 { 4618 {
4619 bug_96773b 4619 bug_96773b
4620 Memcheck:Value8 4620 Memcheck:Value8
4621 ... 4621 ...
4622 fun:vorbis_decode_frame 4622 fun:vorbis_decode_frame
4623 fun:avcodec_decode_audio3 4623 fun:avcodec_decode_audio3
4624 } 4624 }
4625 { 4625 {
4626 bug_97511_c
4627 Memcheck:Leak
4628 fun:_Znw*
4629 fun:_ZN26ExtensionSettingsUIWrapper4Core16InitOnFileThreadERK8FilePath
4630 fun:_ZN4base8internal8Invoker2ILb0ENS0_15InvokerStorage2IMN26ExtensionSetting sUIWrapper4CoreEFvRK8FilePathEPS4_S5_EES9_E8DoInvokeEPNS0_18InvokerStorageBaseE
4631 fun:_ZNK4base8CallbackIFvvEE3RunEv
4632 ...
4633 fun:_ZN*Extension*Test*
4634 }
4635 {
4636 bug_97511_d 4626 bug_97511_d
4637 Memcheck:Leak 4627 Memcheck:Leak
4638 fun:_Znw* 4628 fun:_Znw*
4639 ... 4629 ...
4640 fun:_ZNK4base15DictionaryValue8DeepCopyEv 4630 fun:_ZNK4base15DictionaryValue8DeepCopyEv
4641 fun:_ZN32SyncableExtensionSettingsStorage30OverwriteLocalSettingsWithSyncERKN 4base15DictionaryValueES3_ 4631 fun:_ZN32SyncableExtensionSettingsStorage30OverwriteLocalSettingsWithSyncERKN 4base15DictionaryValueES3_
4642 fun:_ZN32SyncableExtensionSettingsStorage12StartSyncingERKN4base15DictionaryV alueEP19SyncChangeProcessor 4632 fun:_ZN32SyncableExtensionSettingsStorage12StartSyncingERKN4base15DictionaryV alueEP19SyncChangeProcessor
4643 fun:_ZN17ExtensionSettings24MergeDataAndStartSyncingEN8syncable9ModelTypeERKS t6vectorI8SyncDataSaIS3_EEP19SyncChangeProcessor 4633 fun:_ZN17ExtensionSettings24MergeDataAndStartSyncingEN8syncable9ModelTypeERKS t6vectorI8SyncDataSaIS3_EEP19SyncChangeProcessor
4644 fun:_ZN58ExtensionSettingsSyncTest_InSyncDataDoesNotInvokeSync_Test8TestBodyE v 4634 fun:_ZN58ExtensionSettingsSyncTest_InSyncDataDoesNotInvokeSync_Test8TestBodyE v
4645 } 4635 }
(...skipping 20 matching lines...) Expand all
4666 } 4656 }
4667 { 4657 {
4668 bug_todo_getdelim2 4658 bug_todo_getdelim2
4669 Memcheck:Leak 4659 Memcheck:Leak
4670 fun:malloc 4660 fun:malloc
4671 fun:getdelim 4661 fun:getdelim
4672 obj:/lib/libselinux.so.1 4662 obj:/lib/libselinux.so.1
4673 obj:/lib/libselinux.so.1 4663 obj:/lib/libselinux.so.1
4674 obj:/lib/libselinux.so.1 4664 obj:/lib/libselinux.so.1
4675 } 4665 }
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