aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/test.py
diff options
context:
space:
mode:
authorGravatar Leon Scroggins III <scroggo@google.com>2017-08-18 13:08:16 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-08-18 17:27:19 +0000
commit3a3cf43e1e867d1156d06d92b81c4a615a0ba757 (patch)
treefae52476df90137feec4fb14c1e922c719f66cfa /infra/bots/recipes/test.py
parent4189d1b8b7dfa62f10845b0afcadba3a956ec939 (diff)
Disable questionable bmps on Mac platform decoder
These are already disabled on WIC, but they are supported by SkCodec. Bug: skia:6984 Change-Id: Ib248749f357debcc173dfaa2bcd5adc8da52df22 Reviewed-on: https://skia-review.googlesource.com/36440 Commit-Queue: Leon Scroggins <scroggo@google.com> Reviewed-by: Greg Daniel <egdaniel@google.com>
Diffstat (limited to 'infra/bots/recipes/test.py')
-rw-r--r--infra/bots/recipes/test.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index 1360677a7f..233bb08e2f 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -287,8 +287,6 @@ def dm_flags(api, bot):
# WIC fails on questionable bmps
if 'Win' in bot:
- blacklist('_ image gen_platf rle8-height-negative.bmp')
- blacklist('_ image gen_platf rle4-height-negative.bmp')
blacklist('_ image gen_platf pal8os2v2.bmp')
blacklist('_ image gen_platf pal8os2v2-16.bmp')
blacklist('_ image gen_platf rgba32abf.bmp')
@@ -302,9 +300,12 @@ def dm_flags(api, bot):
# This GM triggers a SkSmallAllocator assert.
blacklist('_ gm _ composeshader_bitmap')
- # WIC and CG fail on arithmetic jpegs
if 'Win' in bot or 'Mac' in bot:
+ # WIC and CG fail on arithmetic jpegs
blacklist('_ image gen_platf testimgari.jpg')
+ # More questionable bmps that fail on Mac, too. skbug.com/6984
+ blacklist('_ image gen_platf rle8-height-negative.bmp')
+ blacklist('_ image gen_platf rle4-height-negative.bmp')
if 'Android' in bot or 'iOS' in bot:
# This test crashes the N9 (perhaps because of large malloc/frees). It also