Blacklist test on Vulkan Ubuntu Intel caused by driver bug
authorGreg Daniel <egdaniel@google.com>
Thu, 23 Feb 2017 15:11:48 +0000 (10:11 -0500)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Thu, 23 Feb 2017 16:49:57 +0000 (16:49 +0000)
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>

infra/bots/recipe_modules/sktest/api.py
infra/bots/recipe_modules/sktest/example.expected/Test-Ubuntu16-Clang-NUC-GPU-IntelIris540-x86_64-Debug-Vulkan.json

index 5fe9438..eec30a7 100644 (file)
@@ -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