OLD | NEW |
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 779 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
790 { | 790 { |
791 bug_20111 | 791 bug_20111 |
792 Memcheck:Leak | 792 Memcheck:Leak |
793 fun:calloc | 793 fun:calloc |
794 fun:allocate_dtv | 794 fun:allocate_dtv |
795 fun:_dl_allocate_tls | 795 fun:_dl_allocate_tls |
796 fun:pthread_create@@GLIBC_2.1 | 796 fun:pthread_create@@GLIBC_2.1 |
797 fun:_ZN42_GLOBAL__N__ZN14PlatformThread9CurrentIdEv12CreateThreadEjbPN14Platf
ormThread8DelegateEPm | 797 fun:_ZN42_GLOBAL__N__ZN14PlatformThread9CurrentIdEv12CreateThreadEjbPN14Platf
ormThread8DelegateEPm |
798 fun:_ZN14PlatformThread6CreateEjPNS_8DelegateEPm | 798 fun:_ZN14PlatformThread6CreateEjPNS_8DelegateEPm |
799 fun:_ZN4base6Thread16StartWithOptionsERKNS0_7OptionsE | 799 fun:_ZN4base6Thread16StartWithOptionsERKNS0_7OptionsE |
800 fun:_ZN18BrowserProcessImpl14CreateIOThreadEv | 800 ... |
| 801 fun:*BrowserProcessImpl* |
801 } | 802 } |
802 { | 803 { |
803 bug_20113 | 804 bug_20113 |
804 Memcheck:Leak | 805 Memcheck:Leak |
805 fun:malloc | 806 fun:malloc |
806 fun:_ZN3WTF10fastMallocE* | 807 fun:_ZN3WTF10fastMallocE* |
807 ... | 808 ... |
808 fun:_ZN7WebCore16StorageNamespace23sessionStorageNamespaceEv | 809 fun:_ZN7WebCore16StorageNamespace23sessionStorageNamespaceEv |
809 fun:_ZN7WebCore4Page14sessionStorageEb | 810 fun:_ZN7WebCore4Page14sessionStorageEb |
810 fun:_ZNK7WebCore9DOMWindow14sessionStorageEv | 811 fun:_ZNK7WebCore9DOMWindow14sessionStorageEv |
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1063 fun:_Z10cssyyparsePv | 1064 fun:_Z10cssyyparsePv |
1064 fun:_ZN7WebCore9CSSParser10parseSheetEPNS_13CSSStyleSheetERKNS_6StringE | 1065 fun:_ZN7WebCore9CSSParser10parseSheetEPNS_13CSSStyleSheetERKNS_6StringE |
1065 } | 1066 } |
1066 { | 1067 { |
1067 bug_26216 | 1068 bug_26216 |
1068 Memcheck:Leak | 1069 Memcheck:Leak |
1069 fun:_Znw* | 1070 fun:_Znw* |
1070 fun:_ZN9Extension25LoadExtensionActionHelperEPK15DictionaryValuePSs | 1071 fun:_ZN9Extension25LoadExtensionActionHelperEPK15DictionaryValuePSs |
1071 fun:_ZN39ExtensionTest_LoadPageActionHelper_Test8TestBodyEv | 1072 fun:_ZN39ExtensionTest_LoadPageActionHelper_Test8TestBodyEv |
1072 } | 1073 } |
OLD | NEW |