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

Unified Diff: tools/msan/blacklist.txt

Issue 310653002: Update the MemorySanitizer blacklist. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update comment Created 6 years, 7 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 e38e1ed1f50e965ee2271502d65c3628f3b18b93..744dc95a7b3d2aab4c14dbbe1fb62ae622d76759 100644
--- a/tools/msan/blacklist.txt
+++ b/tools/msan/blacklist.txt
@@ -14,12 +14,8 @@ fun:*MOZ_Z_deflate*
fun:unpack_RGBA8888
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
fun:_ZN7WebCore11RenderTable6layoutEv
+
+# Bug in MSan, fixed in clang r210020. http://crbug.com/378909
+fun:*convolveVertically_SSE2*
« 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