diff options
author | robertphillips@google.com <robertphillips@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-26 13:53:25 +0000 |
---|---|---|
committer | robertphillips@google.com <robertphillips@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-26 13:53:25 +0000 |
commit | f2de383b138c3bd5ce7979598e0c1379d37a1f5c (patch) | |
tree | 5f5aaa2fdf5e9da462619d2eda2e5810ce88bad4 /tools | |
parent | 9e40a102452d80bbc006176e1d4fa82dcd514998 (diff) | |
download | chromium_src-f2de383b138c3bd5ce7979598e0c1379d37a1f5c.zip chromium_src-f2de383b138c3bd5ce7979598e0c1379d37a1f5c.tar.gz chromium_src-f2de383b138c3bd5ce7979598e0c1379d37a1f5c.tar.bz2 |
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
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 32 |
1 files changed, 32 insertions, 0 deletions
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 +} |