From aa567aba513cbab618c4433372ae6eb5d11e527b Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Wed, 7 Mar 2018 10:36:27 -0500 Subject: Remove dm excludes from public.bzl. Several text tests are excluded from dm, presumably because previously there were no fonts. Now that there are, these tests pass. Change-Id: I5cb30cc5658ab77294ac4479902c932ddf490289 Reviewed-on: https://skia-review.googlesource.com/112721 Reviewed-by: Mike Klein Commit-Queue: Ben Wagner --- public.bzl | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'public.bzl') 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 -- cgit v1.2.3