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

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

Issue 294034: Remove ThreadSanitizer suppression for bug 15147.... (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
6 ThreadSanitizer:Race
7 ...
8 fun:*URLRequestJobTracker*
9 }
10
11 {
12 bug_21259 5 bug_21259
13 ThreadSanitizer:Race 6 ThreadSanitizer:Race
14 ... 7 ...
15 fun:*tracked_objects*ThreadData*StartTracking* 8 fun:*tracked_objects*ThreadData*StartTracking*
16 } 9 }
17 10
18 { 11 {
19 bug_21468 12 bug_21468
20 ThreadSanitizer:Race 13 ThreadSanitizer:Race
21 ... 14 ...
(...skipping 189 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