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", "--match",
"~tabl_mozilla_0", "~tabl_mozilla_0",
"~desk_yahoonews_0", "~desk_yahoonews_0",
"~imagefiltersclipped" "~imagefiltersclipped",
"~scaled_tilemodes_npot"
], ],
"Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release": [ "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release": [
"--config", "--config",
@ -758,6 +759,18 @@
"image", "image",
"decode", "decode",
"Hopstarter-Mac-Folders-Apple.ico", "Hopstarter-Mac-Folders-Apple.ico",
"_",
"image",
"_",
"interlaced1.png",
"_",
"image",
"_",
"interlaced2.png",
"_",
"image",
"_",
"interlaced3.png",
"--match", "--match",
"~tabl_mozilla_0", "~tabl_mozilla_0",
"~desk_yahoonews_0", "~desk_yahoonews_0",
@ -890,6 +903,18 @@
"image", "image",
"decode", "decode",
"Hopstarter-Mac-Folders-Apple.ico", "Hopstarter-Mac-Folders-Apple.ico",
"_",
"image",
"_",
"interlaced1.png",
"_",
"image",
"_",
"interlaced2.png",
"_",
"image",
"_",
"interlaced3.png",
"--match", "--match",
"~Math" "~Math"
], ],
@ -1044,6 +1069,18 @@
"skp", "skp",
"_", "_",
"desk_wikipedia.skp", "desk_wikipedia.skp",
"_",
"image",
"_",
"interlaced1.png",
"_",
"image",
"_",
"interlaced2.png",
"_",
"image",
"_",
"interlaced3.png",
"--match", "--match",
"~Threaded" "~Threaded"
], ],
@ -1197,6 +1234,18 @@
"skp", "skp",
"_", "_",
"desk_wikipedia.skp", "desk_wikipedia.skp",
"_",
"image",
"_",
"interlaced1.png",
"_",
"image",
"_",
"interlaced2.png",
"_",
"image",
"_",
"interlaced3.png",
"--match", "--match",
"~Threaded" "~Threaded"
], ],
@ -1341,6 +1390,18 @@
"pdf", "pdf",
"gm", "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 if 'GalaxyS4' in bot: # skia:4079
match.append('~imagefiltersclipped') match.append('~imagefiltersclipped')
match.append('~scaled_tilemodes_npot')
if match: if match:
args.append('--match') args.append('--match')