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

Unified Diff: tools/msan/blacklist.txt

Issue 405613002: MemorySanitizer: blacklist two false positives. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 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*
« 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