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

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

Issue 6656024: Suppress one more data race in WebKit related to WorkerThreads... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 9 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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 { 138 {
139 bug_72913 139 bug_72913
140 ThreadSanitizer:Race 140 ThreadSanitizer:Race
141 ... 141 ...
142 fun:ObserverListBase* 142 fun:ObserverListBase*
143 fun:sync_api::SyncManager::SyncInternal::* 143 fun:sync_api::SyncManager::SyncInternal::*
144 fun:sync_api::SyncManager::* 144 fun:sync_api::SyncManager::*
145 fun:browser_sync::* 145 fun:browser_sync::*
146 } 146 }
147 147
148 {
149 bug_75607
150 ThreadSanitizer:Race
151 fun:WebCore::ResourceResponseBase::~ResourceResponseBase*
152 fun:WebCore::ResourceResponse::~ResourceResponse*
153 ...
154 fun:WebCore::DocumentLoader::~DocumentLoader*
155 fun:WebKit::WebDataSourceImpl::~WebDataSourceImpl*
156 }
157
148 ############################ 158 ############################
149 # Benign races 159 # Benign races
150 { 160 {
151 bug_62694 [benign races in Histogram in CookieMonster] 161 bug_62694 [benign races in Histogram in CookieMonster]
152 ThreadSanitizer:Race 162 ThreadSanitizer:Race
153 ... 163 ...
154 fun:base::Histogram::* 164 fun:base::Histogram::*
155 fun:net::CookieMonster::* 165 fun:net::CookieMonster::*
156 } 166 }
157 167
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 tsanbug_62a 527 tsanbug_62a
518 ThreadSanitizer:Race 528 ThreadSanitizer:Race
519 fun:__memset_sse2 529 fun:__memset_sse2
520 } 530 }
521 531
522 { 532 {
523 tsanbug_62b 533 tsanbug_62b
524 ThreadSanitizer:Race 534 ThreadSanitizer:Race
525 fun:__GI_memcpy 535 fun:__GI_memcpy
526 } 536 }
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