Chromium Code Reviews| Index: tools/msan/blacklist.txt |
| diff --git a/tools/msan/blacklist.txt b/tools/msan/blacklist.txt |
| index 1e6be862928b631c4b7aedf69ccf75e04bb725f9..1a487c75d6c2b0fc3758ee9308197c4c96c2d8ec 100644 |
| --- a/tools/msan/blacklist.txt |
| +++ b/tools/msan/blacklist.txt |
| @@ -20,3 +20,6 @@ fun:*UTF8GenericReplaceInternal* |
| # False positives due to use of linux_syscall_support. http://crbug.com/394028 |
| src:*/breakpad/src/* |
| src:*/components/crash/app/breakpad_linux.cc |
| + |
| +# False positives due to an MSan bug. http://crbug.com/418986 |
|
Timur Iskhodzhanov
2014/10/01 10:04:40
nit: probably "due to missing sched_getparam() int
|
| +fun:*SchedGetParamThread* |