Index: tools/msan/blacklist.txt |
diff --git a/tools/msan/blacklist.txt b/tools/msan/blacklist.txt |
index b92dc81d8dc963e6aa70a1a2ec2f97eecf03ed77..1e68f400c310f8bd5156ab4d334212993f62986e 100644 |
--- a/tools/msan/blacklist.txt |
+++ b/tools/msan/blacklist.txt |
@@ -24,3 +24,9 @@ fun:*ProcessOnePixel* |
# An actual Chromium bug which is blocking our progress. http://crbug.com/334448 |
fun:*UTF8GenericReplaceInternal* |
+ |
+# False positives due to use of linux_syscall_support. http://crbug.com/394028 |
+fun:google_breakpad*LinuxDumper*ReadAuxv |
+ |
+# Bug in MSan, fixed in clang r211022. http://crbug.com/385074 |
+fun:*TEST_SeccompRetTrace* |