Skip scaled_tilemodes_npot on Galaxy S4

It's hanging.

BUG=skia:3932

Review URL: https://codereview.chromium.org/1318503003
This commit is contained in:
borenet 2015-08-25 06:53:37 -07:00 committed by Commit bot
parent 85533968a8
commit cf72ed6a3e
2 changed files with 64 additions and 2 deletions

View File

@ -400,7 +400,8 @@
"--match",
"~tabl_mozilla_0",
"~desk_yahoonews_0",
"~imagefiltersclipped"
"~imagefiltersclipped",
"~scaled_tilemodes_npot"
],
"Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release": [
"--config",
@ -758,6 +759,18 @@
"image",
"decode",
"Hopstarter-Mac-Folders-Apple.ico",
"_",
"image",
"_",
"interlaced1.png",
"_",
"image",
"_",
"interlaced2.png",
"_",
"image",
"_",
"interlaced3.png",
"--match",
"~tabl_mozilla_0",
"~desk_yahoonews_0",
@ -890,6 +903,18 @@
"image",
"decode",
"Hopstarter-Mac-Folders-Apple.ico",
"_",
"image",
"_",
"interlaced1.png",
"_",
"image",
"_",
"interlaced2.png",
"_",
"image",
"_",
"interlaced3.png",
"--match",
"~Math"
],
@ -1044,6 +1069,18 @@
"skp",
"_",
"desk_wikipedia.skp",
"_",
"image",
"_",
"interlaced1.png",
"_",
"image",
"_",
"interlaced2.png",
"_",
"image",
"_",
"interlaced3.png",
"--match",
"~Threaded"
],
@ -1197,6 +1234,18 @@
"skp",
"_",
"desk_wikipedia.skp",
"_",
"image",
"_",
"interlaced1.png",
"_",
"image",
"_",
"interlaced2.png",
"_",
"image",
"_",
"interlaced3.png",
"--match",
"~Threaded"
],
@ -1341,6 +1390,18 @@
"pdf",
"gm",
"_",
"fontmgr_iter_factory"
"fontmgr_iter_factory",
"_",
"image",
"_",
"interlaced1.png",
"_",
"image",
"_",
"interlaced2.png",
"_",
"image",
"_",
"interlaced3.png"
]
}

View File

@ -170,6 +170,7 @@ def get_args(bot):
if 'GalaxyS4' in bot: # skia:4079
match.append('~imagefiltersclipped')
match.append('~scaled_tilemodes_npot')
if match:
args.append('--match')