aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
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
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')
-rw-r--r--tools/dm_flags.json1
-rwxr-xr-xtools/dm_flags.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/tools/dm_flags.json b/tools/dm_flags.json
index e8c9f94816..8f3e7dce2a 100644
--- a/tools/dm_flags.json
+++ b/tools/dm_flags.json
@@ -1977,7 +1977,6 @@
"_",
".bmp",
"--match",
- "~BlurLargeImage",
"~FontMgrAndroidParser"
],
"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN": [
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: