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

Unified Diff: tools/msan/blacklist.txt

Issue 253613002: Instrumented libraries: pass MSan, TSan blacklists when building. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use "cp -f" in destdir builds Created 6 years, 8 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 | « third_party/instrumented_libraries/standard_instrumented_library_target.gypi ('k') | 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 08607845a97536cd1ec381ace78645459a55783d..12e95d92fe08a3bf53718d65be3b18b22948d521 100644
--- a/tools/msan/blacklist.txt
+++ b/tools/msan/blacklist.txt
@@ -16,3 +16,7 @@ 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
« no previous file with comments | « third_party/instrumented_libraries/standard_instrumented_library_target.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698