Commit c02a9b3e authored by zhaoqin@google.com's avatar zhaoqin@google.com

suppress uninit error from SkStroke::strokePath in unit_tests

TBR=robertphillips@chromium.org
BUG=392912
TEST=waterfall.sh

Review URL: https://codereview.chromium.org/388563002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282384 0039d316-1c4b-4281-b951-d872f2087c98
parent 943000be
......@@ -6231,3 +6231,14 @@
fun:_Znw*
fun:_ZN20data_reduction_proxy69DataReductionProxyUsageStatsTest_isDataReductionProxyUnreachable_Test8TestBodyEv
}
{
bug_392912
Memcheck:Uninitialized
fun:_ZNK8SkStroke10strokePathERK6SkPathPS0_
fun:_ZNK11SkStrokeRec11applyToPathEP6SkPathRKS0_
fun:_ZNK7SkPaint11getFillPathERK6SkPathPS0_PK6SkRect
fun:_ZNK6SkDraw8drawPathERK6SkPathRK7SkPaintPK8SkMatrixbb
fun:_ZNK6SkDraw8drawPathERK6SkPathRK7SkPaintPK8SkMatrixb
fun:_ZN14SkBitmapDevice8drawPathERK6SkDrawRK6SkPathRK7SkPaintPK8SkMatrixb
fun:_ZN8SkCanvas8drawPathERK6SkPathRK7SkPaint
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment