Disable PathOpsFailOp test for Bazel ASAN test, because there are double->float cast overflows in PathOps code.

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2104303003

Review-Url: https://codereview.chromium.org/2104303003
This commit is contained in:
benjaminwagner 2016-06-29 10:26:44 -07:00 committed by Commit bot
parent 343382e3ac
commit b5188624f6

View File

@ -513,6 +513,7 @@ def DM_ARGS(base_dir, asan):
"~Math",
"~Matrix",
"~PathOpsCubic",
"~PathOpsFailOp",
"~PathOpsOpLoopsThreaded",
"~PathOpsSimplify",
"~PathOpsTightBoundsQuads",