Try enabling all nanobenches on Nexus7
BUG=skia:2774 Review URL: https://codereview.chromium.org/1290223005
This commit is contained in:
parent
4f0e04736c
commit
73caadf277
@ -30,7 +30,9 @@
|
||||
"msaa4",
|
||||
"nvprmsaa4",
|
||||
"--match",
|
||||
"skp"
|
||||
"~blurroundrect",
|
||||
"~patch_grid",
|
||||
"~desk_carsvg"
|
||||
],
|
||||
"Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind": [
|
||||
"--scales",
|
||||
|
@ -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')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user