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

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

Issue 293042: Remove ThreadSanitizer suppression for 22272.... (Closed) Base URL: svn://chrome-svn/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
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_22272
27 ThreadSanitizer:Race
28 ...
29 fun:*RefCounted*LoadLog*
30 }
31
32 {
33 bug_22520 26 bug_22520
34 ThreadSanitizer:Race 27 ThreadSanitizer:Race
35 fun:*CancelableRequestBase* 28 fun:*CancelableRequestBase*
36 fun:*CancelableRequest* 29 fun:*CancelableRequest*
37 } 30 }
38 31
39 { 32 {
40 bug_23244 33 bug_23244
41 ThreadSanitizer:Race 34 ThreadSanitizer:Race
42 fun:event_* 35 fun:event_*
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 fun:tzset* 204 fun:tzset*
212 } 205 }
213 206
214 # Benign race in thread-safe function 207 # Benign race in thread-safe function
215 { 208 {
216 fun:mkstemp* 209 fun:mkstemp*
217 ThreadSanitizer:Race 210 ThreadSanitizer:Race
218 ... 211 ...
219 fun:mkstemp* 212 fun:mkstemp*
220 } 213 }
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