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

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

Issue 332008: Add/widen suppressions for Mac UI valgrind bots (Closed)
Patch Set: Created 11 years, 1 month 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/suppressions_mac.txt » ('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, 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 765 matching lines...) Expand 10 before | Expand all | Expand 10 after
776 fun:pthread_create@@GLIBC_2.1 776 fun:pthread_create@@GLIBC_2.1
777 fun:_ZN42_GLOBAL__N__ZN14PlatformThread9CurrentIdEv12CreateThreadEjbPN14Platf ormThread8DelegateEPm 777 fun:_ZN42_GLOBAL__N__ZN14PlatformThread9CurrentIdEv12CreateThreadEjbPN14Platf ormThread8DelegateEPm
778 fun:_ZN14PlatformThread6CreateEjPNS_8DelegateEPm 778 fun:_ZN14PlatformThread6CreateEjPNS_8DelegateEPm
779 fun:_ZN4base6Thread16StartWithOptionsERKNS0_7OptionsE 779 fun:_ZN4base6Thread16StartWithOptionsERKNS0_7OptionsE
780 fun:_ZN18BrowserProcessImpl14CreateIOThreadEv 780 fun:_ZN18BrowserProcessImpl14CreateIOThreadEv
781 } 781 }
782 { 782 {
783 bug_20113 783 bug_20113
784 Memcheck:Leak 784 Memcheck:Leak
785 fun:malloc 785 fun:malloc
786 fun:_ZN3WTF10fastMallocEj 786 fun:_ZN3WTF10fastMallocE*
787 ... 787 ...
788 fun:_ZN7WebCore16StorageNamespace23sessionStorageNamespaceEv 788 fun:_ZN7WebCore16StorageNamespace23sessionStorageNamespaceEv
789 fun:_ZN7WebCore4Page14sessionStorageEb 789 fun:_ZN7WebCore4Page14sessionStorageEb
790 fun:_ZNK7WebCore9DOMWindow14sessionStorageEv 790 fun:_ZNK7WebCore9DOMWindow14sessionStorageEv
791 fun:_ZN7WebCore17DOMWindowInternal24sessionStorageAttrGetterEN2v85LocalINS1_6 StringEEERKNS1_12AccessorInfoE 791 fun:_ZN7WebCore17DOMWindowInternal*24sessionStorageAttrGetterEN2v85LocalINS1_ 6StringEEERKNS1_12AccessorInfoE
792 fun:_ZN2v88internal6Object23GetPropertyWithCallbackEPS1_S2_PNS0_6StringES2_ 792 fun:_ZN2v88internal6Object23GetPropertyWithCallbackEPS1_S2_PNS0_6StringES2_
793 } 793 }
794 { 794 {
795 bug_20320 795 bug_20320
796 Memcheck:Leak 796 Memcheck:Leak
797 fun:malloc 797 fun:malloc
798 fun:g_malloc 798 fun:g_malloc
799 ... 799 ...
800 fun:gtk_accel_group_disconnect 800 fun:gtk_accel_group_disconnect
801 fun:gtk_accel_group_disconnect_key 801 fun:gtk_accel_group_disconnect_key
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
1091 } 1091 }
1092 { 1092 {
1093 bug_24936 1093 bug_24936
1094 Memcheck:Free 1094 Memcheck:Free
1095 fun:_ZdlPv 1095 fun:_ZdlPv
1096 fun:_ZN7WebCore15CSSSelectorList19adoptSelectorVectorERN3WTF6VectorIPNS_11CSS SelectorELj0EEE 1096 fun:_ZN7WebCore15CSSSelectorList19adoptSelectorVectorERN3WTF6VectorIPNS_11CSS SelectorELj0EEE
1097 fun:_ZN7WebCore9CSSParser15createStyleRuleEPN3WTF6VectorIPNS_11CSSSelectorELj 0EEE 1097 fun:_ZN7WebCore9CSSParser15createStyleRuleEPN3WTF6VectorIPNS_11CSSSelectorELj 0EEE
1098 fun:_Z10cssyyparsePv 1098 fun:_Z10cssyyparsePv
1099 fun:_ZN7WebCore9CSSParser10parseSheetEPNS_13CSSStyleSheetERKNS_6StringE 1099 fun:_ZN7WebCore9CSSParser10parseSheetEPNS_13CSSStyleSheetERKNS_6StringE
1100 } 1100 }
OLDNEW
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698