projects
/
platform
/
upstream
/
libSkiaSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
343382e
)
Disable PathOpsFailOp test for Bazel ASAN test, because there are double->float cast...
author
benjaminwagner
<benjaminwagner@google.com>
Wed, 29 Jun 2016 17:26:44 +0000
(10:26 -0700)
committer
Commit 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
patch
|
blob
|
history
diff --git
a/public.bzl
b/public.bzl
index f84abc0e6c9abca39049585ac77661f1fadd3d2c..11ffa8e9e2b5770c7277d35cffc91e6d917d7812 100644
(file)
--- a/
public.bzl
+++ b/
public.bzl
@@
-513,6
+513,7
@@
def DM_ARGS(base_dir, asan):
"~Math",
"~Matrix",
"~PathOpsCubic",
+ "~PathOpsFailOp",
"~PathOpsOpLoopsThreaded",
"~PathOpsSimplify",
"~PathOpsTightBoundsQuads",