fix fuzz test that exceeds numeric limit
authorcaryclark <caryclark@google.com>
Wed, 29 Jun 2016 15:18:38 +0000 (08:18 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 29 Jun 2016 15:18:38 +0000 (08:18 -0700)
commit343382e3acc8369f7bd4328e7c807255b5776fe5
tree96c9c57607142aa248a2c008086c80f840521641
parent2633e62f7798a17f095ba1f27ec1f72e5472c439
fix fuzz test that exceeds numeric limit

The extreme values here exceed an internal test that expects
computed numbers to be less than MAX_FLT. Use MAX_DBL instead.

R=mmoroz@chromium.org
TBR=reed@google.com
BUG=624346
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2103903004

Review-Url: https://codereview.chromium.org/2103903004
src/pathops/SkOpSegment.cpp
src/pathops/SkPathOpsTSect.h
tests/PathOpsOpTest.cpp