Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Side by Side Diff: tools/valgrind/memcheck/suppressions_mac.txt

Issue 24189002: Valgrind: Remove suppressions for a fixed leak and add new suppressions for Mac memory errors. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tools/valgrind/memcheck/suppressions.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « tools/valgrind/memcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698