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

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

Issue 197043: More suppressions for Mac UI bots (Closed)
Patch Set: Created 11 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
« no previous file with comments | « no previous file | tools/valgrind/memcheck_analyze.py » ('j') | 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, stuff that is somehow a false positive 4 # 2. Intentional unit test errors, 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. 8 # These should all be in chromium's bug tracking system.
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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 fun:malloc 113 fun:malloc
114 fun:stdSmartNewPtr 114 fun:stdSmartNewPtr
115 fun:stdSmartNewHandle 115 fun:stdSmartNewHandle
116 fun:IOCreateAndOpen 116 fun:IOCreateAndOpen
117 fun:ScratchInit 117 fun:ScratchInit
118 fun:CMOpenOrNewAccess 118 fun:CMOpenOrNewAccess
119 } 119 }
120 { 120 {
121 # suddenly very common as of 6 aug 2009 121 # suddenly very common as of 6 aug 2009
122 bug_11333b 122 bug_11333b
123 Memcheck:Leak
123 fun:malloc 124 fun:malloc
124 fun:stdSmartNewPtr 125 fun:stdSmartNewPtr
125 fun:stdSmartNewHandle 126 fun:stdSmartNewHandle
126 fun:IOCreateAndOpen 127 fun:IOCreateAndOpen
127 fun:ScratchInit 128 fun:ScratchInit
128 fun:CMNewAccessFromAnother 129 fun:CMNewAccessFromAnother
129 } 130 }
130 { 131 {
131 # Mac unit_tests. See http://crbug.com/11271 132 # Mac unit_tests. See http://crbug.com/11271
132 bug_12640a 133 bug_12640a
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
611 fun:_ZN7history16ArchivedDatabase17CommitTransactionEv 612 fun:_ZN7history16ArchivedDatabase17CommitTransactionEv
612 } 613 }
613 { 614 {
614 bug_20580_b 615 bug_20580_b
615 Memcheck:Addr4 616 Memcheck:Addr4
616 ... 617 ...
617 fun:sqlite3BitvecDestroy 618 fun:sqlite3BitvecDestroy
618 fun:pager_end_transaction 619 fun:pager_end_transaction
619 fun:sqlite3PagerCommitPhaseTwo 620 fun:sqlite3PagerCommitPhaseTwo
620 fun:sqlite3BtreeCommitPhaseTwo 621 fun:sqlite3BtreeCommitPhaseTwo
621 fun:vdbeCommit 622 ...
622 fun:sqlite3VdbeHalt
623 fun:sqlite3VdbeExec
624 fun:sqlite3Step
625 fun:sqlite3_step
626 fun:sqlite3_exec
627 fun:_ZN7history16ArchivedDatabase17CommitTransactionEv 623 fun:_ZN7history16ArchivedDatabase17CommitTransactionEv
628 fun:_ZN7history16ArchivedDatabase4InitERK8FilePath 624 fun:_ZN7history16ArchivedDatabase4InitERK8FilePath
629 } 625 }
630 { 626 {
631 bug_20580_c 627 bug_20580_c
632 Memcheck:Addr4 628 Memcheck:Addr4
633 ... 629 ...
634 fun:sqlite3MemSize 630 fun:sqlite3MemSize
635 fun:sqlite3MallocSize 631 fun:sqlite3MallocSize
636 fun:sqlite3PageFree 632 fun:sqlite3PageFree
(...skipping 15 matching lines...) Expand all
652 Memcheck:Addr1 648 Memcheck:Addr1
653 fun:memset 649 fun:memset
654 fun:pager_truncate_cache 650 fun:pager_truncate_cache
655 fun:pager_truncate 651 fun:pager_truncate
656 fun:pager_playback 652 fun:pager_playback
657 fun:sqlite3PagerRollback 653 fun:sqlite3PagerRollback
658 ... 654 ...
659 fun:_ZN7history16ArchivedDatabase17CommitTransactionEv 655 fun:_ZN7history16ArchivedDatabase17CommitTransactionEv
660 } 656 }
661 { 657 {
658 bug_20580_e
659 Memcheck:Addr1
660 fun:sqlite3DeleteTable
661 fun:sqlite3SchemaFree
662 fun:sqlite3ResetInternalSchema
663 fun:sqlite3RollbackAll
664 fun:sqlite3VdbeHalt
665 fun:sqlite3VdbeExec
666 fun:sqlite3_step
667 fun:sqlite3_exec
668 fun:_ZN7history16ArchivedDatabase17CommitTransactionEv
669 }
670 {
671 bug_20580_f
672 Memcheck:Addr4
673 fun:pager_lookup
674 fun:sqlite3PagerAcquire2
675 fun:sqlite3PagerAcquire
676 fun:sqlite3BtreeGetPage
677 fun:sqlite3BtreeBeginTrans
678 fun:sqlite3VdbeExec
679 fun:sqlite3_step
680 fun:sqlite3_exec
681 fun:_ZN7history16ArchivedDatabase16BeginTransactionEv
682 }
683 {
662 bug_20837 684 bug_20837
663 Memcheck:Leak 685 Memcheck:Leak
664 fun:malloc 686 fun:malloc
665 fun:sqlite3MemMalloc 687 fun:sqlite3MemMalloc
666 fun:mallocWithAlarm 688 fun:mallocWithAlarm
667 ... 689 ...
668 fun:_ZN7history16ArchivedDatabase4InitERK8FilePath 690 fun:_ZN7history16ArchivedDatabase4InitERK8FilePath
669 } 691 }
670 { 692 {
671 bug_20997 693 bug_20997
672 Memcheck:Param 694 Memcheck:Param
673 socketcall.sendmsg(msg.msg_iov[i]) 695 socketcall.sendmsg(msg.msg_iov[i])
674 fun:sendmsg$UNIX2003 696 fun:sendmsg$UNIX2003
675 fun:_ZN3IPC7Channel11ChannelImpl4SendEPNS_7MessageE 697 fun:_ZN3IPC7Channel11ChannelImpl4SendEPNS_7MessageE
676 } 698 }
677 { 699 {
678 bug_21137 700 bug_21279
679 Memcheck:Leak 701 Memcheck:Leak
680 fun:malloc 702 fun:_Znw*
681 ... 703 fun:_ZNSt8_Rb_treeIN15tracked_objects8LocationESt4pairIKS1_PNS0_6BirthsEESt10 _Select1stIS6_ESt4lessIS1_ESaIS6_EE9_M_insertEPSt18_Rb_tree_node_baseSE_RKS6_
682 fun:+[NSColor keyboardFocusIndicatorColor] 704 fun:_ZNSt8_Rb_treeIN15tracked_objects8LocationESt4pairIKS1_PNS0_6BirthsEESt10 _Select1stIS6_ESt4lessIS1_ESaIS6_EE13insert_uniqueESt17_Rb_tree_iteratorIS6_ERKS 6_
683 ... 705 fun:_ZN15tracked_objects10ThreadData12FindLifetimeERKNS_8LocationE
684 fun:-[AutocompleteTextFieldCell drawWithFrame:inView:] 706 fun:_ZN15tracked_objects7Tracked13SetBirthPlaceERKNS_8LocationE
707 ...
708 fun:_ZN17VisitedLinkMaster12TableBuilder10OnCompleteEb
685 } 709 }
710 {
711 bug_21279_b
712 Memcheck:Leak
713 fun:_Znw*
714 fun:_ZN17VisitedLinkMaster12TableBuilder10OnCompleteEb
715 fun:_ZN7history14HistoryBackend11IterateURLsEPN14HistoryService13URLEnumerato rE
716 }
717 {
718 bug_21280
719 Memcheck:Leak
720 fun:malloc_zone_malloc
721 ...
722 fun:ATSFontLoadUnicodeCharacterSet
723 ...
724 fun:__NSFontInstanceInfoInitializeMetricsInfo
725 ...
726 fun:-[NSFont boundingRectForGlyph:]
727 }
728 {
729 bug_21280_b
730 Memcheck:Addr2
731 fun:CFRetain
732 fun:CFDictionarySetValue
733 fun:_ZNK9TBaseFont20SetAttributeInternalEPKvS1_
734 fun:_ZNK9TBaseFont16CopyCharacterSetEv
735 fun:-[__NSFontTypefaceInfo _nominalCharacterCoverage]
736 fun:-[__NSSharedFontInstanceInfo _characterCoverage]
737 fun:__NSFontInstanceInfoInitializeMetricsInfo
738 fun:-[__NSSharedFontInstanceInfo _numberOfGlyphs]
739 fun:-[NSFont boundingRectForGlyph:]
740 }
741 {
742 bug_21286
743 Memcheck:Leak
744 fun:_Znw*
745 fun:sendSimpleEventToSelf
746 fun:aeInitializeFromHIToolbox
747 fun:INIT_AppleEvents
748 }
OLDNEW
« no previous file with comments | « no previous file | tools/valgrind/memcheck_analyze.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698