diff options
author | Greg Daniel <egdaniel@google.com> | 2017-06-19 14:39:43 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-06-19 19:08:04 +0000 |
commit | d895ca673d08bd128fc809857eadca75a9b57ca0 (patch) | |
tree | cc9173685380bb4309e00540ec5d0168e1769a45 /infra | |
parent | 6c12642904af16fcec03f574850b9cac300473e3 (diff) |
Limit number of stages for Angle D3D for GLPrograms test
Bug: skia:4717
Change-Id: I5ea613311d2c346bc45875040665a121b455f674
Reviewed-on: https://skia-review.googlesource.com/20228
Reviewed-by: Robert Phillips <robertphillips@google.com>
Commit-Queue: Greg Daniel <egdaniel@google.com>
Diffstat (limited to 'infra')
3 files changed, 1 insertions, 13 deletions
diff --git a/infra/bots/recipes/test.expected/Test-Win10-MSVC-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-ANGLE.json b/infra/bots/recipes/test.expected/Test-Win10-MSVC-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-ANGLE.json index ebf37b7c19..3a64a0cea4 100644 --- a/infra/bots/recipes/test.expected/Test-Win10-MSVC-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-ANGLE.json +++ b/infra/bots/recipes/test.expected/Test-Win10-MSVC-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-ANGLE.json @@ -417,10 +417,6 @@ "image", "_", ".SRW", - "angle_d3d9_es2", - "test", - "_", - "GLPrograms", "_", "gm", "_", diff --git a/infra/bots/recipes/test.expected/Test-Win10-MSVC-ShuttleC-GPU-GTX960-x86_64-Debug-ANGLE.json b/infra/bots/recipes/test.expected/Test-Win10-MSVC-ShuttleC-GPU-GTX960-x86_64-Debug-ANGLE.json index 8c0122f328..399bdc7be0 100644 --- a/infra/bots/recipes/test.expected/Test-Win10-MSVC-ShuttleC-GPU-GTX960-x86_64-Debug-ANGLE.json +++ b/infra/bots/recipes/test.expected/Test-Win10-MSVC-ShuttleC-GPU-GTX960-x86_64-Debug-ANGLE.json @@ -417,11 +417,7 @@ "_", "image", "_", - ".SRW", - "angle_d3d9_es2", - "test", - "_", - "GLPrograms" + ".SRW" ], "env": { "BUILDTYPE": "Debug_x64", diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py index 049eb26af4..75db389f25 100644 --- a/infra/bots/recipes/test.py +++ b/infra/bots/recipes/test.py @@ -414,10 +414,6 @@ def dm_flags(bot): if 'GalaxyS7_G930A' in bot: match.append('~WritePixels') # skia:6427 - if 'ANGLE' in bot: - # skia:4717, skia:6772 - blacklist(['angle_d3d9_es2', 'test', '_', 'GLPrograms']) - if 'MSAN' in bot: match.extend(['~Once', '~Shared']) # Not sure what's up with these tests. |