aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2017-11-15 13:21:40 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-11-15 18:42:27 +0000
commit7893212d1f40510f5ddbea3656fd29fc23c02324 (patch)
tree598f923695869c21002cf2cda117935baa83fd62
parent22d7de57cee697c22c2cd171df71a47362be6557 (diff)
remove COLR from the big Vulkan blacklist
Change-Id: I15b76d5da795ee01eb7e403721beebf5f67d1bc4 Reviewed-on: https://skia-review.googlesource.com/71920 Reviewed-by: Mike Klein <mtklein@chromium.org> Commit-Queue: Mike Klein <mtklein@chromium.org>
-rw-r--r--infra/bots/recipes/test.expected/Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-Vulkan.json4
-rw-r--r--infra/bots/recipes/test.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/infra/bots/recipes/test.expected/Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-Vulkan.json b/infra/bots/recipes/test.expected/Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-Vulkan.json
index 4c19b2252f..b2aafe027f 100644
--- a/infra/bots/recipes/test.expected/Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-Vulkan.json
+++ b/infra/bots/recipes/test.expected/Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-Vulkan.json
@@ -407,7 +407,7 @@
"vk",
"gm",
"_",
- "dftextCOLR",
+ "dftext",
"vk",
"gm",
"_",
@@ -507,7 +507,7 @@
"vk",
"gm",
"_",
- "mixedtextblobsCOLR",
+ "mixedtextblobs",
"vk",
"gm",
"_",
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index 5d279d24aa..7b1cb0edf2 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -603,7 +603,7 @@ def dm_flags(api, bot):
blacklist(['vk', 'gm', '_', 'composeshader_alpha'])
blacklist(['vk', 'gm', '_', 'composeshader_bitmap'])
blacklist(['vk', 'gm', '_', 'composeshader_bitmap2'])
- blacklist(['vk', 'gm', '_', 'dftextCOLR'])
+ blacklist(['vk', 'gm', '_', 'dftext'])
blacklist(['vk', 'gm', '_', 'drawregionmodes'])
blacklist(['vk', 'gm', '_', 'filterfastbounds'])
blacklist(['vk', 'gm', '_', 'fontcache'])
@@ -628,7 +628,7 @@ def dm_flags(api, bot):
blacklist(['vk', 'gm', '_', 'lcdtext'])
blacklist(['vk', 'gm', '_', 'lcdtextsize'])
blacklist(['vk', 'gm', '_', 'matriximagefilter'])
- blacklist(['vk', 'gm', '_', 'mixedtextblobsCOLR'])
+ blacklist(['vk', 'gm', '_', 'mixedtextblobs'])
blacklist(['vk', 'gm', '_', 'mixershader'])
blacklist(['vk', 'gm', '_', 'pictureimagefilter'])
blacklist(['vk', 'gm', '_', 'resizeimagefilter'])