Blacklist compositor_quads_filter on chromecast

Bug: skia:8869
Change-Id: I6a3693b5614cab2fe468efcec17a46aafafb3e79
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201384
Reviewed-by: Ben Wagner <benjaminwagner@google.com>
Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Auto-Submit: Michael Ludwig <michaelludwig@google.com>
This commit is contained in:
Michael Ludwig 2019-03-14 16:31:45 -04:00 committed by Skia Commit-Bot
parent f58fdfa0ff
commit 9a56875654
3 changed files with 12 additions and 0 deletions

View File

@ -498,6 +498,10 @@
"test",
"_",
"GrShape",
"_",
"gm",
"_",
"compositor_quads_filter",
"--match",
"~bigbitmaprect_",
"~DrawBitmapRect",

View File

@ -595,6 +595,10 @@
"image",
"_",
".SRW",
"_",
"gm",
"_",
"compositor_quads_filter",
"--match",
"~animated-image-blurs",
"~blur_0.01",

View File

@ -740,6 +740,10 @@ def dm_flags(api, bot):
# skia:6857
blacklist(['angle_d3d9_es2', 'gm', '_', 'lighting'])
if 'Chorizo' in bot:
# skia:8869
blacklist(['_', 'gm', '_', 'compositor_quads_filter'])
if 'PowerVRGX6250' in bot:
match.append('~gradients_view_perspective_nodither') #skia:6972