diff options
author | earthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-14 17:28:18 +0000 |
---|---|---|
committer | earthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-14 17:28:18 +0000 |
commit | 0aefe297b52a1e86f35f802de1240a3c95e55c0b (patch) | |
tree | bb485a1db5cca4c3ad90fddce3879947c3d5470d /tools/msan | |
parent | b0cff5e6022dbbd981a94c3b998656dda0a92110 (diff) | |
download | chromium_src-0aefe297b52a1e86f35f802de1240a3c95e55c0b.zip chromium_src-0aefe297b52a1e86f35f802de1240a3c95e55c0b.tar.gz chromium_src-0aefe297b52a1e86f35f802de1240a3c95e55c0b.tar.bz2 |
MSan: temporarily blacklist a benign uninit in Blink.
Blacklisting to unblock our progress while the issue is being worked on.
BUG=158510
TBR=jchaffraix@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/278273003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270429 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/msan')
-rw-r--r-- | tools/msan/blacklist.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/msan/blacklist.txt b/tools/msan/blacklist.txt index 12e95d9..e38e1ed 100644 --- a/tools/msan/blacklist.txt +++ b/tools/msan/blacklist.txt @@ -20,3 +20,6 @@ fun:*WebCore*RenderLayerCompositor*updateIfNeeded* # Fixed in clang r207227. # http://code.google.com/p/memory-sanitizer/issues/detail?id=53 fun:getc_unlocked + +# http://crbug.com/158510 +fun:_ZN7WebCore11RenderTable6layoutEv |