From: Ethan Nicholas Date: Wed, 24 May 2017 14:33:05 +0000 (-0400) Subject: blacklist failing Chromecast tests X-Git-Tag: accepted/tizen/5.0/unified/20181102.025319~36^2~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc146b1bd787274d93e98116ba6f2ad30824bd8e;p=platform%2Fupstream%2FlibSkiaSharp.git blacklist failing Chromecast tests Bug: skia:6581 Change-Id: Iaaada6efda4737db5f7ad81c20da1b1323bad17a Reviewed-on: https://skia-review.googlesource.com/17825 Reviewed-by: Kevin Lubick Commit-Queue: Ethan Nicholas --- diff --git a/infra/bots/recipes/perf.py b/infra/bots/recipes/perf.py index 318ba2e..1b38473 100644 --- a/infra/bots/recipes/perf.py +++ b/infra/bots/recipes/perf.py @@ -113,6 +113,11 @@ def nanobench_flags(bot): match.append('~blurroundrect') match.append('~patch_grid') # skia:2847 match.append('~desk_carsvg') + if 'Chromecast' in bot: + match.append('~matrixconvolution') # skia:6581 + match.append('~blur_image_filter') + match.append('~blur_0.01') + match.append('GM_animated-image-blurs') if 'NexusPlayer' in bot: match.append('~desk_unicodetable') if 'Nexus5' in bot: