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 6183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6194 { | 6194 { |
6195 bug_386418 | 6195 bug_386418 |
6196 Memcheck:Leak | 6196 Memcheck:Leak |
6197 fun:_Znw* | 6197 fun:_Znw* |
6198 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob
jects8LocationERKNS_8CallbackIFvvEEESA_ | 6198 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob
jects8LocationERKNS_8CallbackIFvvEEESA_ |
6199 fun:_ZN4base10WorkerPool16PostTaskAndReplyERKN15tracked_objects8LocationERKNS
_8CallbackIFvvEEES9_b | 6199 fun:_ZN4base10WorkerPool16PostTaskAndReplyERKN15tracked_objects8LocationERKNS
_8CallbackIFvvEEES9_b |
6200 fun:_ZN3net16HostResolverImpl16LoopbackProbeJobC1ERKN4base7WeakPtrIS0_EE | 6200 fun:_ZN3net16HostResolverImpl16LoopbackProbeJobC1ERKN4base7WeakPtrIS0_EE |
6201 fun:_ZN3net16HostResolverImplC1ERKNS_12HostResolver7OptionsEPNS_6NetLogE | 6201 fun:_ZN3net16HostResolverImplC1ERKNS_12HostResolver7OptionsEPNS_6NetLogE |
6202 fun:_ZN8chromeos24HostResolverImplChromeOSC1E13* | 6202 fun:_ZN8chromeos24HostResolverImplChromeOSC1E13* |
6203 } | 6203 } |
| 6204 { |
| 6205 bug_387993 |
| 6206 Memcheck:Uninitialized |
| 6207 fun:_ZN11SkBaseMutex7acquireEv |
| 6208 fun:_ZN18SkAutoMutexAcquireC2EP11SkBaseMutex |
| 6209 fun:_ZN18SkAutoMutexAcquireC1EP11SkBaseMutex |
| 6210 fun:_ZN12SkGlyphCache10VisitCacheEP10SkTypefacePK12SkDescriptorPFbPKS_PvES7_ |
| 6211 fun:_ZN12SkGlyphCache11DetachCacheEP10SkTypefacePK12SkDescriptor |
| 6212 fun:_ZL14DetachDescProcP10SkTypefacePK12SkDescriptorPv |
| 6213 fun:_ZNK7SkPaint14descriptorProcEPK18SkDevicePropertiesPK8SkMatrixPFvP10SkTyp
efacePK12SkDescriptorPvESB_b |
| 6214 fun:_ZNK7SkPaint11detachCacheEPK18SkDevicePropertiesPK8SkMatrixb |
| 6215 fun:_ZN16SkAutoGlyphCacheC2ERK7SkPaintPK18SkDevicePropertiesPK8SkMatrix |
| 6216 fun:_ZN16SkAutoGlyphCacheC1ERK7SkPaintPK18SkDevicePropertiesPK8SkMatrix |
| 6217 } |
OLD | NEW |