From 6579da25ec17663a2609d1d03d881a4a0673db9e Mon Sep 17 00:00:00 2001 From: Greg Daniel Date: Wed, 15 Feb 2017 14:41:48 -0500 Subject: Update intel linux vulkan driver BUG=skia: Change-Id: I2bb32aa02719c6cb1f3fccecfa5fbec7af74eb90 Reviewed-on: https://skia-review.googlesource.com/8503 Commit-Queue: Greg Daniel Reviewed-by: Kevin Lubick --- infra/bots/recipe_modules/sktest/api.py | 4 ++++ .../Test-Ubuntu16-Clang-NUC-GPU-IntelIris540-x86_64-Debug-Vulkan.json | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'infra/bots/recipe_modules/sktest') diff --git a/infra/bots/recipe_modules/sktest/api.py b/infra/bots/recipe_modules/sktest/api.py index d785af743a..6925ade055 100644 --- a/infra/bots/recipe_modules/sktest/api.py +++ b/infra/bots/recipe_modules/sktest/api.py @@ -374,6 +374,10 @@ def dm_flags(bot): # skia:6092 match.append('~GPUMemorySize') + if 'Vulkan' in bot and 'IntelIris540' in bot and 'Ubuntu' in bot: + # skia:6245 + match.append('~VkHeapTests') + if 'IntelIris540' in bot and 'ANGLE' in bot: match.append('~IntTexture') # skia:6086 blacklist(['_', 'gm', '_', 'discard']) # skia:6141 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 416540a346..7a1b43321b 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 @@ -323,7 +323,9 @@ "_", "image", "_", - ".SRW" + ".SRW", + "--match", + "~VkHeapTests" ], "cwd": "[START_DIR]/skia", "env": { -- cgit v1.2.3