aboutsummaryrefslogtreecommitdiffhomepage
path: root/public.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'public.bzl')
-rw-r--r--public.bzl12
1 files changed, 0 insertions, 12 deletions
diff --git a/public.bzl b/public.bzl
index 06ba3849c0..c346d7436c 100644
--- a/public.bzl
+++ b/public.bzl
@@ -540,18 +540,6 @@ def DM_ARGS(asan):
"~^PaintBreakText$$",
"~^RecordDraw_TextBounds$$",
]
- if asan:
- # The ASAN we use with Bazel has some strict checks, so omit tests that
- # trigger them.
- # All of the following are due to
- # https://bugs.chromium.org/p/skia/issues/detail?id=7052
- match += [
- "~^clippedcubic2$$",
- "~^PathOpsCubicIntersection$$",
- "~^PathOpsCubicLineIntersection$$",
- "~^PathOpsOpCubicsThreaded$$",
- "~^PathOpsOpLoopsThreaded$$",
- ]
return ["--src"] + source + ["--config"] + config + ["--match"] + match
################################################################################