Try enabling all nanobenches on Nexus7

BUG=skia:2774

Review URL: https://codereview.chromium.org/1290223005
This commit is contained in:
egdaniel 2015-08-18 13:08:36 -07:00 committed by Commit bot
parent 4f0e04736c
commit 73caadf277
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,9 @@
"msaa4",
"nvprmsaa4",
"--match",
"skp"
"~blurroundrect",
"~patch_grid",
"~desk_carsvg"
],
"Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind": [
"--scales",

View File

@ -63,8 +63,6 @@ def get_args(bot):
match.append('~desk_carsvg')
if 'HD2000' in bot:
match.extend(['~gradient', '~etc1bitmap']) # skia:2895
if 'Nexus7' in bot:
match = ['skp'] # skia:2774
if 'NexusPlayer' in bot:
match.append('~desk_unicodetable')