Disable PathOpsFailOp test for Bazel ASAN test, because there are double->float cast...
authorbenjaminwagner <benjaminwagner@google.com>
Wed, 29 Jun 2016 17:26:44 +0000 (10:26 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 29 Jun 2016 17:26:44 +0000 (10:26 -0700)
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2104303003

Review-Url: https://codereview.chromium.org/2104303003

public.bzl

index f84abc0e6c9abca39049585ac77661f1fadd3d2c..11ffa8e9e2b5770c7277d35cffc91e6d917d7812 100644 (file)
@@ -513,6 +513,7 @@ def DM_ARGS(base_dir, asan):
         "~Math",
         "~Matrix",
         "~PathOpsCubic",
+        "~PathOpsFailOp",
         "~PathOpsOpLoopsThreaded",
         "~PathOpsSimplify",
         "~PathOpsTightBoundsQuads",