aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar Brian Osman <brianosman@google.com>2017-10-25 15:43:22 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-10-25 20:33:18 +0000
commitd52c6c27b748ca32453261179e621665e2864a6a (patch)
treeaf24fd45afaf42b1de23f6a9de9b253f6ad024d4 /infra
parent84d7cf99d130c702d5c04c94daf12832247fbebf (diff)
Blacklist more composeshader GMs on Intel Vk
Bug: skia: Change-Id: I16243853adb7722c41bfa6872557c3378e0bb589 Reviewed-on: https://skia-review.googlesource.com/63642 Reviewed-by: Greg Daniel <egdaniel@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
Diffstat (limited to 'infra')
-rw-r--r--infra/bots/README.recipes.md6
-rw-r--r--infra/bots/recipes/test.expected/Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-Vulkan.json8
-rw-r--r--infra/bots/recipes/test.py2
3 files changed, 13 insertions, 3 deletions
diff --git a/infra/bots/README.recipes.md b/infra/bots/README.recipes.md
index c3ba68b825..bec9a9bc63 100644
--- a/infra/bots/README.recipes.md
+++ b/infra/bots/README.recipes.md
@@ -837,17 +837,17 @@ benchmark Skia using skpbench.
[DEPS](/infra/bots/recipes/test.py#9): [recipe\_engine/context][recipe_engine/recipe_modules/context], [recipe\_engine/file][recipe_engine/recipe_modules/file], [recipe\_engine/json][recipe_engine/recipe_modules/json], [recipe\_engine/path][recipe_engine/recipe_modules/path], [recipe\_engine/platform][recipe_engine/recipe_modules/platform], [recipe\_engine/properties][recipe_engine/recipe_modules/properties], [recipe\_engine/python][recipe_engine/recipe_modules/python], [recipe\_engine/raw\_io][recipe_engine/recipe_modules/raw_io], [recipe\_engine/step][recipe_engine/recipe_modules/step], [core](#recipe_modules-core), [env](#recipe_modules-env), [flavor](#recipe_modules-flavor), [run](#recipe_modules-run), [vars](#recipe_modules-vars)
-&mdash; **def [RunSteps](/infra/bots/recipes/test.py#853)(api):**
+&mdash; **def [RunSteps](/infra/bots/recipes/test.py#855)(api):**
&mdash; **def [dm\_flags](/infra/bots/recipes/test.py#27)(api, bot):**
-&mdash; **def [key\_params](/infra/bots/recipes/test.py#709)(api):**
+&mdash; **def [key\_params](/infra/bots/recipes/test.py#711)(api):**
Build a unique key from the builder name (as a list).
E.g. arch x86 gpu GeForce320M mode MacMini4.1 os Mac10.6
-&mdash; **def [test\_steps](/infra/bots/recipes/test.py#725)(api):**
+&mdash; **def [test\_steps](/infra/bots/recipes/test.py#727)(api):**
Run the DM test.
### *recipes* / [update\_meta\_config](/infra/bots/recipes/update_meta_config.py)
diff --git a/infra/bots/recipes/test.expected/Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-Vulkan.json b/infra/bots/recipes/test.expected/Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-Vulkan.json
index d47c128947..8748982b25 100644
--- a/infra/bots/recipes/test.expected/Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-Vulkan.json
+++ b/infra/bots/recipes/test.expected/Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-Vulkan.json
@@ -391,6 +391,14 @@
"vk",
"gm",
"_",
+ "composeshader",
+ "vk",
+ "gm",
+ "_",
+ "composeshader_alpha",
+ "vk",
+ "gm",
+ "_",
"composeshader_bitmap",
"vk",
"gm",
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index d190c98771..a450379463 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -589,6 +589,8 @@ def dm_flags(api, bot):
blacklist(['vk', 'gm', '_', 'aarectmodes'])
blacklist(['vk', 'gm', '_', 'aaxfermodes'])
blacklist(['vk', 'gm', '_', 'arithmode'])
+ blacklist(['vk', 'gm', '_', 'composeshader'])
+ blacklist(['vk', 'gm', '_', 'composeshader_alpha'])
blacklist(['vk', 'gm', '_', 'composeshader_bitmap'])
blacklist(['vk', 'gm', '_', 'composeshader_bitmap2'])
blacklist(['vk', 'gm', '_', 'dftextCOLR'])