Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: tools/dm_flags.py

Issue 1706373004: add back some basic configs to MSAN bot (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: no via Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/dm_flags.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dm_flags.py
diff --git a/tools/dm_flags.py b/tools/dm_flags.py
index de8882e3873cb5b7c5f7a6cf6b7ce62e2369a69c..747598fa46f80ee7e8e804ae3f85afa77415ab23 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -78,7 +78,12 @@ def get_args(bot):
configs.append('gpudft')
if 'MSAN' in bot:
- configs = ['8888']
+ configs = [
+ '565',
+ '8888',
+ 'pdf',
+ 'pdf_poppler',
+ ]
args.append('--config')
args.extend(configs)
« no previous file with comments | « tools/dm_flags.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698