aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--infra/bots/gen_tasks.go2
-rw-r--r--infra/bots/recipes/test.expected/Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-Vulkan.json28
-rw-r--r--infra/bots/recipes/test.py7
-rw-r--r--infra/bots/tasks.json26
4 files changed, 49 insertions, 14 deletions
diff --git a/infra/bots/gen_tasks.go b/infra/bots/gen_tasks.go
index a9c8dfaf87..02471f8dbf 100644
--- a/infra/bots/gen_tasks.go
+++ b/infra/bots/gen_tasks.go
@@ -305,7 +305,7 @@ func defaultSwarmDimensions(parts map[string]string) []string {
"GTX660": "10de:11c0-23.21.13.8813",
"GTX960": "10de:1401-23.21.13.8813",
"IntelHD4400": "8086:0a16-20.19.15.4835",
- "IntelIris540": "8086:1926-21.20.16.4590",
+ "IntelIris540": "8086:1926-23.20.16.4901",
"IntelIris6100": "8086:162b-20.19.15.4835",
"RadeonHD7770": "1002:683d-22.19.165.512",
"RadeonR9M470X": "1002:6646-22.19.165.512",
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 5d8c48a5f8..ca6459e7a5 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
@@ -393,6 +393,10 @@
"vk",
"gm",
"_",
+ "bitmapfilters",
+ "vk",
+ "gm",
+ "_",
"composeshader",
"vk",
"gm",
@@ -421,6 +425,10 @@
"vk",
"gm",
"_",
+ "emboss",
+ "vk",
+ "gm",
+ "_",
"filterfastbounds",
"vk",
"gm",
@@ -537,10 +545,22 @@
"vk",
"gm",
"_",
+ "scaled_tilemodes_npot",
+ "vk",
+ "gm",
+ "_",
+ "scaled_tilemodes",
+ "vk",
+ "gm",
+ "_",
"shadermaskfilter_image",
"vk",
"gm",
"_",
+ "shadertext",
+ "vk",
+ "gm",
+ "_",
"srcmode",
"vk",
"gm",
@@ -577,6 +597,14 @@
"vk",
"gm",
"_",
+ "tilemodes",
+ "vk",
+ "gm",
+ "_",
+ "tilemodes_npot",
+ "vk",
+ "gm",
+ "_",
"typefacerendering",
"vk",
"gm",
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index 0c6a0e7d0f..04218c23d8 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -620,6 +620,7 @@ def dm_flags(api, bot):
blacklist(['vk', 'gm', '_', 'aarectmodes'])
blacklist(['vk', 'gm', '_', 'aaxfermodes'])
blacklist(['vk', 'gm', '_', 'arithmode'])
+ blacklist(['vk', 'gm', '_', 'bitmapfilters'])
blacklist(['vk', 'gm', '_', 'composeshader'])
blacklist(['vk', 'gm', '_', 'composeshader_alpha'])
blacklist(['vk', 'gm', '_', 'composeshader_bitmap'])
@@ -627,6 +628,7 @@ def dm_flags(api, bot):
blacklist(['vk', 'gm', '_', 'dont_clip_to_layer'])
blacklist(['vk', 'gm', '_', 'dftext'])
blacklist(['vk', 'gm', '_', 'drawregionmodes'])
+ blacklist(['vk', 'gm', '_', 'emboss'])
blacklist(['vk', 'gm', '_', 'filterfastbounds'])
blacklist(['vk', 'gm', '_', 'fontcache'])
blacklist(['vk', 'gm', '_', 'fontmgr_iter'])
@@ -656,7 +658,10 @@ def dm_flags(api, bot):
blacklist(['vk', 'gm', '_', 'resizeimagefilter'])
blacklist(['vk', 'gm', '_', 'rotate_imagefilter'])
blacklist(['vk', 'gm', '_', 'savelayer_lcdtext'])
+ blacklist(['vk', 'gm', '_', 'scaled_tilemodes_npot'])
+ blacklist(['vk', 'gm', '_', 'scaled_tilemodes'])
blacklist(['vk', 'gm', '_', 'shadermaskfilter_image'])
+ blacklist(['vk', 'gm', '_', 'shadertext'])
blacklist(['vk', 'gm', '_', 'srcmode'])
blacklist(['vk', 'gm', '_', 'surfaceprops'])
blacklist(['vk', 'gm', '_', 'textblobgeometrychange'])
@@ -666,6 +671,8 @@ def dm_flags(api, bot):
blacklist(['vk', 'gm', '_', 'textblobrandomfont'])
blacklist(['vk', 'gm', '_', 'textfilter_color'])
blacklist(['vk', 'gm', '_', 'textfilter_image'])
+ blacklist(['vk', 'gm', '_', 'tilemodes'])
+ blacklist(['vk', 'gm', '_', 'tilemodes_npot'])
blacklist(['vk', 'gm', '_', 'typefacerendering'])
blacklist(['vk', 'gm', '_', 'varied_text_clipped_lcd'])
blacklist(['vk', 'gm', '_', 'varied_text_ignorable_clip_lcd'])
diff --git a/infra/bots/tasks.json b/infra/bots/tasks.json
index 979da3c0ea..db622590e2 100644
--- a/infra/bots/tasks.json
+++ b/infra/bots/tasks.json
@@ -12232,7 +12232,7 @@
"Housekeeper-PerCommit-BundleRecipes"
],
"dimensions": [
- "gpu:8086:1926-21.20.16.4590",
+ "gpu:8086:1926-23.20.16.4901",
"os:Windows-10-16299.248",
"pool:Skia"
],
@@ -12279,7 +12279,7 @@
"Housekeeper-PerCommit-BundleRecipes"
],
"dimensions": [
- "gpu:8086:1926-21.20.16.4590",
+ "gpu:8086:1926-23.20.16.4901",
"os:Windows-10-16299.248",
"pool:Skia"
],
@@ -12326,7 +12326,7 @@
"Housekeeper-PerCommit-BundleRecipes"
],
"dimensions": [
- "gpu:8086:1926-21.20.16.4590",
+ "gpu:8086:1926-23.20.16.4901",
"os:Windows-10-16299.248",
"pool:Skia"
],
@@ -12373,7 +12373,7 @@
"Housekeeper-PerCommit-BundleRecipes"
],
"dimensions": [
- "gpu:8086:1926-21.20.16.4590",
+ "gpu:8086:1926-23.20.16.4901",
"os:Windows-10-16299.248",
"pool:Skia"
],
@@ -12420,7 +12420,7 @@
"Housekeeper-PerCommit-BundleRecipes"
],
"dimensions": [
- "gpu:8086:1926-21.20.16.4590",
+ "gpu:8086:1926-23.20.16.4901",
"os:Windows-10-16299.248",
"pool:Skia"
],
@@ -12467,7 +12467,7 @@
"Housekeeper-PerCommit-BundleRecipes"
],
"dimensions": [
- "gpu:8086:1926-21.20.16.4590",
+ "gpu:8086:1926-23.20.16.4901",
"os:Windows-10-16299.248",
"pool:Skia"
],
@@ -22545,7 +22545,7 @@
"Housekeeper-PerCommit-BundleRecipes"
],
"dimensions": [
- "gpu:8086:1926-21.20.16.4590",
+ "gpu:8086:1926-23.20.16.4901",
"os:Windows-10-16299.248",
"pool:Skia"
],
@@ -22593,7 +22593,7 @@
"Housekeeper-PerCommit-BundleRecipes"
],
"dimensions": [
- "gpu:8086:1926-21.20.16.4590",
+ "gpu:8086:1926-23.20.16.4901",
"os:Windows-10-16299.248",
"pool:Skia"
],
@@ -22641,7 +22641,7 @@
"Housekeeper-PerCommit-BundleRecipes"
],
"dimensions": [
- "gpu:8086:1926-21.20.16.4590",
+ "gpu:8086:1926-23.20.16.4901",
"os:Windows-10-16299.248",
"pool:Skia"
],
@@ -22689,7 +22689,7 @@
"Housekeeper-PerCommit-BundleRecipes"
],
"dimensions": [
- "gpu:8086:1926-21.20.16.4590",
+ "gpu:8086:1926-23.20.16.4901",
"os:Windows-10-16299.248",
"pool:Skia"
],
@@ -22737,7 +22737,7 @@
"Housekeeper-PerCommit-BundleRecipes"
],
"dimensions": [
- "gpu:8086:1926-21.20.16.4590",
+ "gpu:8086:1926-23.20.16.4901",
"os:Windows-10-16299.248",
"pool:Skia"
],
@@ -22785,7 +22785,7 @@
"Housekeeper-PerCommit-BundleRecipes"
],
"dimensions": [
- "gpu:8086:1926-21.20.16.4590",
+ "gpu:8086:1926-23.20.16.4901",
"os:Windows-10-16299.248",
"pool:Skia"
],
@@ -22833,7 +22833,7 @@
"Housekeeper-PerCommit-BundleRecipes"
],
"dimensions": [
- "gpu:8086:1926-21.20.16.4590",
+ "gpu:8086:1926-23.20.16.4901",
"os:Windows-10-16299.248",
"pool:Skia"
],