OLD | NEW |
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 7180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7191 fun:_ZN7WebCore22SkiaImageFilterBuilder5buildERKNS_16FilterOperationsE | 7191 fun:_ZN7WebCore22SkiaImageFilterBuilder5buildERKNS_16FilterOperationsE |
7192 } | 7192 } |
7193 { | 7193 { |
7194 bug_270312 | 7194 bug_270312 |
7195 Memcheck:Leak | 7195 Memcheck:Leak |
7196 fun:_Znw* | 7196 fun:_Znw* |
7197 fun:_ZN14message_center22MessageCenterButtonBarC1EPNS_17MessageCenterViewEPNS
_13MessageCenterEPNS_24NotifierSettingsProviderEb | 7197 fun:_ZN14message_center22MessageCenterButtonBarC1EPNS_17MessageCenterViewEPNS
_13MessageCenterEPNS_24NotifierSettingsProviderEb |
7198 fun:_ZN14message_center17MessageCenterViewC1EPNS_13MessageCenterEPNS_17Messag
eCenterTrayEibb | 7198 fun:_ZN14message_center17MessageCenterViewC1EPNS_13MessageCenterEPNS_17Messag
eCenterTrayEibb |
7199 fun:_ZN14message_center21MessageCenterViewTest5SetUpEv | 7199 fun:_ZN14message_center21MessageCenterViewTest5SetUpEv |
7200 } | 7200 } |
7201 { | |
7202 bug_271431 | |
7203 Memcheck:Leak | |
7204 fun:_Znw* | |
7205 fun:_ZN8autofill33TestGeneratedCreditCardBubbleView6CreateERKN4base7WeakPtrIN
S_35GeneratedCreditCardBubbleControllerEEE | |
7206 fun:_ZN8autofill12_GLOBAL__N_139TestGeneratedCreditCardBubbleController12Crea
teBubbleEv | |
7207 fun:_ZN8autofill35GeneratedCreditCardBubbleController4ShowEb | |
7208 fun:_ZN8autofill35GeneratedCreditCardBubbleController12SetupAndShowERKSbItN4b
ase20string16_char_traitsESaItEES6_ | |
7209 fun:_ZN8autofill35GeneratedCreditCardBubbleController4ShowEPN7content11WebCon
tentsERKSbItN4base20string16_char_traitsESaItEES9_ | |
7210 fun:_ZN8autofill12_GLOBAL__N_139GeneratedCreditCardBubbleControllerTest4ShowE
v | |
7211 } | |
OLD | NEW |