aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar Greg Daniel <egdaniel@google.com>2017-02-23 10:11:48 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-02-23 16:49:57 +0000
commitbff4178936a1fdeedd693e82a70c78f36c873915 (patch)
treee6d35be8b140aa57418d7ca922832c626f9c28fd /infra
parent804e091df9879ad0f83a9b2f2216ed8ea8951489 (diff)
Blacklist test on Vulkan Ubuntu Intel caused by driver bug
BUG=skia:6280 Change-Id: Ib8d0a8fe7ca2e0174daa209eac487027e833e6ec Reviewed-on: https://skia-review.googlesource.com/8907 Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Greg Daniel <egdaniel@google.com>
Diffstat (limited to 'infra')
-rw-r--r--infra/bots/recipe_modules/sktest/api.py4
-rw-r--r--infra/bots/recipe_modules/sktest/example.expected/Test-Ubuntu16-Clang-NUC-GPU-IntelIris540-x86_64-Debug-Vulkan.json3
2 files changed, 4 insertions, 3 deletions
diff --git a/infra/bots/recipe_modules/sktest/api.py b/infra/bots/recipe_modules/sktest/api.py
index 5fe943886e..eec30a751a 100644
--- a/infra/bots/recipe_modules/sktest/api.py
+++ b/infra/bots/recipe_modules/sktest/api.py
@@ -375,8 +375,8 @@ def dm_flags(bot):
match.append('~GPUMemorySize')
if 'Vulkan' in bot and 'IntelIris540' in bot and 'Ubuntu' in bot:
- # skia:6245
- match.append('~VkHeapTests')
+ match.extend(['~VkHeapTests', # skia:6245
+ '~XfermodeImageFilterCroppedInput_Gpu']) #skia:6280
if 'IntelIris540' in bot and 'ANGLE' in bot:
match.append('~IntTexture') # skia:6086
diff --git a/infra/bots/recipe_modules/sktest/example.expected/Test-Ubuntu16-Clang-NUC-GPU-IntelIris540-x86_64-Debug-Vulkan.json b/infra/bots/recipe_modules/sktest/example.expected/Test-Ubuntu16-Clang-NUC-GPU-IntelIris540-x86_64-Debug-Vulkan.json
index 0081f5ee58..26632928c4 100644
--- a/infra/bots/recipe_modules/sktest/example.expected/Test-Ubuntu16-Clang-NUC-GPU-IntelIris540-x86_64-Debug-Vulkan.json
+++ b/infra/bots/recipe_modules/sktest/example.expected/Test-Ubuntu16-Clang-NUC-GPU-IntelIris540-x86_64-Debug-Vulkan.json
@@ -325,7 +325,8 @@
"_",
".SRW",
"--match",
- "~VkHeapTests"
+ "~VkHeapTests",
+ "~XfermodeImageFilterCroppedInput_Gpu"
],
"cwd": "[START_DIR]/skia",
"env": {