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

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

Issue 3229009: Suppress a data race in speech tests... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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_23433 5 bug_23433
6 ThreadSanitizer:Race 6 ThreadSanitizer:Race
7 fun:*logging*SetMinLogLevel* 7 fun:*logging*SetMinLogLevel*
8 } 8 }
9 9
10 { 10 {
(...skipping 21 matching lines...) Expand all
32 ThreadSanitizer:Race 32 ThreadSanitizer:Race
33 fun:*media*PipelineImpl*InitializeTask* 33 fun:*media*PipelineImpl*InitializeTask*
34 } 34 }
35 35
36 { 36 {
37 bug_46642b 37 bug_46642b
38 ThreadSanitizer:Race 38 ThreadSanitizer:Race
39 fun:*media*PipelineImpl*GetCurrentTime* 39 fun:*media*PipelineImpl*GetCurrentTime*
40 } 40 }
41 41
42 {
43 bug_53765
44 ThreadSanitizer:Race
45 fun:*scoped_ptr*SpeechInputBubble*
46 }
47
42 ############################ 48 ############################
43 # Real races in third_party 49 # Real races in third_party
44 { 50 {
45 bug_23244 (libevent) 51 bug_23244 (libevent)
46 ThreadSanitizer:Race 52 ThreadSanitizer:Race
47 fun:event_* 53 fun:event_*
48 fun:event_* 54 fun:event_*
49 } 55 }
50 56
51 { 57 {
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 ThreadSanitizer:Race 310 ThreadSanitizer:Race
305 ... 311 ...
306 fun:gethostbyname2_r* 312 fun:gethostbyname2_r*
307 } 313 }
308 314
309 { 315 {
310 Benign race in nss (PR_EnterMonitor) 316 Benign race in nss (PR_EnterMonitor)
311 ThreadSanitizer:Race 317 ThreadSanitizer:Race
312 fun:PR_EnterMonitor 318 fun:PR_EnterMonitor
313 } 319 }
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