summaryrefslogtreecommitdiffstats
path: root/tools/msan
diff options
context:
space:
mode:
authorearthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-21 14:27:12 +0000
committerearthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-21 14:27:12 +0000
commite970b62fb80df216dbe1b2fb6a907d6a8407c09c (patch)
tree45ac9d97e798385cc82cffe463787220745a60ec /tools/msan
parent51aa9fb71b3d3e248890fd883084f55c33b43ba9 (diff)
downloadchromium_src-e970b62fb80df216dbe1b2fb6a907d6a8407c09c.zip
chromium_src-e970b62fb80df216dbe1b2fb6a907d6a8407c09c.tar.gz
chromium_src-e970b62fb80df216dbe1b2fb6a907d6a8407c09c.tar.bz2
MSan: broaden a blacklist entry.
BUG=394028 TBR=eugenis@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/405933004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284426 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/msan')
-rw-r--r--tools/msan/blacklist.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/msan/blacklist.txt b/tools/msan/blacklist.txt
index b58c1f9..d6bffc2 100644
--- a/tools/msan/blacklist.txt
+++ b/tools/msan/blacklist.txt
@@ -26,7 +26,7 @@ fun:*ProcessOnePixel*
fun:*UTF8GenericReplaceInternal*
# False positives due to use of linux_syscall_support. http://crbug.com/394028
-fun:*google_breakpad*LinuxDumper*ReadAuxv*
+src:*/breakpad/src/*
# Bug in MSan, fixed in clang r211022. http://crbug.com/385074
fun:*TEST_SeccompRetTrace*