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

Unified Diff: tools/dm_flags.py

Issue 1707873002: MSAN: cut down to green (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: disable-a-few 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 bb1c4649b4f480b9fe67a8b8616a69504aeac90b..de8882e3873cb5b7c5f7a6cf6b7ce62e2369a69c 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -77,6 +77,9 @@ def get_args(bot):
if 'GalaxyS3' in bot:
configs.append('gpudft')
+ if 'MSAN' in bot:
+ configs = ['8888']
+
args.append('--config')
args.extend(configs)
@@ -188,6 +191,9 @@ def get_args(bot):
if 'ANGLE' in bot and 'Debug' in bot:
match.append('~GLPrograms') # skia:4717
+ if 'MSAN' in bot:
+ match.extend(['~Once', '~Shared']) # Not sure what's up with these tests.
+
if blacklist:
args.append('--blacklist')
args.extend(blacklist)
« 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