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

Unified Diff: tools/msan/blacklist.txt

Issue 822713002: Update from https://crrev.com/309415 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years 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
Index: tools/msan/blacklist.txt
diff --git a/tools/msan/blacklist.txt b/tools/msan/blacklist.txt
index 07b31c172236dce038aa92d66ae91721a15bdbb1..a00f7405c15bd104573a6d6742d749b5e9f8f4ce 100644
--- a/tools/msan/blacklist.txt
+++ b/tools/msan/blacklist.txt
@@ -7,8 +7,11 @@
# False positive in ffmpeg due to assembly code. http://crbug.com/344505
fun:ff_get_cpu_flags_x86
-# Uninit in zlib. http://crbug.com/116277
+# Benign uninits in zlib.
+# http://crbug.com/116277
fun:*MOZ_Z_deflate*
+# http://crbug.com/418383
+fun:longest_match
# Uninit in zlib with SIMD intrinsic http://crbug.com/426868
fun:crc_fold512_to_32

Powered by Google App Engine
This is Rietveld 408576698