Commit 0b056141 authored by earthdok@chromium.org's avatar earthdok@chromium.org

Update the MemorySanitizer blacklist.

Remove 2 outdated entries. Add an entry for an issue caused by an MSan bug.

BUG=363487,378909
TBR=eugenis@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/310653002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274261 0039d316-1c4b-4281-b951-d872f2087c98
parent 79829724
...@@ -14,12 +14,8 @@ fun:*MOZ_Z_deflate* ...@@ -14,12 +14,8 @@ fun:*MOZ_Z_deflate*
fun:unpack_RGBA8888 fun:unpack_RGBA8888
fun:unpack_RGB888 fun:unpack_RGB888
# http://crbug.com/363487
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 # http://crbug.com/158510
fun:_ZN7WebCore11RenderTable6layoutEv fun:_ZN7WebCore11RenderTable6layoutEv
# Bug in MSan, fixed in clang r210020. http://crbug.com/378909
fun:*convolveVertically_SSE2*
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment