Skip imagefiltersclipped GM on Galaxy S4

BUG=skia:4079

Review URL: https://codereview.chromium.org/1250473005
This commit is contained in:
borenet 2015-07-21 05:57:22 -07:00 committed by Commit bot
parent e942bee8f9
commit 9b8d3580c2
2 changed files with 5 additions and 1 deletions

View File

@ -423,7 +423,8 @@
"Hopstarter-Mac-Folders-Apple.ico", "Hopstarter-Mac-Folders-Apple.ico",
"--match", "--match",
"~tabl_mozilla_0", "~tabl_mozilla_0",
"~desk_yahoonews_0" "~desk_yahoonews_0",
"~imagefiltersclipped"
], ],
"Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release": [ "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release": [
"--config", "--config",

View File

@ -169,6 +169,9 @@ def get_args(bot):
if 'iOS' in bot: if 'iOS' in bot:
match.append('~WritePixels') match.append('~WritePixels')
if 'GalaxyS4' in bot: # skia:4079
match.append('~imagefiltersclipped')
if match: if match:
args.append('--match') args.append('--match')
args.extend(match) args.extend(match)