aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2016-09-15 11:02:05 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-09-15 11:02:05 -0700
commit1bf8e6e16e33c60d6fc0a6e911c4730e91c5f4e5 (patch)
treeaa3e1fe621f0ff567e62ebe315bfcc380ebea109 /infra/bots/recipes
parent606add3dfb2f6d1dc3ee4921876e7c9fa01643f9 (diff)
Blacklist slsrgb + image decoding.
Diffstat (limited to 'infra/bots/recipes')
-rw-r--r--infra/bots/recipes/swarm_test.expected/Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug.json4
-rw-r--r--infra/bots/recipes/swarm_test.py1
2 files changed, 5 insertions, 0 deletions
diff --git a/infra/bots/recipes/swarm_test.expected/Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug.json b/infra/bots/recipes/swarm_test.expected/Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug.json
index 3f6723598f..29dc03e8f7 100644
--- a/infra/bots/recipes/swarm_test.expected/Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug.json
+++ b/infra/bots/recipes/swarm_test.expected/Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug.json
@@ -547,6 +547,10 @@
"colorImage",
"svg",
"--blacklist",
+ "glsrgb",
+ "image",
+ "_",
+ "_",
"_",
"test",
"_",
diff --git a/infra/bots/recipes/swarm_test.py b/infra/bots/recipes/swarm_test.py
index 585c9c2a7c..83b18fbe0e 100644
--- a/infra/bots/recipes/swarm_test.py
+++ b/infra/bots/recipes/swarm_test.py
@@ -157,6 +157,7 @@ def dm_flags(bot):
blacklist('f16 image _ _')
blacklist('srgb image _ _')
blacklist('gpusrgb image _ _')
+ blacklist('glsrgb image _ _')
if 'Valgrind' in bot:
# These take 18+ hours to run.