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

Unified Diff: tools/dm_flags.py

Issue 1677913002: msan: these might be okay with libjpeg guarded. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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 ab8a37e5fe9d73f14238be079fefd9f78e22299e..9c29ffb6f7e3c1ffccc385425822584ca04a14ea 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -191,17 +191,10 @@ def get_args(bot):
# Hacking around trying to get the MSAN bot green.
if 'MSAN' in bot:
- # S32A_Opaque_BlitRow32_SSE4's sk_msan_assert_initialized failing on .SRW.
- r = ["arw", "cr2", "dng", "nef", "nrw", "orf", "raf", "rw2", "pef", "srw",
- "ARW", "CR2", "DNG", "NEF", "NRW", "ORF", "RAF", "RW2", "PEF", "SRW"]
- for raw_ext in r:
- blacklist.extend(('_ image _ .%s' % raw_ext).split(' '))
-
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
- match.append('~Codec') # Uninitialzied memory used in PIEX.
match.append('~BlurLargeImage') # Bug in the GM?
match.append('~FontMgrAndroidParser') # expat currently uninstrumented.
« 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