Test glbetex and glbert configs on BonusConfigs bots

Change-Id: Ib098ec063f56337dfade31023b839c7d1fb09a7d
Reviewed-on: https://skia-review.googlesource.com/150136
Commit-Queue: Brian Salomon <bsalomon@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
This commit is contained in:
Brian Salomon 2018-08-31 13:35:26 -04:00 committed by Skia Commit-Bot
parent dcfceec555
commit 7bfe8438a9
2 changed files with 5 additions and 2 deletions

View File

@ -254,6 +254,8 @@
"--nocpu",
"--config",
"gbr-gl",
"glbetex",
"glbert",
"--src",
"tests",
"gm",

View File

@ -232,9 +232,10 @@ def dm_flags(api, bot):
blacklist('gltestpersistentcache gm _ dftext')
blacklist('gltestpersistentcache gm _ glyph_pos_h_b')
# Test SkColorSpaceXformCanvas on a few bots
# Test SkColorSpaceXformCanvas and rendering to wrapped dsts on a few bots
if 'BonusConfigs' in api.vars.extra_tokens:
configs = ['gbr-gl']
configs = ['gbr-gl', 'glbetex', 'glbert']
if 'ChromeOS' in bot:
# Just run GLES for now - maybe add gles_msaa4 in the future