Index: tools/valgrind/tsan/suppressions_win32.txt |
=================================================================== |
--- tools/valgrind/tsan/suppressions_win32.txt (revision 0) |
+++ tools/valgrind/tsan/suppressions_win32.txt (revision 0) |
@@ -0,0 +1,33 @@ |
+############################ |
+# Chromium |
+ |
+{ |
+ bug_25385 (2) |
+ ThreadSanitizer:Race |
+ ... |
+ fun:*base*Thread*~* |
+} |
+ |
+############################ |
+# Reports on the guts of Windows |
+{ |
+ UuidCreate |
+ ThreadSanitizer:Race |
+ ... |
+ fun:UuidCreate |
+} |
+ |
+{ |
+ ILFindLastID |
+ ThreadSanitizer:Race |
+ ... |
+ fun:ILFindLastID |
+} |
+ |
+{ |
+ RpcServerUnregisterIf |
+ ThreadSanitizer:Race |
+ ... |
+ fun:RpcServerUnregisterIf |
+} |
+ |
Property changes on: tools/valgrind/tsan/suppressions_win32.txt |
___________________________________________________________________ |
Added: svn:executable |
+ * |
Added: svn:eol-style |
+ LF |