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, stuff that is somehow a false positive | 4 # 2. Intentional unit test errors, 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. | 8 # These should all be in chromium's bug tracking system. |
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 2589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2600 Memcheck:Unaddressable | 2600 Memcheck:Unaddressable |
2601 ... | 2601 ... |
2602 fun:_ZN6libyuv21ScaleARGBBilinearDownEiiiiiPKhPhiiii | 2602 fun:_ZN6libyuv21ScaleARGBBilinearDownEiiiiiPKhPhiiii |
2603 fun:_ZN6libyuv16ScaleARGBAnySizeEiiiiiiiiPKhPhiiiiNS_10FilterModeE | 2603 fun:_ZN6libyuv16ScaleARGBAnySizeEiiiiiiiiPKhPhiiiiNS_10FilterModeE |
2604 fun:_ZN6libyuv9ScaleARGBEPKhiiiPhiiiiiiiNS_10FilterModeE | 2604 fun:_ZN6libyuv9ScaleARGBEPKhiiiPhiiiiiiiNS_10FilterModeE |
2605 fun:ARGBScale | 2605 fun:ARGBScale |
2606 fun:_ZN7content20DesktopCaptureDevice4Core18OnCaptureCompletedEPN6webrtc12Des
ktopFrameE | 2606 fun:_ZN7content20DesktopCaptureDevice4Core18OnCaptureCompletedEPN6webrtc12Des
ktopFrameE |
2607 fun:_ZN6webrtc12_GLOBAL__N_117ScreenCapturerMac7CaptureERKNS_13DesktopRegionE | 2607 fun:_ZN6webrtc12_GLOBAL__N_117ScreenCapturerMac7CaptureERKNS_13DesktopRegionE |
2608 fun:_ZN7content20DesktopCaptureDevice4Core9DoCaptureEv | 2608 fun:_ZN7content20DesktopCaptureDevice4Core9DoCaptureEv |
2609 } | 2609 } |
| 2610 { |
| 2611 bug_292913_a |
| 2612 Memcheck:Leak |
| 2613 fun:malloc_zone_malloc |
| 2614 fun:_CFRuntimeCreateInstance |
| 2615 fun:_ZN7TCFBaseI11TDescriptorEnwEm |
| 2616 fun:_ZNK17TDescriptorSource14CopyDescriptorEPK7__CFURL |
| 2617 fun:_ZNK17TDescriptorSource32CopySystemWideFallbackDescriptorEP6CGFontPKtl |
| 2618 fun:_ZNK17TDescriptorSource32CopySystemWideFallbackDescriptorEP6CGFontPK10__C
FString7CFRange |
| 2619 fun:_ZNK12TFontCascade24CreateSystemWideFallbackEPK8__CTFontPK10__CFString7CF
Range |
| 2620 fun:_ZNK12TFontCascade14CreateFallbackEPK8__CTFontPK10__CFString7CFRange |
| 2621 ... |
| 2622 fun:_ZN3gfx13RenderTextMac12EnsureLayoutEv |
| 2623 } |
| 2624 { |
| 2625 bug_292913_b |
| 2626 Memcheck:Uninitialized |
| 2627 fun:_ZL10AddEncHashP12EncHashTablePKhij |
| 2628 fun:_Z16BuildMacEncTablev |
| 2629 fun:_ZN15TParsingContext13GetParseProcsEv |
| 2630 fun:_ZN19TSFNTParsingContext13GetParseProcsEv |
| 2631 fun:_ZN18TCIDParsingContext13GetParseProcsEv |
| 2632 fun:_ZN16TType1OTFCIDFont20ParseCFFCIDFontDictsERK19TType1CFFDescriptorP32Typ
e1ProtectionEvaluationContextRVt |
| 2633 fun:_ZN16TType1OTFCIDFont15ParseCFFCIDFontERK19TType1CFFDescriptorP32Type1Pro
tectionEvaluationContext |
| 2634 fun:_ZN16TType1OTFCIDFontC2ERK19TType1CFFDescriptor |
| 2635 fun:_ZN10TType1Font7GetFontEPK5TFont |
| 2636 } |
OLD | NEW |