From ccb88bcab03c2d7450b25f614b9203b8b9d7640d Mon Sep 17 00:00:00 2001 From: egdaniel Date: Tue, 6 Oct 2015 11:20:09 -0700 Subject: Blacklisting imagefilterscropexpand on s4 since it often causes the bot to hang and crash. BUG=skia:4079 Review URL: https://codereview.chromium.org/1373763005 --- tools/dm_flags.json | 1 + tools/dm_flags.py | 1 + 2 files changed, 2 insertions(+) (limited to 'tools') 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 -- cgit v1.2.3