DM: run pdf config on the bots.
authormtklein <mtklein@chromium.org>
Mon, 2 Mar 2015 16:32:15 +0000 (08:32 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 2 Mar 2015 16:32:15 +0000 (08:32 -0800)
BUG=skia:

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

tools/dm_flags.json
tools/dm_flags.py

index 819ebf7..8388081 100644 (file)
@@ -3,6 +3,7 @@
     "--config", 
     "565", 
     "8888", 
+    "pdf", 
     "gpu", 
     "msaa4", 
     "nvprmsaa4", 
@@ -44,6 +45,7 @@
     "--config", 
     "565", 
     "8888", 
+    "pdf", 
     "gpu", 
     "msaa4", 
     "nvprmsaa4", 
@@ -81,6 +83,7 @@
     "--config", 
     "565", 
     "8888", 
+    "pdf", 
     "gpu", 
     "msaa16", 
     "nvprmsaa16", 
     "--config", 
     "565", 
     "8888", 
+    "pdf", 
     "gpu", 
     "msaa16", 
     "nvprmsaa16", 
     "--config", 
     "565", 
     "8888", 
+    "pdf", 
     "gpu", 
     "msaa16", 
     "nvprmsaa16", 
index a7ed8ca..efdf600 100755 (executable)
@@ -22,7 +22,7 @@ cov_start = lineno()+1   # We care about coverage starting just past this def.
 def get_args(bot):
   args = []
 
-  configs = ['565', '8888', 'gpu']
+  configs = ['565', '8888', 'pdf', 'gpu']
   # The S4 crashes and the NP produces a long error stream when we run with
   # MSAA.
   if ('GalaxyS4'    not in bot and