From 528ca9bd91437ee3df3530827fe138e7f6c3ea62 Mon Sep 17 00:00:00 2001 From: Brian Salomon Date: Fri, 24 Mar 2017 11:15:09 -0400 Subject: Run angle in 8 sample msaa on desktop Change-Id: If752152daabcdb7420fd13863fea4ce49f725aab Reviewed-on: https://skia-review.googlesource.com/10108 Reviewed-by: Brian Osman Reviewed-by: Ben Wagner Commit-Queue: Brian Salomon --- infra/bots/recipe_modules/sktest/api.py | 3 +-- .../Test-Win8-MSVC-ShuttleB-GPU-GTX960-x86_64-Debug-ANGLE.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'infra') 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", -- cgit v1.2.3