aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2016-10-18 11:28:20 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-10-18 18:56:39 +0000
commit002c1203859ff523d38ce15ec8db76b72746ccbe (patch)
tree52cc42d2fbe632334b845a8796c6b2eb7ff37367 /infra/bots
parent40085e62bae768435ae901ed9e5c681016d36bb0 (diff)
Add testing for ANGLE msaa on bots
CQ_INCLUDE_TRYBOTS=master.client.skia:Test-Win-MSVC-ShuttleC-GPU-GTX960-x86_64-Debug-ANGLE-Trybot BUG=skia:5804 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=3587 Change-Id: I3895f9c2e662db400a47993987f5a16dc8ebba37 Reviewed-on: https://skia-review.googlesource.com/3587 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'infra/bots')
-rw-r--r--infra/bots/recipes/swarm_test.expected/Test-Win8-MSVC-ShuttleB-GPU-GTX960-x86_64-Debug-ANGLE.json1
-rw-r--r--infra/bots/recipes/swarm_test.py4
2 files changed, 4 insertions, 1 deletions
diff --git a/infra/bots/recipes/swarm_test.expected/Test-Win8-MSVC-ShuttleB-GPU-GTX960-x86_64-Debug-ANGLE.json b/infra/bots/recipes/swarm_test.expected/Test-Win8-MSVC-ShuttleB-GPU-GTX960-x86_64-Debug-ANGLE.json
index 6d445105d8..56581f6818 100644
--- a/infra/bots/recipes/swarm_test.expected/Test-Win8-MSVC-ShuttleB-GPU-GTX960-x86_64-Debug-ANGLE.json
+++ b/infra/bots/recipes/swarm_test.expected/Test-Win8-MSVC-ShuttleB-GPU-GTX960-x86_64-Debug-ANGLE.json
@@ -230,6 +230,7 @@
"pic-8888",
"angle_d3d11_es2",
"angle_d3d9_es2",
+ "angle_d3d11_es2_msaa4",
"--src",
"tests",
"gm",
diff --git a/infra/bots/recipes/swarm_test.py b/infra/bots/recipes/swarm_test.py
index d9ca68452d..f525845be7 100644
--- a/infra/bots/recipes/swarm_test.py
+++ b/infra/bots/recipes/swarm_test.py
@@ -115,7 +115,9 @@ def dm_flags(bot):
['serialize', 'tiles_rt', 'pic'])
if 'ANGLE' in bot:
- configs.extend(['angle_d3d11_es2', 'angle_d3d9_es2'])
+ configs.extend(['angle_d3d11_es2',
+ 'angle_d3d9_es2',
+ 'angle_d3d11_es2_msaa4'])
# We want to run gpudft on atleast the mali 400
if 'GalaxyS3' in bot: