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

Unified Diff: tools/dm_flags.py

Issue 1694353004: MSAN: build libc++ with MSAN, link to it. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: unblacklist 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') | tools/xsan_build » ('j') | 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 5542e4fb4bb882c4428e63fb66ac5ca97e2f8afc..bb1c4649b4f480b9fe67a8b8616a69504aeac90b 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -188,12 +188,6 @@ def get_args(bot):
if 'ANGLE' in bot and 'Debug' in bot:
match.append('~GLPrograms') # skia:4717
- # Hacking around trying to get the MSAN bot green.
- if 'MSAN' in bot:
- blacklist.extend(('_ image _ .wbmp').split(' ')) # skia:4900
- blacklist.extend(('_ image _ .png').split(' ')) # I8 .png color tables
- blacklist.extend(('_ image _ .bmp').split(' ')) # I8 .bmp color tables
-
if blacklist:
args.append('--blacklist')
args.extend(blacklist)
« no previous file with comments | « tools/dm_flags.json ('k') | tools/xsan_build » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698