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:
parent
dcfceec555
commit
7bfe8438a9
@ -254,6 +254,8 @@
|
||||
"--nocpu",
|
||||
"--config",
|
||||
"gbr-gl",
|
||||
"glbetex",
|
||||
"glbert",
|
||||
"--src",
|
||||
"tests",
|
||||
"gm",
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user