Blacklisting imagefilterscropexpand on s4 since it often causes the bot to hang and crash.

BUG=skia:4079

Review URL: https://codereview.chromium.org/1373763005
This commit is contained in:
egdaniel 2015-10-06 11:20:09 -07:00 committed by Commit bot
parent 80a6dcaa1b
commit ccb88bcab0
2 changed files with 2 additions and 0 deletions

View File

@ -402,6 +402,7 @@
"~tabl_mozilla_0",
"~desk_yahoonews_0",
"~imagefiltersclipped",
"~imagefilterscropexpand",
"~scaled_tilemodes_npot",
"~bleed_image",
"~ReadPixels"

View File

@ -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