From c1ff9168c798559a0787483e7079141bdf1aa643 Mon Sep 17 00:00:00 2001 From: Mike Klein Date: Wed, 13 Dec 2017 14:07:39 -0500 Subject: clean up float-cast-overflow blacklist These should be free of overflows now. Bug: skia:7052 Change-Id: I05118fb8f565ffb0d973b6d93a8cd8d8e27f31a9 Reviewed-on: https://skia-review.googlesource.com/84561 Reviewed-by: Ben Wagner Commit-Queue: Mike Klein --- public.bzl | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'public.bzl') 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 ################################################################################ -- cgit v1.2.3