Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Unified Diff: tools/msan/blacklist.txt

Issue 391253003: MSan: temporarily blacklist an uninit in CLD2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove seccomp Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/msan/blacklist.txt
diff --git a/tools/msan/blacklist.txt b/tools/msan/blacklist.txt
index 0d14c12999ede44a499544903cfdb0a0539c451d..b92dc81d8dc963e6aa70a1a2ec2f97eecf03ed77 100644
--- a/tools/msan/blacklist.txt
+++ b/tools/msan/blacklist.txt
@@ -21,3 +21,6 @@ fun:*convolveVertically_SSE2*
# (Both functions call __mm_maddubs_epi16()).
fun:*ProcessPixelPairHelper*
fun:*ProcessOnePixel*
+
+# An actual Chromium bug which is blocking our progress. http://crbug.com/334448
+fun:*UTF8GenericReplaceInternal*
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698