Blacklist glyph_pos_h_b on gltestpersistentcache config

Change-Id: I88ee8200b82d12ba8cee637e01b360ce2d2bb2b3
Reviewed-on: https://skia-review.googlesource.com/145360
Auto-Submit: Brian Salomon <bsalomon@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
This commit is contained in:
Brian Salomon 2018-08-03 12:54:11 -04:00 committed by Skia Commit-Bot
parent 667707dfa0
commit 06e3c3c5b8
5 changed files with 17 additions and 0 deletions

View File

@ -279,6 +279,10 @@
"gm",
"_",
"dftext",
"gltestpersistentcache",
"gm",
"_",
"glyph_pos_h_b",
"_",
"svg",
"_",

View File

@ -279,6 +279,10 @@
"gm",
"_",
"dftext",
"gltestpersistentcache",
"gm",
"_",
"glyph_pos_h_b",
"_",
"svg",
"_",

View File

@ -220,6 +220,10 @@
"gm",
"_",
"dftext",
"gltestpersistentcache",
"gm",
"_",
"glyph_pos_h_b",
"_",
"svg",
"_",

View File

@ -205,6 +205,10 @@
"gm",
"_",
"dftext",
"gltestpersistentcache",
"gm",
"_",
"glyph_pos_h_b",
"_",
"svg",
"_",

View File

@ -263,6 +263,7 @@ def dm_flags(api, bot):
# These tests produce slightly different pixels run to run on NV.
blacklist('gltestpersistentcache gm _ atlastext')
blacklist('gltestpersistentcache gm _ dftext')
blacklist('gltestpersistentcache gm _ glyph_pos_h_b')
if 'ChromeOS' in bot:
# Just run GLES for now - maybe add gles_msaa4 in the future