Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / tools / msan / blacklist.txt
index ebf8211..34461cd 100644 (file)
@@ -6,3 +6,14 @@
 
 # V8 is blacklisted until it can properly support MSan. http://crbug.com/330709
 src:*/v8/src/*
+
+# False positive in ffmpeg due to assembly code.
+fun:ff_get_cpu_flags_x86
+
+# False positives due to missing interceptors.
+# TODO(earthdok): remove as clang is rolled forward.
+# strtoll_l and stroull_l added in clang r200316.
+fun:*__num_get_signed_integral*
+fun:*__num_get_unsigned_integral*
+# getresuid/getresgid added in clang r200925
+fun:*GetRESIds*