Synchronize public.bzl float-cast-overflow omit list with test.py.

No-Try: true
Change-Id: If4320eae12e4967ee59a230549bbd34fca2fed94
Reviewed-on: https://skia-review.googlesource.com/60883
Reviewed-by: Mike Klein <mtklein@chromium.org>
Commit-Queue: Ben Wagner <benjaminwagner@google.com>
diff --git a/public.bzl b/public.bzl
index 628301d..b07f2d8 100644
--- a/public.bzl
+++ b/public.bzl
@@ -540,20 +540,14 @@
   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 += [
-        "~^bigrect$$",
         "~^clippedcubic2$$",
-        "~^conicpaths$$",
-        "~^DashPathEffectTest_asPoints_limit$$",
-        "~^Matrix$$",
-        "~^Matrix44$$",
-        "~^PathBigCubic$$",
         "~^PathOpsCubicIntersection$$",
         "~^PathOpsCubicLineIntersection$$",
-        "~^PathOpsFailOp$$",
         "~^PathOpsOpCubicsThreaded$$",
         "~^PathOpsOpLoopsThreaded$$",
-        "~^Point$$",
     ]
   return ["--src"] + source + ["--config"] + config + ["--match"] + match