Blacklist changed skp
Bug: skia:6687 Change-Id: I1562d7e9ded7f1be8a7ddc0c2341e54d5abbc0ae Reviewed-on: https://skia-review.googlesource.com/97901 Reviewed-by: Brian Salomon <bsalomon@google.com> Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Kevin Lubick <kjlubick@google.com>
This commit is contained in:
parent
87d18ced0a
commit
5d750edfdd
@ -337,6 +337,7 @@
|
||||
"~blur_0.01",
|
||||
"~GM_animated-image-blurs",
|
||||
"~blendmode_mask_",
|
||||
"~desk_carsvg.skp",
|
||||
"~^path_text_clipped"
|
||||
],
|
||||
"env": {
|
||||
|
@ -373,6 +373,7 @@
|
||||
"~blur_0.01",
|
||||
"~GM_animated-image-blurs",
|
||||
"~blendmode_mask_",
|
||||
"~desk_carsvg.skp",
|
||||
"~^path_text_clipped",
|
||||
"--outResultsFile",
|
||||
"/cache/skia/perf/nanobench_abc123_1337000001.json",
|
||||
|
@ -267,12 +267,13 @@ def perf_steps(api):
|
||||
api.flavor.device_dirs.resource_dir, 'color_wheel.jpg'),
|
||||
'--skps', api.flavor.device_dirs.skp_dir,
|
||||
'--pre_log',
|
||||
'--match', # skia:6581
|
||||
'--match', # skia:6687
|
||||
'~matrixconvolution',
|
||||
'~blur_image_filter',
|
||||
'~blur_0.01',
|
||||
'~GM_animated-image-blurs',
|
||||
'~blendmode_mask_',
|
||||
'~desk_carsvg.skp',
|
||||
'~^path_text_clipped', # Bot times out; skia:7190
|
||||
])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user