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:
Kevin Lubick 2018-01-22 11:32:39 -05:00 committed by Skia Commit-Bot
parent 87d18ced0a
commit 5d750edfdd
3 changed files with 4 additions and 1 deletions

View File

@ -337,6 +337,7 @@
"~blur_0.01",
"~GM_animated-image-blurs",
"~blendmode_mask_",
"~desk_carsvg.skp",
"~^path_text_clipped"
],
"env": {

View File

@ -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",

View File

@ -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
])