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 <mtklein@google.com>
Commit-Queue: Ben Wagner <bungeman@google.com>
diff --git a/public.bzl b/public.bzl
index 5ae13ac..fbd005b 100644
--- a/public.bzl
+++ b/public.bzl
@@ -545,14 +545,7 @@
   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