summaryrefslogtreecommitdiffstats
path: root/tools/valgrind
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-16 21:47:55 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-16 21:47:55 +0000
commitbef0048e1847554ae406722ad0c5527590d51a3d (patch)
tree1834e849f54d1f41eb82d3e4d7faef18e4428398 /tools/valgrind
parentde6b8ecf076d0cdce4a97d7cf5e1227f72476dae (diff)
downloadchromium_src-bef0048e1847554ae406722ad0c5527590d51a3d.zip
chromium_src-bef0048e1847554ae406722ad0c5527590d51a3d.tar.gz
chromium_src-bef0048e1847554ae406722ad0c5527590d51a3d.tar.bz2
Valgrind: Remove suppressions for a fixed leak and add new suppressions for Mac memory errors.
BUG=290552,292913 NOTRY=true TBR=groby Review URL: https://chromiumcodereview.appspot.com/24189002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223430 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind')
-rw-r--r--tools/valgrind/memcheck/suppressions.txt16
-rw-r--r--tools/valgrind/memcheck/suppressions_mac.txt27
2 files changed, 27 insertions, 16 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index e17fa91..537544d 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -7116,22 +7116,6 @@
fun:_ZN13WebTestRunner11CppNPObject6invokeEP8NPObjectPvPK10_NPVariantjPS4_
}
{
- bug_290552a
- Memcheck:Leak
- fun:_Znw*
- fun:_ZN18SkLumaMaskXfermode6CreateEN10SkXfermode4ModeE
- fun:_ZN7WebCore15GraphicsContext16beginMaskedLayerERKNS_9FloatRectENS_8MaskTypeE
- fun:_ZN7WebCore*RenderSVGResource*
-}
-{
- bug_290552b
- Memcheck:Leak
- fun:_Znw*
- fun:_ZN10SkXfermode6CreateENS_4ModeE
- fun:_ZN7WebCore15GraphicsContext16beginMaskedLayerERKNS_9FloatRectENS_8MaskTypeE
- fun:_ZN7WebCore*RenderSVGResource*
-}
-{
bug_290559a
Memcheck:Leak
fun:_Znw*
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index b0c16e0..3c7462b 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -2607,3 +2607,30 @@
fun:_ZN6webrtc12_GLOBAL__N_117ScreenCapturerMac7CaptureERKNS_13DesktopRegionE
fun:_ZN7content20DesktopCaptureDevice4Core9DoCaptureEv
}
+{
+ bug_292913_a
+ Memcheck:Leak
+ fun:malloc_zone_malloc
+ fun:_CFRuntimeCreateInstance
+ fun:_ZN7TCFBaseI11TDescriptorEnwEm
+ fun:_ZNK17TDescriptorSource14CopyDescriptorEPK7__CFURL
+ fun:_ZNK17TDescriptorSource32CopySystemWideFallbackDescriptorEP6CGFontPKtl
+ fun:_ZNK17TDescriptorSource32CopySystemWideFallbackDescriptorEP6CGFontPK10__CFString7CFRange
+ fun:_ZNK12TFontCascade24CreateSystemWideFallbackEPK8__CTFontPK10__CFString7CFRange
+ fun:_ZNK12TFontCascade14CreateFallbackEPK8__CTFontPK10__CFString7CFRange
+ ...
+ fun:_ZN3gfx13RenderTextMac12EnsureLayoutEv
+}
+{
+ bug_292913_b
+ Memcheck:Uninitialized
+ fun:_ZL10AddEncHashP12EncHashTablePKhij
+ fun:_Z16BuildMacEncTablev
+ fun:_ZN15TParsingContext13GetParseProcsEv
+ fun:_ZN19TSFNTParsingContext13GetParseProcsEv
+ fun:_ZN18TCIDParsingContext13GetParseProcsEv
+ fun:_ZN16TType1OTFCIDFont20ParseCFFCIDFontDictsERK19TType1CFFDescriptorP32Type1ProtectionEvaluationContextRVt
+ fun:_ZN16TType1OTFCIDFont15ParseCFFCIDFontERK19TType1CFFDescriptorP32Type1ProtectionEvaluationContext
+ fun:_ZN16TType1OTFCIDFontC2ERK19TType1CFFDescriptor
+ fun:_ZN10TType1Font7GetFontEPK5TFont
+}