summaryrefslogtreecommitdiffstats
path: root/tools/msan
diff options
context:
space:
mode:
authorearthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-11 15:07:45 +0000
committerearthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-11 15:07:45 +0000
commitd8491a1d2dcca790e4a62ae56cb5b62d4db424c3 (patch)
tree43c0c5c7bed63845b2cf97487e39cb8e9f57828f /tools/msan
parentbf0142900b6bde5b2cc6ca35be3d81899ebf09b7 (diff)
downloadchromium_src-d8491a1d2dcca790e4a62ae56cb5b62d4db424c3.zip
chromium_src-d8491a1d2dcca790e4a62ae56cb5b62d4db424c3.tar.gz
chromium_src-d8491a1d2dcca790e4a62ae56cb5b62d4db424c3.tar.bz2
MSan: temporarily blacklist one more function.
BUG=178409 TBR=eugenis@chromium.org Review URL: https://codereview.chromium.org/143403010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250413 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/msan')
-rw-r--r--tools/msan/blacklist.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/msan/blacklist.txt b/tools/msan/blacklist.txt
index 7df4d59..34461cd 100644
--- a/tools/msan/blacklist.txt
+++ b/tools/msan/blacklist.txt
@@ -12,7 +12,8 @@ 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.
+# strtoll_l and stroull_l added in clang r200316.
fun:*__num_get_signed_integral*
+fun:*__num_get_unsigned_integral*
# getresuid/getresgid added in clang r200925
fun:*GetRESIds*