aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dm_flags.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dm_flags.py')
-rwxr-xr-xtools/dm_flags.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/dm_flags.py b/tools/dm_flags.py
index ab8a37e5fe..9c29ffb6f7 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.