aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules
diff options
context:
space:
mode:
authorGravatar Greg Daniel <egdaniel@google.com>2017-03-24 11:40:29 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-03-24 16:50:55 +0000
commitd3caa77f3c69d787ef126bf66e21ee5ebf62aa50 (patch)
treefe8e5ddbe0fa1cd365d52cec9f10a3bd14cc9f31 /infra/bots/recipe_modules
parent528ca9bd91437ee3df3530827fe138e7f6c3ea62 (diff)
Update Linux Intel Release driver with patch to fix Vulkan
BUG=skia: Change-Id: I973460374f2d4cbe141753ecd84cbefa68c9d8d0 Reviewed-on: https://skia-review.googlesource.com/10054 Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Greg Daniel <egdaniel@google.com>
Diffstat (limited to 'infra/bots/recipe_modules')
-rw-r--r--infra/bots/recipe_modules/sktest/api.py3
-rw-r--r--infra/bots/recipe_modules/sktest/example.expected/Test-Ubuntu16-Clang-NUC-GPU-IntelIris540-x86_64-Debug-Vulkan.json3
2 files changed, 2 insertions, 4 deletions
diff --git a/infra/bots/recipe_modules/sktest/api.py b/infra/bots/recipe_modules/sktest/api.py
index 17878984ad..464a8548bf 100644
--- a/infra/bots/recipe_modules/sktest/api.py
+++ b/infra/bots/recipe_modules/sktest/api.py
@@ -405,8 +405,7 @@ def dm_flags(bot):
match.append('~GPUMemorySize')
if 'Vulkan' in bot and 'IntelIris540' in bot and 'Ubuntu' in bot:
- match.extend(['~VkHeapTests', # skia:6245
- '~XfermodeImageFilterCroppedInput_Gpu']) #skia:6280
+ match.extend(['~VkHeapTests']) # skia:6245
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 c7b020c89d..bef690547b 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
@@ -327,8 +327,7 @@
"_",
".SRW",
"--match",
- "~VkHeapTests",
- "~XfermodeImageFilterCroppedInput_Gpu"
+ "~VkHeapTests"
],
"cwd": "[START_DIR]/skia",
"env": {