Skip to content

Commit

Permalink
Test glbetex and glbert configs on BonusConfigs bots
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bsalomon authored and Skia Commit-Bot committed Aug 31, 2018
1 parent dcfceec commit 7bfe843
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@
"--nocpu",
"--config",
"gbr-gl",
"glbetex",
"glbert",
"--src",
"tests",
"gm",
Expand Down
5 changes: 3 additions & 2 deletions infra/bots/recipes/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,10 @@ def blacklist(quad):
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
Expand Down

0 comments on commit 7bfe843

Please sign in to comment.