Blacklist large images on 32-bit Win 2k8

BUG=skia:

Change-Id: Ic423d2042f6b8b0bbadfd2ee1dc8b3f9f5992523
Reviewed-on: https://skia-review.googlesource.com/7940
Reviewed-by: Leon Scroggins <scroggo@google.com>
Commit-Queue: Matt Sarett <msarett@google.com>
This commit is contained in:
Matt Sarett 2017-02-02 09:40:54 -08:00 committed by Skia Commit-Bot
parent 78b6786bec
commit 14454756d0

View File

@ -292,8 +292,9 @@ def dm_flags(bot):
# skbug.com/4888
# Blacklist RAW images (and a few large PNGs) on GPU bots
# until we can resolve failures
if 'GPU' in bot:
# until we can resolve failures.
# Also blacklisted on 32-bit Win2k8 for F16 OOM errors.
if 'GPU' in bot or ('Win2k8' in bot and 'x86-' in bot):
blacklist('_ image _ interlaced1.png')
blacklist('_ image _ interlaced2.png')
blacklist('_ image _ interlaced3.png')