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

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

Issue 337001: Added a suppression for http://crbug.com/25645 (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_21259 5 bug_21259
6 ThreadSanitizer:Race 6 ThreadSanitizer:Race
7 ... 7 ...
8 fun:*tracked_objects*ThreadData*StartTracking* 8 fun:*tracked_objects*ThreadData*StartTracking*
9 } 9 }
10 10
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 fun:*WebCore*WorkerRunLoop*Task* 82 fun:*WebCore*WorkerRunLoop*Task*
83 } 83 }
84 84
85 { 85 {
86 bug_25385 86 bug_25385
87 ThreadSanitizer:Race 87 ThreadSanitizer:Race
88 ... 88 ...
89 fun:*base*ThreadD*E* 89 fun:*base*ThreadD*E*
90 } 90 }
91 91
92 {
93 bug_25645
94 ThreadSanitizer:Race
95 fun:*WTF*RefCountedBase*ref*
96 ...
97 fun:*WebCore*StringImpl*
98 }
99
92 ############################ 100 ############################
93 # Data races in tests 101 # Data races in tests
94 102
95 # TODO(timurrrr): bug item 103 # TODO(timurrrr): bug item
96 { 104 {
97 Data race on bool in base/thread_unittest 105 Data race on bool in base/thread_unittest
98 ThreadSanitizer:Race 106 ThreadSanitizer:Race
99 ... 107 ...
100 fun:*ToggleValue*Run* 108 fun:*ToggleValue*Run*
101 } 109 }
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 fun:tzset* 227 fun:tzset*
220 } 228 }
221 229
222 # Benign race in thread-safe function 230 # Benign race in thread-safe function
223 { 231 {
224 fun:mkstemp* 232 fun:mkstemp*
225 ThreadSanitizer:Race 233 ThreadSanitizer:Race
226 ... 234 ...
227 fun:mkstemp* 235 fun:mkstemp*
228 } 236 }
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