aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2017-12-13 14:07:39 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-12-13 20:09:10 +0000
commitc1ff9168c798559a0787483e7079141bdf1aa643 (patch)
tree05b482af1d3999ad9c93dfb42f2b4223993e1afc /infra
parent2d5f9b3d58e07ac8a8df17f4c0321cb65f255e69 (diff)
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 <benjaminwagner@google.com> Commit-Queue: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'infra')
-rw-r--r--infra/bots/recipes/test.expected/Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN.json21
-rw-r--r--infra/bots/recipes/test.py9
2 files changed, 0 insertions, 30 deletions
diff --git a/infra/bots/recipes/test.expected/Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN.json b/infra/bots/recipes/test.expected/Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN.json
index 6daae2e26d..8a032f71db 100644
--- a/infra/bots/recipes/test.expected/Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN.json
+++ b/infra/bots/recipes/test.expected/Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN.json
@@ -469,27 +469,6 @@
"gm",
"_",
"complexclip4_aa",
- "565",
- "gm",
- "_",
- "clippedcubic2",
- "8888",
- "gm",
- "_",
- "clippedcubic2",
- "f16",
- "gm",
- "_",
- "clippedcubic2",
- "srgb",
- "gm",
- "_",
- "clippedcubic2",
- "--match",
- "~^PathOpsCubicIntersection$",
- "~^PathOpsCubicLineIntersection$",
- "~^PathOpsOpCubicsThreaded$",
- "~^PathOpsOpLoopsThreaded$",
"--nonativeFonts",
"--verbose"
],
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index 53c261085a..9912a68454 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -544,15 +544,6 @@ def dm_flags(api, bot):
if 'NoGPUThreads' in bot:
args.extend(['--gpuThreads', '0'])
- if 'ASAN' in bot and 'CPU' in bot:
- # skia:7052
- for config in ['565', '8888', 'f16', 'srgb']:
- blacklist([config, 'gm', '_', 'clippedcubic2'])
- match.append('~^PathOpsCubicIntersection$')
- match.append('~^PathOpsCubicLineIntersection$')
- match.append('~^PathOpsOpCubicsThreaded$')
- match.append('~^PathOpsOpLoopsThreaded$')
-
if 'Vulkan' in bot and 'Adreno530' in bot:
# skia:5777
match.extend(['~CopySurface'])