aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2017-03-24 11:15:09 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-03-24 16:40:34 +0000
commit528ca9bd91437ee3df3530827fe138e7f6c3ea62 (patch)
treec25c2f3dd9ee6debbb802e3cef892e24bf744494 /infra
parentdc276f909f3fa20df95f65771d6f6111e64b444a (diff)
Run angle in 8 sample msaa on desktop
Change-Id: If752152daabcdb7420fd13863fea4ce49f725aab Reviewed-on: https://skia-review.googlesource.com/10108 Reviewed-by: Brian Osman <brianosman@google.com> Reviewed-by: Ben Wagner <benjaminwagner@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'infra')
-rw-r--r--infra/bots/recipe_modules/sktest/api.py3
-rw-r--r--infra/bots/recipe_modules/sktest/example.expected/Test-Win8-MSVC-ShuttleB-GPU-GTX960-x86_64-Debug-ANGLE.json2
2 files changed, 2 insertions, 3 deletions
diff --git a/infra/bots/recipe_modules/sktest/api.py b/infra/bots/recipe_modules/sktest/api.py
index 12fd58c957..17878984ad 100644
--- a/infra/bots/recipe_modules/sktest/api.py
+++ b/infra/bots/recipe_modules/sktest/api.py
@@ -113,8 +113,7 @@ def dm_flags(bot):
'angle_d3d9_es2',
'angle_gl_es2']
if sample_count is not '':
- # Currently we only have 4 sample msaa angle configs
- configs.append('angle_d3d11_es2_msaa4')
+ configs.append('angle_d3d11_es2_msaa' + sample_count)
# Vulkan bot *only* runs the vk config.
if 'Vulkan' in bot:
diff --git a/infra/bots/recipe_modules/sktest/example.expected/Test-Win8-MSVC-ShuttleB-GPU-GTX960-x86_64-Debug-ANGLE.json b/infra/bots/recipe_modules/sktest/example.expected/Test-Win8-MSVC-ShuttleB-GPU-GTX960-x86_64-Debug-ANGLE.json
index 606c45a7a7..bbdcbbcbd4 100644
--- a/infra/bots/recipe_modules/sktest/example.expected/Test-Win8-MSVC-ShuttleB-GPU-GTX960-x86_64-Debug-ANGLE.json
+++ b/infra/bots/recipe_modules/sktest/example.expected/Test-Win8-MSVC-ShuttleB-GPU-GTX960-x86_64-Debug-ANGLE.json
@@ -225,7 +225,7 @@
"angle_d3d11_es2",
"angle_d3d9_es2",
"angle_gl_es2",
- "angle_d3d11_es2_msaa4",
+ "angle_d3d11_es2_msaa8",
"--src",
"tests",
"gm",