aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar Ben Wagner <benjaminwagner@google.com>2017-02-07 15:01:41 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-02-07 21:00:19 +0000
commitae5a871f3fd7d2a15e0291771b2508c97912cab1 (patch)
treeb76c35f7ff862f981469fe35f6ca226bd30e862b /infra
parent2f5055ff16c345557bb6d2a87566e7c086611482 (diff)
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 <robertphillips@google.com> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'infra')
-rw-r--r--infra/bots/recipe_modules/sktest/api.py8
-rw-r--r--infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-NUC-GPU-IntelIris540-x86_64-Debug-ANGLE.json64
2 files changed, 72 insertions, 0 deletions
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"