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 3409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3420 fun:_ZN7content21RenderProcessHostImpl20CreateMessageFiltersEv | 3420 fun:_ZN7content21RenderProcessHostImpl20CreateMessageFiltersEv |
3421 fun:_ZN7content21RenderProcessHostImpl4InitEv | 3421 fun:_ZN7content21RenderProcessHostImpl4InitEv |
3422 fun:_ZN7content22RenderFrameHostManager14InitRenderViewEPNS_18RenderViewHostI
mplEPNS_20RenderFrameProxyHostE | 3422 fun:_ZN7content22RenderFrameHostManager14InitRenderViewEPNS_18RenderViewHostI
mplEPNS_20RenderFrameProxyHostE |
3423 } | 3423 } |
3424 { | 3424 { |
3425 bug_557778 | 3425 bug_557778 |
3426 Memcheck:Uninitialized | 3426 Memcheck:Uninitialized |
3427 fun:vp9_pick_inter_mode | 3427 fun:vp9_pick_inter_mode |
3428 fun:nonrd_pick_sb_modes | 3428 fun:nonrd_pick_sb_modes |
3429 } | 3429 } |
| 3430 { |
| 3431 bug_558179 |
| 3432 Memcheck:Leak |
| 3433 fun:_Znw* |
| 3434 fun:_ZN7content27ServiceWorkerContextWrapperC1EPNS_14BrowserContextE |
| 3435 fun:_ZN7content20StoragePartitionImpl6CreateEPNS_14BrowserContextEbRKN4base8F
ilePathE |
| 3436 fun:_ZN7content23StoragePartitionImplMap3GetERKSsS2_b |
| 3437 fun:_ZN7content12_GLOBAL__N_129GetStoragePartitionFromConfigEPNS_14BrowserCon
textERKSsS4_b |
| 3438 fun:_ZN7content14BrowserContext26GetStoragePartitionForSiteEPS0_RK4GURL |
| 3439 } |
OLD | NEW |