| Index: tools/dm_flags.py
|
| diff --git a/tools/dm_flags.py b/tools/dm_flags.py
|
| index 9e19e34c0ecd429bd92ed0e63867ef84c0813acb..2472992324ec7f655546e5f99aabc100a86e8033 100755
|
| --- a/tools/dm_flags.py
|
| +++ b/tools/dm_flags.py
|
| @@ -51,6 +51,11 @@ def get_args(bot):
|
| blacklist.extend('gpu _ PANO_20121023_214540.jpg'.split(' '))
|
| blacklist.extend('msaa _ PANO_20121023_214540.jpg'.split(' '))
|
|
|
| + # Leon doesn't care about this, so why run it?
|
| + if 'Win' in bot:
|
| + blacklist.extend('_ image _'.split(' '))
|
| + blacklist.extend('_ subset _'.split(' '))
|
| +
|
| # Drawing SKPs or images into GPU canvases is a New Thing.
|
| # It seems like we're running out of RAM on some Android bots, so start off
|
| # with a very wide blacklist disabling all these tests on all Android bots.
|
|
|