From 1bf8e6e16e33c60d6fc0a6e911c4730e91c5f4e5 Mon Sep 17 00:00:00 2001 From: mtklein Date: Thu, 15 Sep 2016 11:02:05 -0700 Subject: [PATCH] Blacklist slsrgb + image decoding. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2345723003 Review-Url: https://codereview.chromium.org/2345723003 --- ...est-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug.json | 4 ++++ infra/bots/recipes/swarm_test.py | 1 + 2 files changed, 5 insertions(+) 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.