From ae5a871f3fd7d2a15e0291771b2508c97912cab1 Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Tue, 7 Feb 2017 15:01:41 -0500 Subject: Omit nondeterminstic tests on IntelIris540 ANGLE. BUG=skia:6103,skia:6141 Change-Id: Ib27aa3fddb907c88c0bc41152ebb90abc0e36fe0 Reviewed-on: https://skia-review.googlesource.com/8146 Reviewed-by: Robert Phillips Commit-Queue: Ben Wagner --- infra/bots/recipe_modules/sktest/api.py | 8 +++ ...VC-NUC-GPU-IntelIris540-x86_64-Debug-ANGLE.json | 64 ++++++++++++++++++++++ 2 files changed, 72 insertions(+) (limited to 'infra') diff --git a/infra/bots/recipe_modules/sktest/api.py b/infra/bots/recipe_modules/sktest/api.py index be72c564fa..d69b4bd328 100644 --- a/infra/bots/recipe_modules/sktest/api.py +++ b/infra/bots/recipe_modules/sktest/api.py @@ -374,6 +374,14 @@ def dm_flags(bot): if 'IntelIris540' in bot and 'ANGLE' in bot: match.append('~IntTexture') # skia:6086 + blacklist(['_', 'gm', '_', 'discard']) # skia:6141 + # skia:6103 + for config in ['angle_d3d9_es2', 'angle_d3d11_es2', 'angle_gl_es2']: + blacklist([config, 'gm', '_', 'multipicturedraw_invpathclip_simple']) + blacklist([config, 'gm', '_', 'multipicturedraw_noclip_simple']) + blacklist([config, 'gm', '_', 'multipicturedraw_pathclip_simple']) + blacklist([config, 'gm', '_', 'multipicturedraw_rectclip_simple']) + blacklist([config, 'gm', '_', 'multipicturedraw_rrectclip_simple']) if blacklisted: args.append('--blacklist') diff --git a/infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-NUC-GPU-IntelIris540-x86_64-Debug-ANGLE.json b/infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-NUC-GPU-IntelIris540-x86_64-Debug-ANGLE.json index bcd253b1eb..8e048bfffe 100644 --- a/infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-NUC-GPU-IntelIris540-x86_64-Debug-ANGLE.json +++ b/infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-NUC-GPU-IntelIris540-x86_64-Debug-ANGLE.json @@ -367,6 +367,70 @@ "image", "_", ".SRW", + "_", + "gm", + "_", + "discard", + "angle_d3d9_es2", + "gm", + "_", + "multipicturedraw_invpathclip_simple", + "angle_d3d9_es2", + "gm", + "_", + "multipicturedraw_noclip_simple", + "angle_d3d9_es2", + "gm", + "_", + "multipicturedraw_pathclip_simple", + "angle_d3d9_es2", + "gm", + "_", + "multipicturedraw_rectclip_simple", + "angle_d3d9_es2", + "gm", + "_", + "multipicturedraw_rrectclip_simple", + "angle_d3d11_es2", + "gm", + "_", + "multipicturedraw_invpathclip_simple", + "angle_d3d11_es2", + "gm", + "_", + "multipicturedraw_noclip_simple", + "angle_d3d11_es2", + "gm", + "_", + "multipicturedraw_pathclip_simple", + "angle_d3d11_es2", + "gm", + "_", + "multipicturedraw_rectclip_simple", + "angle_d3d11_es2", + "gm", + "_", + "multipicturedraw_rrectclip_simple", + "angle_gl_es2", + "gm", + "_", + "multipicturedraw_invpathclip_simple", + "angle_gl_es2", + "gm", + "_", + "multipicturedraw_noclip_simple", + "angle_gl_es2", + "gm", + "_", + "multipicturedraw_pathclip_simple", + "angle_gl_es2", + "gm", + "_", + "multipicturedraw_rectclip_simple", + "angle_gl_es2", + "gm", + "_", + "multipicturedraw_rrectclip_simple", "--match", "~GLPrograms", "~IntTexture" -- cgit v1.2.3