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

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

Issue 3269005: Fixed tsan warnings in remoting_unittests (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: - Created 10 years, 3 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
« no previous file with comments | « tools/valgrind/tsan/ignores.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')
OLDNEW
1 ############################ 1 ############################
2 # Chromium 2 # Chromium
3 3
4 { 4 {
5 bug_25385 (2) 5 bug_25385 (2)
6 ThreadSanitizer:Race 6 ThreadSanitizer:Race
7 ... 7 ...
8 fun:*base*Thread*~* 8 fun:*base*Thread*~*
9 } 9 }
10 10
11 { 11 {
12 Benign race durung InitializeClock 12 Benign race durung InitializeClock
13 ThreadSanitizer:Race 13 ThreadSanitizer:Race
14 ... 14 ...
15 fun:*InitializeClock* 15 fun:*InitializeClock*
16 } 16 }
17 17
18 {
19 bug_53837
20 ThreadSanitizer:Race
21 fun:*talk_base*MessageQueueManager*Clear*
22 fun:*talk_base*~MessageHandler*
23 fun:*remoting*JingleThread*Run*
24 }
25
26 ############################ 18 ############################
27 # Reports on the guts of Windows 19 # Reports on the guts of Windows
28 { 20 {
29 UuidCreate 21 UuidCreate
30 ThreadSanitizer:Race 22 ThreadSanitizer:Race
31 ... 23 ...
32 fun:UuidCreate 24 fun:UuidCreate
33 } 25 }
34 26
35 { 27 {
(...skipping 22 matching lines...) Expand all
58 fun:CoFreeAllLibraries 50 fun:CoFreeAllLibraries
59 } 51 }
60 { 52 {
61 accessing an invalid lock under exit/doexit 53 accessing an invalid lock under exit/doexit
62 ThreadSanitizer:InvalidLock 54 ThreadSanitizer:InvalidLock
63 fun:*~Lock* 55 fun:*~Lock*
64 ... 56 ...
65 fun:doexit 57 fun:doexit
66 fun:exit 58 fun:exit
67 } 59 }
OLDNEW
« no previous file with comments | « tools/valgrind/tsan/ignores.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698