aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/sktest
diff options
context:
space:
mode:
authorGravatar Greg Daniel <egdaniel@google.com>2017-02-15 14:41:48 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-02-15 22:39:31 +0000
commit6579da25ec17663a2609d1d03d881a4a0673db9e (patch)
treee64bc58fabd7f13964750e5eba67504abdcdde4e /infra/bots/recipe_modules/sktest
parent185130c643f0f6b20dcf14c200074748be282a7e (diff)
Update intel linux vulkan driver
BUG=skia: Change-Id: I2bb32aa02719c6cb1f3fccecfa5fbec7af74eb90 Reviewed-on: https://skia-review.googlesource.com/8503 Commit-Queue: Greg Daniel <egdaniel@google.com> Reviewed-by: Kevin Lubick <kjlubick@google.com>
Diffstat (limited to 'infra/bots/recipe_modules/sktest')
-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.json4
2 files changed, 7 insertions, 1 deletions
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": {