aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--public.bzl9
1 files changed, 1 insertions, 8 deletions
diff --git a/public.bzl b/public.bzl
index 5ae13ac27f..fbd005bf0f 100644
--- a/public.bzl
+++ b/public.bzl
@@ -545,14 +545,7 @@ def DM_ARGS(asan):
source = ["tests", "gm", "image"]
# TODO(benjaminwagner): f16, pic-8888, serialize-8888, and tiles_rt-8888 fail.
config = ["565", "8888", "pdf", "srgb"]
- # TODO(mtklein): maybe investigate why these fail?
- match = [
- "~^FontHostStream$$",
- "~^FontMgr$$",
- "~^PaintBreakText$$",
- "~^RecordDraw_TextBounds$$",
- ]
- return ["--src"] + source + ["--config"] + config + ["--match"] + match + ["--nonativeFonts"]
+ return ["--src"] + source + ["--config"] + config + ["--nonativeFonts"]
################################################################################
## COPTS