Add unit test to feed valid SVG sequences to make sure that
authorcaryclark <caryclark@google.com>
Tue, 9 Feb 2016 18:30:22 +0000 (10:30 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 9 Feb 2016 18:30:22 +0000 (10:30 -0800)
commitf1d415188ffb4c34e2886c2cfceb363a148333f1
tree07cbfee906d827a1f4731d68812c45d46ea78c29
parent719c48050127b2a18793bbcfa0dc49c2df5f080a
Add unit test to feed valid SVG sequences to make sure that
path strings can be parsed without returning an error.

Draw the output through Skia and SVG to make sure they are
parsed correctly.

R=fmalita@chromium.org
BUG=skia:4549
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1675053002

Review URL: https://codereview.chromium.org/1675053002
gm/arcto.cpp
gyp/tools.gyp
src/core/SkPath.cpp
src/utils/SkParsePath.cpp
tests/ParsePathTest.cpp
tools/random_parse_path.cpp [new file with mode: 0644]
tools/random_parse_path.h [new file with mode: 0644]