aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dm_flags.py
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2016-02-07 12:23:10 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-07 12:23:10 -0800
commit2afbe23753bf97402a47408c83107042eea3c476 (patch)
tree2abae0e01e142a23697fd27817c654dc02e0a0aa /tools/dm_flags.py
parent1334b41f0f1cce30b86fe95a13d9c84aa3eb0914 (diff)
msan: initialize buffer BlurLargeImage blurs
CQ_EXTRA_TRYBOTS=client.skia:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN-Trybot BUG=skia: Review URL: https://codereview.chromium.org/1676103002
Diffstat (limited to 'tools/dm_flags.py')
-rwxr-xr-xtools/dm_flags.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/dm_flags.py b/tools/dm_flags.py
index 9c29ffb6f7..b37d0dd42a 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -195,7 +195,6 @@ def get_args(bot):
blacklist.extend(('_ image _ .png').split(' ')) # I8 .png color tables
blacklist.extend(('_ image _ .bmp').split(' ')) # I8 .bmp color tables
- match.append('~BlurLargeImage') # Bug in the GM?
match.append('~FontMgrAndroidParser') # expat currently uninstrumented.
if blacklist: