summaryrefslogtreecommitdiffstats
path: root/tools/msan
diff options
context:
space:
mode:
authorearthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-05 18:18:35 +0000
committerearthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-05 18:18:35 +0000
commit2930722efc7e54eafb86ee09ed076245fdb013a7 (patch)
tree8957830111ee7634acbdea35837e500be9e8d4ef /tools/msan
parent0dee7b5cbac1ba094419abab456a656cd55d4f53 (diff)
downloadchromium_src-2930722efc7e54eafb86ee09ed076245fdb013a7.zip
chromium_src-2930722efc7e54eafb86ee09ed076245fdb013a7.tar.gz
chromium_src-2930722efc7e54eafb86ee09ed076245fdb013a7.tar.bz2
MSan: temporarily blacklist some Skia functions.
BUG=381233 TBR=eugenis@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/315233003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275195 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/msan')
-rw-r--r--tools/msan/blacklist.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/msan/blacklist.txt b/tools/msan/blacklist.txt
index 20ff5dd..0d14c12 100644
--- a/tools/msan/blacklist.txt
+++ b/tools/msan/blacklist.txt
@@ -16,3 +16,8 @@ fun:unpack_RGB888
# Bug in MSan, fixed in clang r210020. http://crbug.com/378909
fun:*convolveVertically_SSE2*
+
+# MSan issue, http://crbug.com/381233
+# (Both functions call __mm_maddubs_epi16()).
+fun:*ProcessPixelPairHelper*
+fun:*ProcessOnePixel*