fix nvpr
authorMike Klein <mtklein@google.com>
Tue, 24 Feb 2015 18:16:43 +0000 (13:16 -0500)
committerMike Klein <mtklein@google.com>
Tue, 24 Feb 2015 18:16:43 +0000 (13:16 -0500)
The config is called nvprmsaa4 (see DM.cpp:218)

BUG=skia:

Review URL: https://codereview.chromium.org/953743007

tools/dm_flags.json
tools/dm_flags.py

index b7b234d..c90f50e 100644 (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", 
     "565", 
     "8888", 
     "gpu", 
-    "nvprmsaa", 
+    "nvprmsaa4", 
     "serialize-8888", 
     "tiles_rt-8888", 
     "pipe-8888", 
     "565", 
     "8888", 
     "gpu", 
-    "nvprmsaa", 
+    "nvprmsaa4", 
     "serialize-8888", 
     "tiles_rt-8888", 
     "pipe-8888", 
index 3b794ff..277bf8a 100755 (executable)
@@ -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):