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

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

Issue 216050: Added a couple of TSAN suppressions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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_15147 5 bug_15147
6 ThreadSanitizer:Race 6 ThreadSanitizer:Race
7 ... 7 ...
8 fun:*URLRequestJobTracker* 8 fun:*URLRequestJobTracker*
9 } 9 }
10 10
11 { 11 {
12 bug_21259 12 bug_21259
13 ThreadSanitizer:Race 13 ThreadSanitizer:Race
14 ... 14 ...
15 fun:*tracked_objects*ThreadData*StartTracking* 15 fun:*tracked_objects*ThreadData*StartTracking*
16 } 16 }
17 17
18 { 18 {
19 bug_21468 19 bug_21468
20 ThreadSanitizer:Race 20 ThreadSanitizer:Race
21 ... 21 ...
22 fun:*net*DirectoryLister* 22 fun:*net*DirectoryLister*
23 } 23 }
24 24
25 { 25 {
26 bug_21474 26 bug_22272
27 ThreadSanitizer:Race 27 ThreadSanitizer:Race
28 ... 28 ...
29 fun:*ibevent* 29 fun:*RefCounted*LoadLog*
30 } 30 }
31 31
32 { 32 {
33 bug_22520 33 bug_22520
34 ThreadSanitizer:Race 34 ThreadSanitizer:Race
35 fun:*CancelableRequestBase* 35 fun:*CancelableRequestBase*
36 fun:*CancelableRequest* 36 fun:*CancelableRequest*
37 } 37 }
38 38
39 ############################ 39 ############################
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 } 80 }
81 81
82 # TODO(timurrrr): bug item 82 # TODO(timurrrr): bug item
83 { 83 {
84 Data race on vfptr in base/thread_unittest 84 Data race on vfptr in base/thread_unittest
85 ThreadSanitizer:Race 85 ThreadSanitizer:Race
86 ... 86 ...
87 fun:*ThreadTest_SleepInsideInit*TestBody* 87 fun:*ThreadTest_SleepInsideInit*TestBody*
88 } 88 }
89 89
90 # TODO(timurrrr): bug item
91 {
92 Data race on vfptr in ipc/ipc_sync_channel_unittest
93 ThreadSanitizer:Race
94 ...
95 fun:*STLDeleteContainerPointers*Worker*
96 ...
97 fun:*IPCSyncChannelTest*
98 }
99
90 ############################ 100 ############################
91 # Benign races in ICU 101 # Benign races in ICU
92 { 102 {
93 Two writes, same value (ICU gGlobalMutex, gMutexesInUse) 103 Two writes, same value (ICU gGlobalMutex, gMutexesInUse)
94 ThreadSanitizer:Race 104 ThreadSanitizer:Race
95 fun:umtx_init_4_2 105 fun:umtx_init_4_2
96 } 106 }
97 107
98 { 108 {
99 Two writes, same value (ICU gHeapInUse) 109 Two writes, same value (ICU gHeapInUse)
100 ThreadSanitizer:Race 110 ThreadSanitizer:Race
101 fun:uprv_malloc_4_2 111 fun:uprv_malloc_4_2
102 } 112 }
103 113
104 ############################ 114 ############################
105 # Benign race in SQLLite 115 # Benign race in SQLLite
106 { 116 {
107 Two writes, same value (SQLLite pthreadMutexAlloc) 117 Two writes, same value (SQLLite pthreadMutexAlloc)
108 ThreadSanitizer:Race 118 ThreadSanitizer:Race
109 ... 119 ...
110 fun:pthreadMutexAlloc 120 fun:pthreadMutexAlloc
111 fun:sqlite3MutexAlloc 121 fun:sqlite3MutexAlloc
112 } 122 }
113 123
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698