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 7210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7221 fun:_ZN7WebCore22SkiaImageFilterBuilder5buildERKNS_16FilterOperationsE | 7221 fun:_ZN7WebCore22SkiaImageFilterBuilder5buildERKNS_16FilterOperationsE |
7222 } | 7222 } |
7223 { | 7223 { |
7224 bug_270312 | 7224 bug_270312 |
7225 Memcheck:Leak | 7225 Memcheck:Leak |
7226 fun:_Znw* | 7226 fun:_Znw* |
7227 fun:_ZN14message_center22MessageCenterButtonBarC1EPNS_17MessageCenterViewEPNS
_13MessageCenterEPNS_24NotifierSettingsProviderEb | 7227 fun:_ZN14message_center22MessageCenterButtonBarC1EPNS_17MessageCenterViewEPNS
_13MessageCenterEPNS_24NotifierSettingsProviderEb |
7228 fun:_ZN14message_center17MessageCenterViewC1EPNS_13MessageCenterEPNS_17Messag
eCenterTrayEibb | 7228 fun:_ZN14message_center17MessageCenterViewC1EPNS_13MessageCenterEPNS_17Messag
eCenterTrayEibb |
7229 fun:_ZN14message_center21MessageCenterViewTest5SetUpEv | 7229 fun:_ZN14message_center21MessageCenterViewTest5SetUpEv |
7230 } | 7230 } |
7231 { | |
7232 bug_270742 | |
7233 Memcheck:Leak | |
7234 fun:_Znw* | |
7235 fun:_ZN16sync_file_system13drive_backend12_GLOBAL__N_120ReadDatabaseContentsE
PN7leveldb2DBEPNS0_16DatabaseContentsE | |
7236 fun:_ZN16sync_file_system13drive_backend16MetadataDatabase22InitializeOnTaskR
unnerERKN4base8FilePathE | |
7237 fun:_ZN16sync_file_system13drive_backend16MetadataDatabase18CreateOnTaskRunne
rEPN4base22SingleThreadTaskRunnerEPNS2_19SequencedTaskRunnerERKNS2_8FilePathERKN
S2_8CallbackIFvNS_14SyncStatusCodeE10scoped_ptrIS1_NS2_14DefaultDeleterIS1_EEEEE
E | |
7238 } | |
7239 | |
OLD | NEW |