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

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

Issue 306024: Added a suppression for data race on vfptr in base::Thread (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 2 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
(...skipping 26 matching lines...) Expand all
37 } 37 }
38 38
39 { 39 {
40 bug_23244 40 bug_23244
41 ThreadSanitizer:Race 41 ThreadSanitizer:Race
42 fun:event_* 42 fun:event_*
43 fun:event_* 43 fun:event_*
44 } 44 }
45 45
46 { 46 {
47 bug_23245 47 bug_23245, bug_25385
48 ThreadSanitizer:Race 48 ThreadSanitizer:Race
49 fun:*base*Thread*ThreadMain* 49 fun:*base*Thread*ThreadMain*
50 } 50 }
51 51
52 { 52 {
53 bug_23423 53 bug_23423
54 ThreadSanitizer:Race 54 ThreadSanitizer:Race
55 fun:*IPC*SyncMessageC*E* 55 fun:*IPC*SyncMessageC*E*
56 } 56 }
57 57
(...skipping 24 matching lines...) Expand all
82 } 82 }
83 83
84 { 84 {
85 bug_24724 85 bug_24724
86 ThreadSanitizer:Race 86 ThreadSanitizer:Race
87 fun:*WTF*RefCountedBase*ref* 87 fun:*WTF*RefCountedBase*ref*
88 ... 88 ...
89 fun:*WebCore*WorkerRunLoop*Task* 89 fun:*WebCore*WorkerRunLoop*Task*
90 } 90 }
91 91
92 {
93 bug_25385
94 ThreadSanitizer:Race
95 ...
96 fun:*base*ThreadD*E*
97 }
98
92 ############################ 99 ############################
93 # Data races in tests 100 # Data races in tests
94 101
95 # TODO(timurrrr): bug item 102 # TODO(timurrrr): bug item
96 { 103 {
97 Data race on bool in base/thread_unittest 104 Data race on bool in base/thread_unittest
98 ThreadSanitizer:Race 105 ThreadSanitizer:Race
99 ... 106 ...
100 fun:*ToggleValue*Run* 107 fun:*ToggleValue*Run*
101 } 108 }
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 fun:tzset* 226 fun:tzset*
220 } 227 }
221 228
222 # Benign race in thread-safe function 229 # Benign race in thread-safe function
223 { 230 {
224 fun:mkstemp* 231 fun:mkstemp*
225 ThreadSanitizer:Race 232 ThreadSanitizer:Race
226 ... 233 ...
227 fun:mkstemp* 234 fun:mkstemp*
228 } 235 }
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