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

Side by Side Diff: tools/valgrind/tsan/suppressions_win32.txt

Issue 1356006: Add ignores and suppression for TSan/Windows.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tools/valgrind/tsan/ignores_win32.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:executable
+ *
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 ############################
2 # Chromium
3
4 {
5 bug_25385 (2)
6 ThreadSanitizer:Race
7 ...
8 fun:*base*Thread*~*
9 }
10
11 ############################
12 # Reports on the guts of Windows
13 {
14 UuidCreate
15 ThreadSanitizer:Race
16 ...
17 fun:UuidCreate
18 }
19
20 {
21 ILFindLastID
22 ThreadSanitizer:Race
23 ...
24 fun:ILFindLastID
25 }
26
27 {
28 RpcServerUnregisterIf
29 ThreadSanitizer:Race
30 ...
31 fun:RpcServerUnregisterIf
32 }
33
OLDNEW
« no previous file with comments | « tools/valgrind/tsan/ignores_win32.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698