summaryrefslogtreecommitdiffstats
path: root/tools/msan
diff options
context:
space:
mode:
authorearthdok <earthdok@chromium.org>2014-09-30 07:35:33 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-30 14:35:44 +0000
commita74c633b26985c9950aecf5e684a06dcaea14eab (patch)
tree61029754a3efd7fa7ef21616b7fa4db86cc01ea4 /tools/msan
parent3539d9e2c4e7dcd0fca343a1ba2adae01d4b8595 (diff)
downloadchromium_src-a74c633b26985c9950aecf5e684a06dcaea14eab.zip
chromium_src-a74c633b26985c9950aecf5e684a06dcaea14eab.tar.gz
chromium_src-a74c633b26985c9950aecf5e684a06dcaea14eab.tar.bz2
MSan: temporarily blackist a function in sandbox_linux_unittests.
This code triggers an MSan issue where we lack an interceptor for sched_getparam(). BUG=418986 TBR=timurrrr@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/614063002 Cr-Commit-Position: refs/heads/master@{#297419}
Diffstat (limited to 'tools/msan')
-rw-r--r--tools/msan/blacklist.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/msan/blacklist.txt b/tools/msan/blacklist.txt
index 1e6be86..1a487c7 100644
--- a/tools/msan/blacklist.txt
+++ b/tools/msan/blacklist.txt
@@ -20,3 +20,6 @@ fun:*UTF8GenericReplaceInternal*
# False positives due to use of linux_syscall_support. http://crbug.com/394028
src:*/breakpad/src/*
src:*/components/crash/app/breakpad_linux.cc
+
+# False positives due to an MSan bug. http://crbug.com/418986
+fun:*SchedGetParamThread*