Chromium Code Reviews| Index: tools/valgrind/tsan/ignores_win32.txt |
| =================================================================== |
| --- tools/valgrind/tsan/ignores_win32.txt (revision 254709) |
| +++ tools/valgrind/tsan/ignores_win32.txt (working copy) |
| @@ -66,3 +66,7 @@ |
| # Presumably atomic-based optimization in the system allocator. |
| fun_r:_heap_alloc_dbg_impl |
| + |
| +# http://crbug.com/348908 - looks like TSan doesn't |
| +# intercept memset() from VS2013 CRT. |
| +fun_r:memset |