Omit encode-platform also for Debug Mac CPU.
Bug: skia:6992 No-Try: true Change-Id: I824e44f0e9f08f607aa3aaa5e0074bce72a2b4ee Reviewed-on: https://skia-review.googlesource.com/44202 Reviewed-by: Mike Klein <mtklein@chromium.org> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
This commit is contained in:
parent
71c05ead16
commit
2e4e73f732
@ -390,7 +390,7 @@ def dm_flags(api, bot):
|
||||
if 'Win' in bot or 'Android' in bot or 'Chromecast' in bot:
|
||||
for test in ['verylargebitmap', 'verylarge_picture_image']:
|
||||
blacklist(['serialize-8888', 'gm', '_', test])
|
||||
if 'Mac' in bot and 'CPU' in bot and 'Release' in bot:
|
||||
if 'Mac' in bot and 'CPU' in bot:
|
||||
# skia:6992
|
||||
blacklist(['pic-8888', 'gm', '_', 'encode-platform'])
|
||||
blacklist(['serialize-8888', 'gm', '_', 'encode-platform'])
|
||||
|
Loading…
Reference in New Issue
Block a user