From 3a3cf43e1e867d1156d06d92b81c4a615a0ba757 Mon Sep 17 00:00:00 2001 From: Leon Scroggins III Date: Fri, 18 Aug 2017 13:08:16 -0400 Subject: 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 Reviewed-by: Greg Daniel --- infra/bots/recipes/test.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'infra/bots/recipes/test.py') 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 -- cgit v1.2.3