Blacklist slsrgb + image decoding.

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2345723003

Review-Url: https://codereview.chromium.org/2345723003
This commit is contained in:
mtklein 2016-09-15 11:02:05 -07:00 committed by Commit bot
parent 606add3dfb
commit 1bf8e6e16e
2 changed files with 5 additions and 0 deletions

View File

@ -547,6 +547,10 @@
"colorImage",
"svg",
"--blacklist",
"glsrgb",
"image",
"_",
"_",
"_",
"test",
"_",

View File

@ -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.