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

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

Issue 6793015: Suppress a data race in WorkerFileSystemTest.AsyncOperations... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 8 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 | « tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_mac.txt ('k') | 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 # Real races in Chromium 2 # Real races in Chromium
3 { 3 {
4 bug_23433 4 bug_23433
5 ThreadSanitizer:Race 5 ThreadSanitizer:Race
6 fun:*logging*SetMinLogLevel* 6 fun:*logging*SetMinLogLevel*
7 } 7 }
8 8
9 { 9 {
10 bug_24419 10 bug_24419
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 bug_72913 130 bug_72913
131 ThreadSanitizer:Race 131 ThreadSanitizer:Race
132 ... 132 ...
133 fun:ObserverListBase* 133 fun:ObserverListBase*
134 ... 134 ...
135 fun:sync_api::SyncManager::SyncInternal::* 135 fun:sync_api::SyncManager::SyncInternal::*
136 fun:sync_api::SyncManager::* 136 fun:sync_api::SyncManager::*
137 fun:browser_sync::* 137 fun:browser_sync::*
138 } 138 }
139 139
140 {
141 bug_78302
142 ThreadSanitizer:Race
143 fun:WebCore::WorkerScriptController::forbidExecution*
144 fun:WebCore::WorkerThread::stop*
145 fun:WebKit::WebWorkerBase::stopWorkerThread*
146 fun:WebKit::WebWorkerImpl::terminateWorkerContext*
147 fun:WebWorkerStub::OnTerminateWorkerContext*
148 }
149
140 ############################ 150 ############################
141 # Benign races in Chromium 151 # Benign races in Chromium
142 { 152 {
143 bug_61179 [benign race on tracked_objects::Births] 153 bug_61179 [benign race on tracked_objects::Births]
144 ThreadSanitizer:Race 154 ThreadSanitizer:Race
145 fun:tracked_objects::Births::*Birth* 155 fun:tracked_objects::Births::*Birth*
146 } 156 }
147 157
148 { 158 {
149 bug_62694 [benign races in Histogram in CookieMonster] 159 bug_62694 [benign races in Histogram in CookieMonster]
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 fun:WebCore::ResourceResponseBase::~ResourceResponseBase* 502 fun:WebCore::ResourceResponseBase::~ResourceResponseBase*
493 fun:WebCore::ResourceResponse::~ResourceResponse* 503 fun:WebCore::ResourceResponse::~ResourceResponse*
494 ... 504 ...
495 fun:WebCore::DocumentLoader::~DocumentLoader* 505 fun:WebCore::DocumentLoader::~DocumentLoader*
496 fun:WebKit::WebDataSourceImpl::~WebDataSourceImpl* 506 fun:WebKit::WebDataSourceImpl::~WebDataSourceImpl*
497 } 507 }
498 508
499 { 509 {
500 bug_70085b 510 bug_70085b
501 ThreadSanitizer:Race 511 ThreadSanitizer:Race
502 fun:WebCore::SecurityOrigin::~SecurityOrigin* 512 ...
503 fun:WTF::ThreadSafe*<WebCore::SecurityOrigin>::deref* 513 fun:WTF::ThreadSafeRefCounted<*>::deref*
504 } 514 }
OLDNEW
« no previous file with comments | « tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_mac.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698