Remove old ANGLE perf blacklists

I'm hoping that recent fixes to timing logic will prevent these problems.

Bug: skia:6534
Change-Id: Ia735e91887164c7a4882d5d3dd67df8c6115bfe9
Reviewed-on: https://skia-review.googlesource.com/54660
Reviewed-by: Ben Wagner <benjaminwagner@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
This commit is contained in:
Brian Osman 2017-10-11 09:33:25 -04:00 committed by Skia Commit-Bot
parent 884dd7d428
commit 019f91e123
4 changed files with 2 additions and 22 deletions

View File

@ -781,11 +781,11 @@ Return a list of targets to build, depending on the builder type.
[DEPS](/infra/bots/recipes/perf.py#12): [recipe\_engine/file][recipe_engine/recipe_modules/file], [recipe\_engine/json][recipe_engine/recipe_modules/json], [recipe\_engine/path][recipe_engine/recipe_modules/path], [recipe\_engine/platform][recipe_engine/recipe_modules/platform], [recipe\_engine/properties][recipe_engine/recipe_modules/properties], [recipe\_engine/raw\_io][recipe_engine/recipe_modules/raw_io], [recipe\_engine/step][recipe_engine/recipe_modules/step], [recipe\_engine/time][recipe_engine/recipe_modules/time], [core](#recipe_modules-core), [env](#recipe_modules-env), [flavor](#recipe_modules-flavor), [run](#recipe_modules-run), [vars](#recipe_modules-vars)
&mdash; **def [RunSteps](/infra/bots/recipes/perf.py#329)(api):**
&mdash; **def [RunSteps](/infra/bots/recipes/perf.py#317)(api):**
&mdash; **def [nanobench\_flags](/infra/bots/recipes/perf.py#29)(api, bot):**
&mdash; **def [perf\_steps](/infra/bots/recipes/perf.py#240)(api):**
&mdash; **def [perf\_steps](/infra/bots/recipes/perf.py#228)(api):**
Run Skia benchmarks.
### *recipes* / [recreate\_skps](/infra/bots/recipes/recreate_skps.py)

View File

@ -162,11 +162,6 @@
"angle_d3d11_es2",
"angle_d3d11_es2_msaa8",
"--match",
"~shapes_mixed_10000_32x33",
"~shapes_oval_10000_32x32",
"~shapes_oval_10000_32x33",
"~shapes_rect_100_500x500",
"~shapes_rrect_10000_32x32",
"~inc0.gif",
"~inc1.gif",
"~incInterlaced.gif",

View File

@ -162,9 +162,6 @@
"angle_d3d11_es2",
"angle_d3d11_es2_msaa8",
"--match",
"~shapes_mixed_10000_32x33",
"~shapes_rect_100_500x500",
"~shapes_rrect_10000_32x32",
"~inc0.gif",
"~inc1.gif",
"~incInterlaced.gif",

View File

@ -189,18 +189,6 @@ def nanobench_flags(api, bot):
verbose = True
if 'Vulkan' in bot and 'NexusPlayer' in bot:
match.append('~blendmode_') # skia:6691
if 'ANGLE' in bot and 'Radeon' in bot and 'Release' in bot:
# skia:6534
match.append('~shapes_mixed_10000_32x33')
match.append('~shapes_oval_10000_32x32')
match.append('~shapes_oval_10000_32x33')
match.append('~shapes_rect_100_500x500')
match.append('~shapes_rrect_10000_32x32')
if 'ANGLE' in bot and 'GTX960' in bot and 'Release' in bot:
# skia:6534
match.append('~shapes_mixed_10000_32x33')
match.append('~shapes_rect_100_500x500')
match.append('~shapes_rrect_10000_32x32')
if 'float_cast_overflow' in bot and 'CPU' in bot:
# skia:4632
match.append('~^floor2int_undef$')