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 7977038: Suppression for 97511 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync 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 4604 matching lines...) Expand 10 before | Expand all | Expand 10 after
4615 fun:vorbis_decode_frame 4615 fun:vorbis_decode_frame
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 {
4626 bug_97511_a
4627 Memcheck:Leak
4628 fun:_Znw*
4629 fun:_ZN30ExtensionSettingsQuotaUnittestC2Ev
4630 fun:_ZN*ExtensionSettingsQuotaUnittest_*
4631 }
4632 {
4633 bug_97511_b
4634 Memcheck:Leak
4635 fun:_Znw*
4636 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKSsPN4base5ValueEE EE8allocateE*
4637 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN4base5ValueEESt10_Select1stIS5_ESt4lessISsE SaIS5_EE11_M_get_nodeEv
4638 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN4base5ValueEESt10_Select1stIS5_ESt4lessISsE SaIS5_EE*
4639 ...
4640 fun:_ZNSt3mapISsPN4base5ValueESt4lessISsESaISt4pairIKSsS2_EEE6insertESt17_Rb_ tree_iteratorIS7_ERKS7_
4641 fun:_ZNSt3mapISsPN4base5ValueESt4lessISsESaISt4pairIKSsS2_EEEixERS6_
4642 fun:_ZN4base15DictionaryValue23SetWithoutPathExpansionERKSsPNS_5ValueE
4643 fun:_ZN4base15DictionaryValue15MergeDictionaryEPKS0_
4644 fun:_ZN29ExtensionSettingsStorageCache3Set*
4645 ...
4646 fun:_ZN*ExtensionSettingsQuotaUnittest_*
4647 }
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
4660 Memcheck:Leak
4661 fun:_Znw*
4662 ...
4663 fun:_ZNK4base15DictionaryValue8DeepCopyEv
4664 fun:_ZN32SyncableExtensionSettingsStorage30OverwriteLocalSettingsWithSyncERKN 4base15DictionaryValueES3_
4665 fun:_ZN32SyncableExtensionSettingsStorage12StartSyncingERKN4base15DictionaryV alueEP19SyncChangeProcessor
4666 fun:_ZN17ExtensionSettings24MergeDataAndStartSyncingEN8syncable9ModelTypeERKS t6vectorI8SyncDataSaIS3_EEP19SyncChangeProcessor
4667 fun:_ZN58ExtensionSettingsSyncTest_InSyncDataDoesNotInvokeSync_Test8TestBodyE v
4668 }
4625 4669
4626 #----------------------------------------------------------------------- 4670 #-----------------------------------------------------------------------
4627 # 4. These only occur on our Google workstations 4671 # 4. These only occur on our Google workstations
4628 { 4672 {
4629 bug_todo_freeres 4673 bug_todo_freeres
4630 Memcheck:Free 4674 Memcheck:Free
4631 fun:free 4675 fun:free
4632 fun:__libc_freeres 4676 fun:__libc_freeres
4633 fun:_vgnU_freeres 4677 fun:_vgnU_freeres
4634 fun:_Exit 4678 fun:_Exit
(...skipping 10 matching lines...) Expand all
4645 } 4689 }
4646 { 4690 {
4647 bug_todo_getdelim2 4691 bug_todo_getdelim2
4648 Memcheck:Leak 4692 Memcheck:Leak
4649 fun:malloc 4693 fun:malloc
4650 fun:getdelim 4694 fun:getdelim
4651 obj:/lib/libselinux.so.1 4695 obj:/lib/libselinux.so.1
4652 obj:/lib/libselinux.so.1 4696 obj:/lib/libselinux.so.1
4653 obj:/lib/libselinux.so.1 4697 obj:/lib/libselinux.so.1
4654 } 4698 }
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