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:
parent
f58fdfa0ff
commit
9a56875654
@ -498,6 +498,10 @@
|
||||
"test",
|
||||
"_",
|
||||
"GrShape",
|
||||
"_",
|
||||
"gm",
|
||||
"_",
|
||||
"compositor_quads_filter",
|
||||
"--match",
|
||||
"~bigbitmaprect_",
|
||||
"~DrawBitmapRect",
|
||||
|
@ -595,6 +595,10 @@
|
||||
"image",
|
||||
"_",
|
||||
".SRW",
|
||||
"_",
|
||||
"gm",
|
||||
"_",
|
||||
"compositor_quads_filter",
|
||||
"--match",
|
||||
"~animated-image-blurs",
|
||||
"~blur_0.01",
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user