Commit 64362ae7 authored by earthdok@chromium.org's avatar earthdok@chromium.org

MSan: temporarily blacklist an uninit in CLD2.

Ignore a real uninit in CLD2 which is causing crashes in a
large number of tests. This is an exceptional measure to
unblock MSan deployment.

BUG=334448
TBR=eugenis@chromium.org
NOTRY=true

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283787 0039d316-1c4b-4281-b951-d872f2087c98
parent 16199f15
...@@ -21,3 +21,6 @@ fun:*convolveVertically_SSE2* ...@@ -21,3 +21,6 @@ fun:*convolveVertically_SSE2*
# (Both functions call __mm_maddubs_epi16()). # (Both functions call __mm_maddubs_epi16()).
fun:*ProcessPixelPairHelper* fun:*ProcessPixelPairHelper*
fun:*ProcessOnePixel* fun:*ProcessOnePixel*
# An actual Chromium bug which is blocking our progress. http://crbug.com/334448
fun:*UTF8GenericReplaceInternal*
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