From f2de383b138c3bd5ce7979598e0c1379d37a1f5c Mon Sep 17 00:00:00 2001 From: "robertphillips@google.com" Date: Wed, 26 Jun 2013 13:53:25 +0000 Subject: Suppress memory complaints due to 6/26/13 Skia roll NOTRY=true TBR=eugenis@chromium.org BUG=254403 Review URL: https://codereview.chromium.org/17889002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208693 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/valgrind/memcheck/suppressions.txt | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'tools') diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 5b6f245..cc68d96 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -7333,3 +7333,35 @@ fun:_ZN8autofill12_GLOBAL__N_126AutofillQueryXmlParserTest13ParseQueryXMLERKSsb fun:_ZN8autofill12_GLOBAL__N_149AutofillQueryXmlParserTest_ParseAutofillFlow_Test8TestBodyEv } +{ + bug_254403a + Memcheck:Unaddressable + fun:_ZNK9SkPathRef10countVerbsEv + fun:_ZNK6SkPath7isEmptyEv + fun:_ZN8SkCanvas8drawPathERK6SkPathRK7SkPaint + fun:_ZN17SkPicturePlayback4drawER8SkCanvasP21SkDrawPictureCallback + fun:_ZN9SkPicture4drawEP8SkCanvasP21SkDrawPictureCallback + fun:_ZN8SkCanvas11drawPictureER9SkPicture + fun:_ZN4skia17LazyPixelRefUtils15GatherPixelRefsEP9SkPicturePSt6vectorINS0_20PositionLazyPixelRefESaIS4_EE + fun:_ZN4skia35LazyPixelRefUtilsTest_DrawPath_Test8TestBodyEv +} +{ + bug_254403b + Memcheck:Unaddressable + fun:_ZNK8SkRefCnt9getRefCntEv + fun:_ZN9SkPathRef11removeOwnerEP6SkPath + fun:_ZN6SkPath15PathRefDebugRefD1Ev + fun:_ZN6SkPathD1Ev + ... + fun:_ZNK8SkRefCnt16internal_disposeEv + fun:_ZNK8SkRefCnt5unrefEv + fun:_Z11SkSafeUnrefI10SkPathHeapEvPT_ + fun:_ZN12SkAutoTUnrefI10SkPathHeapED1Ev + ... + fun:_ZNK8SkRefCnt16internal_disposeEv + fun:_ZNK8SkRefCnt5unrefEv + fun:_Z11SkSafeUnrefI9SkPictureEvPT_ + fun:_ZN4skia6RefPtrI9SkPictureE5clearEv + fun:_ZN4skia6RefPtrI9SkPictureED1Ev + fun:_ZN4skia35LazyPixelRefUtilsTest_DrawText_Test8TestBodyEv +} -- cgit v1.1