diff options
author | egdaniel <egdaniel@google.com> | 2015-10-06 11:20:09 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-10-06 11:20:09 -0700 |
commit | ccb88bcab03c2d7450b25f614b9203b8b9d7640d (patch) | |
tree | a752c2acb682784ac7a09759331db303e4ddb2a4 /tools | |
parent | 80a6dcaa1b757826ed7414f64b035d512d9ccbf8 (diff) |
Blacklisting imagefilterscropexpand on s4 since it often causes the bot to hang and crash.
BUG=skia:4079
Review URL: https://codereview.chromium.org/1373763005
Diffstat (limited to 'tools')
-rw-r--r-- | tools/dm_flags.json | 1 | ||||
-rwxr-xr-x | tools/dm_flags.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tools/dm_flags.json b/tools/dm_flags.json index 2faef1c14d..5dc0b5295e 100644 --- a/tools/dm_flags.json +++ b/tools/dm_flags.json @@ -402,6 +402,7 @@ "~tabl_mozilla_0", "~desk_yahoonews_0", "~imagefiltersclipped", + "~imagefilterscropexpand", "~scaled_tilemodes_npot", "~bleed_image", "~ReadPixels" diff --git a/tools/dm_flags.py b/tools/dm_flags.py index 37ff485ed1..64b4cec93e 100755 --- a/tools/dm_flags.py +++ b/tools/dm_flags.py @@ -171,6 +171,7 @@ def get_args(bot): if 'GalaxyS4' in bot: # skia:4079 match.append('~imagefiltersclipped') + match.append('~imagefilterscropexpand') match.append('~scaled_tilemodes_npot') match.append('~bleed_image') # skia:4367 match.append('~ReadPixels') # skia:4368 |