The config is called nvprmsaa4 (see DM.cpp:218)

BUG=skia:

Review URL: https://codereview.chromium.org/953743007
This commit is contained in:
Mike Klein 2015-02-24 13:16:43 -05:00
parent 11a2c503bd
commit 1a2979af08
2 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@
"565",
"8888",
"gpu",
"nvprmsaa",
"nvprmsaa4",
"serialize-8888",
"tiles_rt-8888",
"pipe-8888",
@ -44,7 +44,7 @@
"565",
"8888",
"gpu",
"nvprmsaa",
"nvprmsaa4",
"--blacklist",
"gpu",
"_",
@ -80,7 +80,7 @@
"565",
"8888",
"gpu",
"nvprmsaa",
"nvprmsaa4",
"serialize-8888",
"tiles_rt-8888",
"pipe-8888",
@ -100,7 +100,7 @@
"565",
"8888",
"gpu",
"nvprmsaa",
"nvprmsaa4",
"serialize-8888",
"tiles_rt-8888",
"pipe-8888",
@ -120,7 +120,7 @@
"565",
"8888",
"gpu",
"nvprmsaa",
"nvprmsaa4",
"serialize-8888",
"tiles_rt-8888",
"pipe-8888",

View File

@ -22,7 +22,7 @@ cov_start = lineno()+1 # We care about coverage starting just past this def.
def get_dm_args(bot):
args = []
configs = ['565', '8888', 'gpu', 'nvprmsaa']
configs = ['565', '8888', 'gpu', 'nvprmsaa4']
# Xoom and NP are running out of RAM when we run all these modes. skia:3255
if ('Xoom' not in bot and
'NexusPlayer' not in bot):