summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/tsan/suppressions_win32.txt
blob: dd055fc26c487e7fb3b10423e92f26f1f302ffd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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
}