summaryrefslogtreecommitdiffstats
path: root/tools/msan
diff options
context:
space:
mode:
authorearthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-06 16:22:55 +0000
committerearthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-06 16:22:55 +0000
commitda95385560461a97627970f634ce94b0713668e4 (patch)
tree383752bf63f9657d5a250fece8e224b431c78079 /tools/msan
parenta7940fea56aad72e9384a8384d876fa3d2e66342 (diff)
downloadchromium_src-da95385560461a97627970f634ce94b0713668e4.zip
chromium_src-da95385560461a97627970f634ce94b0713668e4.tar.gz
chromium_src-da95385560461a97627970f634ce94b0713668e4.tar.bz2
Temporarily blacklist some functions in MSan.
MSan is lacking certain interceptors, which results in false error reports from those functions. They should be un-blacklisted one clang is rolled to a sufficiently recent version. BUG=178409,341352 TBR=eugenis@chromium.org Review URL: https://codereview.chromium.org/156713002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@249407 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/msan')
-rw-r--r--tools/msan/blacklist.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/msan/blacklist.txt b/tools/msan/blacklist.txt
index 85fd2231..7df4d59 100644
--- a/tools/msan/blacklist.txt
+++ b/tools/msan/blacklist.txt
@@ -9,3 +9,10 @@ src:*/v8/src/*
# False positive in ffmpeg due to assembly code.
fun:ff_get_cpu_flags_x86
+
+# False positives due to missing interceptors.
+# TODO(earthdok): remove as clang is rolled forward.
+# strtoll_l added in clang r200316.
+fun:*__num_get_signed_integral*
+# getresuid/getresgid added in clang r200925
+fun:*GetRESIds*