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

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

Issue 339022: Suppress one more data race in test_shell on WeakReference (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 1 month 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 fun:*logging*SetMinLogLevel* 47 fun:*logging*SetMinLogLevel*
48 } 48 }
49 49
50 { 50 {
51 bug_24419 51 bug_24419
52 ThreadSanitizer:Race 52 ThreadSanitizer:Race
53 fun:*BrowserProcessImpl*nspector*iles* 53 fun:*BrowserProcessImpl*nspector*iles*
54 } 54 }
55 55
56 { 56 {
57 bug_24715 57 bug_24715 (1)
58 ThreadSanitizer:Race 58 ThreadSanitizer:Race
59 fun:*base*internal*WeakReference* 59 fun:*base*internal*WeakReference*
60 ... 60 ...
61 fun:*AppCacheUpdateJobTest* 61 fun:*AppCacheUpdateJobTest*
62 } 62 }
63 63
64 { 64 {
65 bug_24715 (2)
66 ThreadSanitizer:Race
67 fun:*base*internal*WeakReference*
68 ...
69 fun:*AppCacheResponseTest*
70 }
71
72 {
65 bug_25385 73 bug_25385
66 ThreadSanitizer:Race 74 ThreadSanitizer:Race
67 ... 75 ...
68 fun:*base*ThreadD*E* 76 fun:*base*ThreadD*E*
69 } 77 }
70 78
71 { 79 {
72 bug_25915 80 bug_25915
73 ThreadSanitizer:Race 81 ThreadSanitizer:Race
74 fun:*browser_sync*BookmarkModelWorker* 82 fun:*browser_sync*BookmarkModelWorker*
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 fun:tzset* 233 fun:tzset*
226 } 234 }
227 235
228 # Benign race in thread-safe function 236 # Benign race in thread-safe function
229 { 237 {
230 fun:mkstemp* 238 fun:mkstemp*
231 ThreadSanitizer:Race 239 ThreadSanitizer:Race
232 ... 240 ...
233 fun:mkstemp* 241 fun:mkstemp*
234 } 242 }
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